WebHooksA WebHook is a simple but very efficient way to extend the usage of your web forms. Using it, you can store the submitted data in your own database, directly display it on your website, or do whatever you want with the submitted form data. If you enable WebHooks, 123ContactForm will automatically send all submitted form data through HTTP POST. Your script should only read the POST data and use it as you wish. Below you can see how 123ContactForm WebHooks work.
Because we love to make you life easier, we already created a sample PHP script, that will read all POST-ed data. To get this script, login your 123ContactForm account, go to the Notifications page of your form, and you will see the code. Save it to your website (ie: mywebhook.php) and enter its URL in the Notifications page. This will enable the cool WebHooks feature.
To see WebHooks in action, you can fill this form. The submitted data will automatically appear on this page. Cool, huh? |