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">
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">