Answered
I have created a form and I want to have it saved to be able to be filled in and then emailed back (the entire PDF, not just the data)...but not to the same person every time. How do I get the "submit form" button in the purple box next to the "highlight existing fields" button to go away? I am NOT a programmer...so be kind and walk me through like you were explaining the process to a 5 year old.
Thanks!
D
If you want to manually distribute the form with its own email-submission button, and you need to change the target email address each time:
Create a text field called "Email_Address".
Create a button, keep the Control Type as "Regular", and add this JavaScript (not FormCalc) code in the Click event:
If you have a predetermined list of available email addresses, make a drop-down box with those addresses as the values, instead of a text field for the user to enter the address.