I would like to know where I need to put the api code in, to send an sms after a form is submitted. The contact number is unique to each form so there's no issue with dealing with tables or code in the form - I just want to send an sms to clients to ensure they respond appropriately to the form submission.
Thank you.
Hi Richard11,
You can add php+html in the OnSubmit boxes - OnSubmit After is probably the best for this.
Bob
Thank for this code. I used it on my project.
1. Can I save response message to ChronoForms database ?
2. Can I use form elements in OnSubmit code ?
I'm using " $text = urlencode({text_10}); ".
But doesn't work.
I found solution for question 2.
$text = $_POST['text_10'];
Thank you.
Can I save response message to ChronoForms database ?