• Resolved Alkorr

    (@alkorr)


    Hi, I have a quick question: is it possible to show conditional text below the group when selected?

    I tried all the options: text email URL tel number date text area drop-down menu checkboxes radio buttons acceptance quiz reCAPTCHA file submit… Thanks! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Thread Starter Alkorr

    (@alkorr)

    Hi, yes I did but maybe I missed it out… In fact I’d like to show a notice (text only) when a group is selected. ‘text’ is a field, not plain text to add below the group <:)

    Plugin Author Jules Colle

    (@jules-colle)

    it seems very straight forward what you are trying to do. Please share some example code. Because what you seem to ask is just the basic functionality of the plugin:

    [select s "option 1" "option 2"]
    [group g]
      [text t]
    [/group]
    [group notice]
      here's a notice
    [/group]

    conditions:

    if [s] equals "option 1" then show [g]
    if [s] equals "option 1" then show [notice]

    Is this what you are looking for?

    Thread Starter Alkorr

    (@alkorr)

    That’s exactly what I was looking for, thank you so much! In fact I thought I HAD TO use one of the field from the form to add text. I never thought (hence why I didn’t even try, my bad…) that your plugin could be so easy to use.

    Thank you for your patience, it’s much appreciated! ??

    Plugin Author Jules Colle

    (@jules-colle)

    cheers! Glad you like it ?? Feel free to leave a review.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show conditional text’ is closed to new replies.