Forums

Email AND Form Submit

jonabaca 15 Mar, 2010
Hi all,

We have a form, and we want it to still send out emails, but we also want it to submit the data to a custom PHP script in a subdomain. Right now, I'm playing around with the onSubmit events code. Is this a good idea, and is there a safer way to do this?

Regards,

Jon Abaca
GreyHead 15 Mar, 2010
Hi jonabaca,

If you use the OnSubmi URL then the form will be submitted there, ChronoForms will never see it and so will be unable to send emails.

If you need just to submit the form data then the cURL plugin is probably the way to go.

If you need to transfer the user as well, then the ReDirect plugin or a redirect URL will probably do it.

Bob
This topic is locked and no more replies can be posted.