How to make SAVE button flowting on the big form
The customer have a big form to fill and would like to have ability to save this form at any time without scrolling all the way down to click Save. Is there a way to implement floating Save button to allow user to save the form at any time?
Thanks
***Edited by Moderator Marissa to update Content Type from Discussion to Question; update Platform Capability Tags***
Please find the below steps to achieve the above functionality.
1. In the Perform harness, change the screen layout format to "Header Footer" and add the "pyCaseActionAreaButtons" section in the footer.
2. Remove "pyCaseActionAreaButtons" from "pyCaseActionArea" section.
If we make the above 2 changes, action buttons(including save) will be available at the bottom of the screen every time.