I've got a large multi step form which contains a lot of select fields. Some of which have common options, one being 'not sure'.
I need to hide/disable this 'not sure' option if a user has selected a specific option in a previous select field.
I've found this which sounds like it's what I need but I don't understand how to apply it to my scenario. Can anyone explain it in simple terms please?
https://formidableforms.com/knowledgebase/javascript-examples/#kb-hide-option-in-select
Thanks!
I was hoping for some help if possible. There seems to be similar solutions to my situation therefore I was hoping someone could tell me what code to put where. An alternative maybe, this snippet seems to be what I'm after but it's for a radio button, can it be changed to use with a select field?https://www.fdmdigital.co.uk/slack-code-snippets-part-1/This snippet will show / hide a radio button option based on another radio button value.Thank you.
Please login or Register to submit your answer