Simple 1 conditional logic form
-
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>- First Name [text* fname]
- Last Name [text* lname]
- Phone [tel* Phone]
- Email [email* email]
- 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”]
- Are you a returning Patient? [select patient include_blank “Yes – I am a current/past patient ” “No – I will be a new patient”]
- What Date works best for you?[date* exam-date placeholder “Click to choose date”]
- What Time works best for you?[select* time include_blank “Morning 9am – 11:30am” “Afternoon 1pm – 5:30pm”]
- Notes- Please tell us any info that can help the doctor give you the best service possible: [textarea notes]
- How Did you hear about us? [select* find-us include_blank “Google Search” “Bing Search” “Friend/Referral” “Print Advertisement” “Insurance”]
<br>
We will contact you and get your preferred appointment date/time ASAP!
[submit “Submit”]
</fieldset>[signature redacted]
- This topic was modified 6 years, 4 months ago by .
- This topic was modified 6 years, 4 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Simple 1 conditional logic form’ is closed to new replies.