Yes but it hid all the next buttons in the entire form.
Then you must have implemented it incorrectly. The code in the KB article hides the button when a radio button has a default value of "No" and shows the button after a radio button is clicked and the value is changed to 'Yes'. That's how the code works.
If you want to have a confirmation button on each page of the form, you need to modify the example code to check all of the radio button input fields on each page. They will all have different field ids.
Please login or Register to submit your answer