I created the kentico form in CMS. Its is working fine.
After form submission the success message will be showing.
My requirement is after form submission the success message will be show in popup using javascript.
how to add the javascript method in the submit button?
Well technically you can put your script in Display text (General Settings): <script>alert('Thank you!')</script>
<script>alert('Thank you!')</script>
Here is the example
It's working fine. Thank you!
Please, sign in to be able to submit a new answer.