I’ve added some conditional logic into this form. after the user selects from the radio button. If you select option 4, “I am interested in volunteering at the museum”, then check “Stewarding” it works OK – you are asked about age and availability and then you see two more fields, “additional Information” and “SPAMBUSTER ….”.
The problem is that I ALWAYS want these last two fields to be displayed, but they are ONLY selected when I select the volunteering/stewarding options. I think the problem lies in this code below – it looks like my attempts to delimit the “Stewarding-Message” group have failed, but I can’t see why. Could anyone help?
[group Stewarding-Message]<div class="c-grid">
<div>
<p> Which days are you available?
[checkbox C-Days-Available use_label_element "Wednesday" "Thursday" "Saturday"] </p>
</div>
<div>
<p> What is your age? </p>
[radio R-AgeRange use_label_element default:1
"Not specified"
"Under 18"
"18-25"
"Over 25"]
</div>
[/group]<label> Additional information (optional)
[textarea your-message] </label>
[quiz quiz-615 "SPAMBUSTER: What county is this museum in?|Surrey"][submit "Submit"]The page I need help with: [log in to see the link]
