Script to fire on successful submission

Sandra97 24 Apr, 2023
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
Max_admin 24 Apr, 2023
what kind of script ? PHP or Javascript ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Sandra97 24 Apr, 2023
It's a Javascript:
<script type="text/javascript">function contactSubmit(){_satellite.track("contactForm");};</script>
Max_admin 26 Apr, 2023
Answer
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");
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.