Hey Nic, did you have any good ideas on this topic? I pretty much gave up after finding out our Squiz version was too low for conditions, but I'm now wondering if there would be a way to Change form content dependant on one of the form selects, and not just a select we create in JavaAcript. I can't find any options that would allow me to create a select list and give it options within the HTML.
<select id="options">
<option value="null">Choose Form</option>
<option value="t1">Personal details</option>
<option value="t2">Contact details</option>
</select>
You showed me this, but it's only for pure written html, and not form asset, meaning any option I choose in that HTML coded select list won't pass any information onto the form.
This may be a little confusing, so here's a scenario: User clicks on Select list option - Form content appears as required - User submits form - Only the custom form assets are passed and the select list is left without passing any data.
If you have any idea, I would very much appreciate the help!
Many thanks,
Dave