Submitting form one after the other II
I can't seem to post a reply, so I'm trying it this way.
I'm trying to have a form in which the user can submit data on a form, then do it again, and again without closing the form out. Open url was suggested. I did that, sending the form back to itself. That seems to work. Now, though, send mail and success message does not work. Can you help with that? I have to be able to send confirmation emails. Here's the script as done in script builder:
openUrl("http://creator.zoho.com/ewyrick/advisement-2009-appointments/form-perma/advisement09appts/Y37jMKRMNuxtQU2z35s1uHSRY4B9V6dgNGY3GN6ApEaPxRZjd5SOT75TmVHyXWr38A6HXWYujAWJ721BuAKNS9tPy41nvgvgKXMj/", "same window");
sendmail
(
To : input.Advisor_Email
From : zoho.adminuserid
BCC : zoho.adminuserid
Subject : "Advisement Appointment Confirmation"
Message : "This is a confirmation of an advisement appointment submission. Please verify the information and reply to this email if a correction is necessary. <strong>Save this notice for your records.</strong>" + input.formdata
)
success message "Data added successfully";