Tags to submit button

Dcode warner asked on March 8, 2017 22:44

How can I add classes, onClick events values and 'disabled' to a submit button on a form I am configuring in Kentico? Basically, I want when user click 'submit' it shows another section on the page.

HTML example:

Correct Answer

Zach Perry answered on March 8, 2017 22:57

You can create an alternative form, or modify the layout. I usually wrap the submit button and use jquery to tie into the click event.

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.