Conditional Toggle / Newbie
All,
Thanks so much for the help in advance. I'm a newb in the js/jquery realm so I apologize in advance.
I'm trying to develop a script that will show/hide form buttons based on the users input (checkbox, radio button, etc).
This is taking place within a modal and there will be default previous/next buttons at the bottom right of each modal, but based on the users interaction, they could/will trigger different buttons to shown and the the previous/next buttons to disappear.
I have the modal developed with the previous/next functionality working. I also have another script in the page that will allow a form element to be selected and that results in other content being shown. What I don't know how to do, is have these two scripts work together and code for each of the contingencies: if this element is checked, show this and hide this. I'll attach the code below, I apologize for the length. Thanks!