How to send form data when validation is executed?
Posted: Thu May 12, 2011 7:04 am
I have form name form1 and like to send message per this form. How to do this in PHP file (related to this tpl).
I'm using validation jQuery plugin 1.7.
http://bassistance.de/jquery-plugins/jq ... alidation/
{if $smarty.request.action == "form1"}
{nocache}
{literal}
<script type="text/javascript">
document.location='replyfile';
</script>
{/literal}
{/nocache}
{/if}
I'm using validation jQuery plugin 1.7.
http://bassistance.de/jquery-plugins/jq ... alidation/
{if $smarty.request.action == "form1"}
{nocache}
{literal}
<script type="text/javascript">
document.location='replyfile';
</script>
{/literal}
{/nocache}
{/if}