Conditional Fields not activating
-
The conditional fields were formerly all working, but have now stopped activating on my form (They no longer appear when the designated response is given).
I have not installed any new plugins, nor updated any of the underlying infrastructure of the site in any significant way.
___
FORM CODE:<b style=”color:#8BC540; font-size:125%; line-height: 1.8;”>Personal Details</b>
Applying for SBS starting in[select school-year include_blank “2021” “2022”]Full Name[text* your-name]
Mailing Address[textarea* mailing-address x4]
Phone Number[phonetext* phone-no]
Email[email* your-email]
Date of Birth
[date* DOB]Gender[select* gender include_blank “Male” “Female”]
<b style=”color:#8BC540; font-size:125%; line-height: 1.8;”>Living Situation</b>
Marital Status[select* married include_blank “Single / Divorced / Widowed / Separated” “Married”][group spouse]
When you attend the school, will your spouse be living with you?[select* attending-spouse include_blank “Yes” “No”]
[/group]Do you have any children?[select* children include_blank “Yes” “No”]
[group have-children]
Please list your children’s names, ages, and genders[textarea* child-details x4]When you attend the school, will your children be living with you?[select* attending-children include_blank “Yes” “No”]
[/group]Are you currently allowed to work in Canada?[select* work-in-canada include_blank “Yes” “No”]
[group work-eligibility]
Are you able to apply for a work permit upon entry into Canada?[select* work-permit include_blank “Yes” “No”]
[/group]Are you up to date with your vaccinations?[select* vaccinations include_blank “Yes” “No”]
Do you have health insurance?[select* health-insurance include_blank “Yes” “No”]
[group have-insurance]
What is the name of your insurer?[textarea* insurer x1]
[/group][group no-insurance]
Please be aware that if you arrive without insurance, upon your arrival you will be charged CA$170 per quarter to cover your insurance costs.
[checkbox* accept-insurance “I understand and accept”] <i>(required)</i>
[/group]<b style=”color:#8BC540; font-size:125%; line-height: 1.8;”>History</b>
Do you have a criminal record, or are you involved in any current or pending lawsuits or legal actions?[select* criminal-record include_blank “Yes” “No”][group crim-record]
Please explain your criminal record[textarea* crim-record-expl x4]
[/group]Have you completed Secondary School?[select* secondary-school include_blank “Yes” “No”]
Have you previously attended any YWAM or UofN Schools (including DTS or CDTS)?[select* attended-dts include_blank “Yes” “No”]
[group have-dts]
Please list the school details, including location and date[textarea* dts-details x4]
[/group]<b style=”color:#8BC540; font-size:125%; line-height: 1.8;”>Languages</b>
Languages spoken in decreasing order of fluency[textarea* languages x4]English proficiency[select* english-level include_blank “Elementary speaking” “Limited word proficiency” “Minimum proficiency” “Native speaking proficiency” “Mother tongue”]
<b style=”color:#8BC540; font-size:125%; line-height: 1.8;”>Personal Reflection</b>
What expectations do you have of the SBS?[textarea* expectations x6]Are you intending on completing all three terms of the SBS?[select* all-terms include_blank “Yes” “No”]
[group not-all-terms]
Please explain which terms you are intending not to complete and why[textarea* which-terms x4]
[/group]How is your current relationship with Jesus?[textarea* faith x6]
Please describe your spiritual and/or ministry goals, including missionary service goals[textarea* ministry-goals x6]
What are your areas of strength and in which areas do you wish to see growth?[textarea* strengths-growths x6]
Who or what directed you to this application form?[select source include_blank “YWAM Turner Valley Website” “Facebook Post” “Instagram Post” “Social Media Ad” “Friend/Family” “Other Ministry” “Church” “Other”]
Your data will be retained by YWAM Turner Valley in accordance with their GDPR Privacy Notice
[checkbox* gdpr-policy “I consent to this data storage”] <i>(required)</i><br>[submit “Submit Application”]
—
CONDITIONAL FIELDS CODE:show [spouse] if [married] equals “Married”
show [have-children] if [children] equals “Yes”
show [work-eligibility] if [work-in-canada] equals “No”
show [have-insurance] if [health-insurance] equals “Yes”
show [no-insurance] if [health-insurance] equals “No”
show [crim-record] if [criminal-record] equals “Yes”
show [have-dts] if [attended-dts] equals “Yes”
show [not-all-terms] if [all-terms] equals “No”The page I need help with: [log in to see the link]
The topic ‘Conditional Fields not activating’ is closed to new replies.