Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Custom Save Confirmation Message

Can a custom message be added when a user clicks the Save button? Right now we are creating a bogus Custom Action in a Submit Action button so we can use the Completion Message functionality.

Hi Lori,

We can use custom script in presave script function in Submit action. Please hide the save button in NITRO Forms and configure the submit action with custom script in presave script function to show a custom message.

Sample script:

window.alert("Request is submitted successfully");
functionCallback();