Hi all,
Currently modifying the markup of the form widget using the customization options mentioned here.
The same exact question has been asked on this devnet here but it doesn't really provide a solution for wrapping the submit button. I have looked into the configuration related classes and see no possible way to do this.
The reason why I need this is because my form is rendered with wrapper table related elements. Since I cannot wrap the submit button in a <tr>
and <td>
, what happens is that my browser will simply decide to render the submit button above the <table>
element that is wrapping the whole form.
So is there a way to wrap the submit button with custom markup?