OK, not sure if this has been covered - I tried a few different search terms and came up empty. If there's already a guide or tutorial I've overlooked to do what I'm about to describe, just point me in that direction.
I need to have part of a form unfillable (ideally not even visible) unless a particular entry in a dropdown is selected. Is this something I can accomplish in wizard mode?
I need to have part of a form unfillable (ideally not even visible) unless a particular entry in a dropdown is selected. Is this something I can accomplish in wizard mode?
Hi critter42,
You can't do it with the Wizard but it's not to hard to wrap the section in a <div> tag and use JavaScript to hide and reveal the <div> as needed.
If there is any validation in the hidden section then you also need to disable the inputs when it's hidden to prevent the 'hidden validations' stopping the form from submitting.
Bob
You can't do it with the Wizard but it's not to hard to wrap the section in a <div> tag and use JavaScript to hide and reveal the <div> as needed.
If there is any validation in the hidden section then you also need to disable the inputs when it's hidden to prevent the 'hidden validations' stopping the form from submitting.
Bob
This topic is locked and no more replies can be posted.