• Resolved martin136

    (@martin136)


    I have created some very simple questions using the checkbox.
    Each answer sets value “1” or “-1”.
    If the sum is negative I would like to display an image.
    If the sum is positive I would like to display another image.
    Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @martin136

    Yes, of course. You simply should insert two media fields in the form with the corresponding images, and then, define two dependencies in the settings of the calculated field based on the equation’s value, to display a media field if the result is less than 0 and the other if the value is great than 0.

    More information about dependencies, reading the following post in the plugin’s blog:

    Dependencies between fields

    Best regards.

    Thread Starter martin136

    (@martin136)

    Hello @codepeople

    it works ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image instead of Calculated Field’ is closed to new replies.