Is there a way to add a custom html submit button to the form using the Modern Form Designer?
I've built a nice dashboard with clickable html buttons that link out to other Laserfiche forms. Those are working as intended. Example (linking to google.com)
<button style="color:white; background-color:dodgerblue; border-color:gray;width:150px;height:50px;" onmouseup="window.open('https://www.google.com)" type="button">Submit a New RFC</button>
I'd like to add a custom submit button to the form (I've already hidden the default Submit button) so that I can customize the wording around the button and location to indicate clicking Submit will actually load the next user task which will be another view of the Dashboard.
Any advice for adding a Submit button using the Custom HTML element? So far I've only found resources for using the Classic Form Builder.
Otherwise, is there a way to "move" the default submit button so that I can have it appear in-line with text near the middle of the document?