how do i change the email address to which a filled up form is submitted after the Submit Form button is pressed. I have created a form and want to change the email address to which the form is sent after users fill it up. After completion when I hit teh submit button, the form is automatically addressed to one of my personal emails, I want it to be addressed to my company email. Thanks?
1. Create a button
2. Right click --> Properties
3. Go to the Actions Tab.
4. Select Trigger [Mouse Up] --> Select Action [Submit a form] --> Add
5. Enter a URL for this link: --> mailto:address [at] mail [dot] comThere you go. Also, you can select the fields to submit in the form. If there aren't any forms, change the Field Selection from All Fields, to Only these... and then uncheck all that are selected.