That "group" element just groups things in the backend, and doesn't show up in the front end. Use segment area instead and change the class on it if you don't want the border. You will also need to use the #id of the area.
ALSO ALSO: Disable validation doesn't work when targeting a group like that you will have to use the names of all the things you want to disable. The box the identifiers goes in takes a multi line list.
Need to put the # in front of the identifer since you need to target the is not the name
I changed the elements identifier to "#area_segment29" minus the quote marks and it still does not hide that segment on the answer of "No" which is also the default answer.
What am I doing wrong???
So it doesn't hide it if you select yes and then select no again ? And you have the # on both identifiers?
And remember I said using disable validation on the area segment won't actually disable the validation on all the fields it contains, and that you'll have to instead use a multi line list of all the field names in your element identifier field?
That's correct. Does not hide it at all.
Both events list the identifier field as "#area_segment29" without the quote marks. I took off the validation entirely to see if that had any effect and no it doesn't.
Check your JavaScript console for errors then
Sir,
You give me far too much credit. I know enough to be dangerous. I'm the learn by the seat of my pants and from great people on forums. I don't even know where or how to access the JavaScript console.
I also tried listing all identifiers separately and that had no effect either.
Best regards,
Donna
Post another screenshot, and include a screenshot from the first tab of the field where you have your values set up.
For the JavaScript console, on the front end of your page where things aren't working properly press F12 and go to Console.
OK, thank you. Will try to do between the turkey and pumkin pie!
Happy Thanksgiving!!
Don't know why it's not hiding sorry unless there's some error in your JavaScript console
OK I'm sorry if you click the little gear icon for the area segment you can set the id, then just match that up in the event.