I know. I did use the "Send Form Data" option but then it sends EVERY variable in the form. Even the Dynamic Text I load for display purposes only. The result is an eMail that is cluttered with variable data.
I think what I'll just end up doing is simply embedding the form text. This way the ONLY variables in the form will be the information that is collected. It's a form, the embeded text shouldn't make it too big being the type of movie it is.
Ok here's the deal you don't have to use all the variables on the server side, just ignore the ones you don't want. Or you can make the form a child clip call it like myForm and then use myForm.loadVariables and it will only send the variables in that clip.
Keep it just the way it is. Just change all the textfields that have variable names to have instance names instead. The example I am going to post uses the modern method using instance names.
Should be posted in a sec. I didn't recreate all your fields but you will get the idea on how to send what YOU WANT.
Just change all the textfields that have variable names
This might be EXACTLY what I'm looking for.
I was just about to post a question of, "Is it possible to simply remove the variable from a Dynamic Text Field?"...I look forward to the answer of the Instance naming.