Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for the response. I've adjusted the code to include the following: showButtonIf : {"mktoEventstest" : ["[events]","[newsletters]","[announcements]","[marketing]"]} The button enables when I select only one option, however it is disabled if there are more than one option selected. What I'm...
Thank you again! I switched the checkbox into a checkboxes field type and modified the script to an empty string. The name of the field is mktoEventstest. Unfortunately, the submit button is not disabled by default. I am looking to make it so that the user has to select at least one option to e...
I think I see the issue. The checkboxes we had setup were of the type checkbox, not checkboxes. Now I need to set it so that a value must be selected from each set of checkboxes.
Thanks for the prompt response. I have another follow up question if you don't mind. Can you please share how I would target all checkboxes in Group A as one or do I need to list each field individually? In regular HTML, I would add a class to all Checkbox A items and then check to see if one of...
Hi, thanks for the great tutorial. My first post here, so apologies in advance if I am replying incorrectly. I have a quick question regarding this code. The example here shows how to disable the submit button using the value in a Select menu. Is the process the same with the values in a che...