I'm trying to post directly to a SQL table from a form, but don't see any easy way to do so. Any suggestions?
I'm trying to post directly to a SQL table from a form, but don't see any easy way to do so. Any suggestions?
I'd love to learn a way to do this also.
You can use the gform_after_submission hook to send data wherever you like.
http://www.gravityhelp.com/documentation/page/Gform_after_submission
That hook has both the entry and the form objects available to it, so you can do whatever you want with the data. We can't help you with the code or the SQL to make it happen, but this is the hook you want to use to send your data direct to a database.