I would also like more information about data going directly to an Acce
-
JulieAsked on January 08, 2015 at 04:31 PM
I would also like more information about data going directly to an Access database.
As others have mentioned, the View Answer links above do not work.
This is a re-post of a comment on Send Instant Submission Notifications with Webhooks
-
DavidAnswered on January 08, 2015 at 06:03 PMJotform Support
Hi,
You were not able to view the answers of the other posters because they have set their post/questions to private mode.
As to your current question, it is correct that you will at least need basic understanding of PHP coding to better utilize the Webhooks feature of the form.
Perhaps having example implementations can get you forward. You can find some here https://www.jotform.com/help/248-Webhook-Samples
The core requirement is to POST the data of your form submission before you can import the data to external database like your MS Access.
The process should be similar to the described on the user guide https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP
And the simple instruction here https://www.jotform.com/answers/363070 should also help.
Hope this help. Inform us if you need more assistance.