Hi,
I need to fire a script on successful submission but don't know how to do.
Could you please tell me how to do?
Thanks in advance.
Sandra
I need to fire a script on successful submission but don't know how to do.
Could you please tell me how to do?
Thanks in advance.
Sandra
what kind of script ? PHP or Javascript ?
It's a Javascript:
<script type="text/javascript">function contactSubmit(){_satellite.track("contactForm");};</script>
if you want this script to find on successful submission then add this code in a JavaScript view in the last form page:
_satellite.track("contactForm");
You need to login to be able to post a reply.