Email Javascript Submit Button
I would like to to pull a name from a form field on my forms and place it where (add name from a form field here) in the script below. The script works perfectly as is, I would just like to add the name to each section. Can someone please help? Thanks
this.mailDoc({ cTo: "joeblow@myemail.com",
cSubject: "My Form for (add NAME from a form field here)",cMsg: "Please see the attached form in reference to (add NAME from a form field here) ."
});
