Hi
We have paid an agency to develop some responsive templates including a nicely styled HTML form for booking events which also includes JQuery client side validation.
Whilst I've created a Custom Form with the same fields in Matrix and have adapted the validation rules etc. I can't get the form to look precisely the way I want it to.
So myu question is "Is it possible to post from a standard HTML form to the 'action' of the Custom Form" i.e.
<form action="./?a=[assetID of custom form]" method="post">
<fieldset><label for="bookingEmail">Email Address:</label><span class="formRequiredIndicator">*</span>
<input id="bookingEmail" name="bookingEmail" required type="email" />
...
</form>
Hope this makes sense
David