Conditional Fields not appearing on site.
-
So the below code works perfectly on a previous site https://myspeechpathology.org.au/index.php/online-referral-form/.
However I have copied and pasted the exact code and applied the same conditions in the conditions fields and I am unable to get it to show the required groups when the correct check box is selected.
The old website uses elementor sections and colums while the new one is updated to use flexbox containers which i thought might be an issue.
Sometimes all the groups show with [/group] at the end and other times they are hidden but will not activate.
[radio FundingType use_label_element "NDIS" "Home Care Package (HCP)" "Community Home Support Plan (CHSP)" "Home and Community Care (HACC)" "Motor Accidents Insurance Board (MAIB)" "Private" "Medicare/DVA" "Other"] [group NDISFC] <h4> <b> NDIS </b> </h4> <p> Participation Number [number ParticipationNumber] </p> <p> Plan Start Date [date PlanStartDate] </p> <p> Plan End Date [date PlanEndDate] </p> <p> How is plan managed? [checkbox* NDISPlanType exclusive use_label_element "NDIS" "Plan Managed" "Self-managed"] </p> <p> Plan Manager <i> (if applicable) </i> [text PlanManager] </p> <p> Person/s Responsible for Billing [text PersonResponsibleforBilling] </p> <p>Available Funds/Hours for Speech Pathology [text AvailableFundsHoursforSpeechPathology] </p> <p>NDIS Goals [text NDISGoals] </p> <br> [/group] [group HCPCF] <h4> <b> Home Care Package (HCP) </b> </h4> <p> Home Care Package Information [textarea HCP placeholder "Add details"] </p> [/group] [group CHSPCF] <h4> <b> Community Home Support Plan (CHSP) </b> </h4> <p> Community Home Support Plan Information [textarea CHSP placeholder "Add details"] </p> [/group] [group HACC] <h4> <b> Home and Community Care (HACC) </b> </h4> <p> Home and Community Care Information [textarea HACC placeholder "Add details"] </p> [/group] [group MAIB] <h4> <b> Motor Accidents Insurance Board (MAIB) </b> </h4> <p> Motor Accidents Insurance Board Information [textarea MAIB placeholder "Add details"] </p> [/group] [group PHFCF] <br> <h4> <b> Private Health Fund </b> </h4> <p> Fund Name [text FundName] </p> <p> Fund Number [number FundNumber] </p> <p> Expiry Date [date ExpiryDate] </p> [/group] [group OCF] <h4> <b> Other Funding </b> </h4> <p> Fund Information [textarea OtherFunding placeholder "add funding details"] </P> [/group] [group MC/DVA] <h4> <b> Medicare </b> </h4> <p> Card Number [number MedicareCardNumber] </p> <p> Individual Reference Number (IRN) [number IRNNumber] </p> <p> Expiry Date [date MedicareExpiryDate] </p> <p> Type Of Referral [text TypeOfReferral placeholder "e.g. chronic disease management plan"] <br> <h4> <b> Dept Veteran Affairs Card </b> </h4> <p> Card Number [number CardNumber] </p> <p> Expiry Date [date ExpiryDate] </p> [/group] <br> Please ensure all fields are have the correct information entered. [submit "Submit Form"]Have I missed something?
The topic ‘Conditional Fields not appearing on site.’ is closed to new replies.