• Resolved cpt.randall

    (@cptrandall)


    Hi Jules! I love what your doing with the conditional logic. However after so many bumps to my brain (bike accidents, ARMY, parachuting, rammed by sharks, etc. I think I need some basic help.
    I want to just have 1 (one) conditional field. I want a simple text field to appear if the user selects “Other” from the first drop down choice (they are requesting an eye doctor appointment, and if they select other, I want them to be able to specify what type of exam they need). If I can get that to work, I’ll add the same option to the drop down: find-us. So they can type in “Other”
    Your example in the tutorial, is amazing, but I can’t figure out how to make just a simple form that I want to work.

    Could you please tell me how to do that? Thanks so much!!

    Here is the code I am using (there is NO conditional logic code yet):
    <fieldset>

    1. First Name [text* fname]
    2. Last Name [text* lname]
    3. Phone [tel* Phone]
    4. Email [email* email]
    5. What Type of Exam Would You Like? [select* dropdownexam include_blank “Glasses” “Contact Lenses” “Eye Health Check” “Eye Injury” “Red Eye Irritation or Redness” “Follow Up” “Other”]
    6. Are you a returning Patient? [select patient include_blank “Yes – I am a current/past patient ” “No – I will be a new patient”]
    7. What Date works best for you?[date* exam-date placeholder “Click to choose date”]
    8. What Time works best for you?[select* time include_blank “Morning 9am – 11:30am” “Afternoon 1pm – 5:30pm”]
    9. <br>

    10. Notes- Please tell us any info that can help the doctor give you the best service possible: [textarea notes]
    11. How Did you hear about us? [select* find-us include_blank “Google Search” “Bing Search” “Friend/Referral” “Print Advertisement” “Insurance”]

    We will contact you and get your preferred appointment date/time ASAP!
    [submit “Submit”]
    </fieldset>

    [signature redacted]

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cpt.randall

    (@cptrandall)

    Anyone have any idea on this?

    Plugin Author Jules Colle

    (@jules-colle)

    [select* dropdownexam include_blank "Glasses" "Contact Lenses" "Eye Health Check" "Eye Injury" "Red Eye Irritation or Redness" "Follow Up" "Other"]
    [group group-other]
    [text text-other]
    [/group]

    condition:
    show group-other if dropdownexam equals "Other"

    • This reply was modified 6 years, 4 months ago by Jules Colle.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple 1 conditional logic form’ is closed to new replies.