Forums

Custom method="POST"

baxterdown 04 Jan, 2010
We are working on a site for a client that needs to use an external service for posting forms because it needs to be HIPAA compliant. Basically all we need to do is a custom method="POST" so it sends using their service.

How can I do this in Chrono?

This is what is needed:
<form name="myform" method="POST" enctype="multipart/form-data"
onSubmit="return secureform_submit();"
action=" https://secureform.luxsci.com/perl/post/6772-14-acW4">
GreyHead 04 Jan, 2010
Hi baxterdown,

Add onSubmit="return secureform_submit();" to the Form Tag Attachment box and put https://secureform.luxsci.com/perl/post/6772-14-acW4 in the SubmitURL box.

Notice that if you use a Submit URL then ChronoForms will never see the form data and will be unabel to send emails, save data etc.

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