HCH
posted Jul 16, 2017 at 16:18
Hello,
I have a similar problem, but with a combobox. I'm using version 6.0.5.
Scenario:
- Radio Group "Betreuung" (english: "support"), ID "Betreuung1" with 4 values: Keine (english: "None"), Guiding, Ski course, Snowboard course
- Default value: "Keine" ("None")
Tab Events:
- On "selecting" / Value: "Keine" / Actions: Disable, Hide, Disable validation / Element identifier: "Fahrkoennen1"
- On "not selecting" / Value: "Keine" / Actions: Enable, Show, Enable validation / Element identifier: "Fahrkoennen1"
- Combobox (without label), ID "Fahrkoennen1" (means: skill) with 5 items: "Please select...", Skill 1, Skill 2, ..., Skill 5.
- Combobox is not shown when value "None" is selected (see Radio Group "Betreuung1" -> event "on selecting")
- Combobox is shown when value <> "None" is selected
- If Combobox is shown then one of the 4 Skills (Item 2...Item 5) must be choosen
- Tab Validation: required = on (because: if combobox is shown then an item <> "Please select" must be choosen)
Now the problem:
When loading the form radio button "Keine" (means "none") is selected and combobox is not shown.
When submitting the form (button "Abschicken") then a message "Please provide all the required info." appears, although the combobox is not shown.
That means: every works fine with showing / hiding the combobox "Fahrkoennen1", depending on the value of radio group "Betreuung1". Only: if the combobox is not shown then the systems requires a value <> "Please select..."..
Please can you help me?
The form is here: https://www.skiclub-obrigheim.de/index.php/anmeldungen/41-anmeldung-zur-tagesausfahrt//?chronoform=AnmeldungTagesausfahrt-copy-1Teilnehmer-geht
(for testing: please fill out all fields/checkboxes/captcha)
Thanks.
Best regards,
Hans-Christian