• Resolved novice2024

    (@novice2024)


    Using the free version, new user. My form is working well except..

    I cannot get the IF() function to work. I have tried many different variations of logical tests so I just did a simple one – see below. The field remains grayed out.

    IF(fieldname12==1,fieldname12,Yes)

    What am I doing wrong?

    Thank you

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

    (@codepeople)

    Hello @novice2024

    Thank you very much for using our plugin. The Yes word is a plain text, so, you must enclose it between single or double quotes. The correct code would be:

    IF(fieldname12==1,fieldname12,'Yes')

    Best regards.

    Thread Starter novice2024

    (@novice2024)

    All good, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.