Hello!
I currently have been using custom HTML Buttons with the following code:
<input type="submit" class="newButton action-btn Submit" value="Test1" aria-labelledby="action" name="action">
These have been working perfect, and I am able to use these for Form routing as well. Here is an example:
I would love to use these in different pages as well, but as soon as I enable Pagination, all buttons are hidden except the last page.
Example:
I understand the intent of Pagination, however I would like to use the Custom HTML buttons on each page. If anyone is aware of a solution to retain the custom HTML buttons on each page, that would be greatly appreciated.
I still intend to use the buttons for Form Routing as well.
I am also using Classic Form Designer.
Thank You!