submit button automaticlly generates email and send form
Copy link to clipboard
Copied
I would like to setup a submit button that will automatically generate an email and then send the form that it is attached to. is this possible?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
OK, I'm new so please help me out I am not sure how to get to this point so is there some place I can get the step by step instruction? I'm sorry to ask such simple questions but I am just trying to learn. Thank you for the help. Mark.
Copy link to clipboard
Copied
- Create a button.
- Right-click if (in Form Edit mode) and select Properties.
- Switch to the Actions tab and add a MouseUp trigger with an "Submit a Form" command:
- Enter the "mailto" code given above as the target URL and select the option to submit the complete document.
It should look like this:
- Press OK and you're done.

