For each field that I create in machform is it possible to send to a custom table in my database? eg id# to a specific table, first name, last name to a different table. Thanks.
Appnitro Software Forums » MachForm 2
Custom database and machform
Started 3 years ago by dpallan | 4 posts |
-
Posted 3 years ago #
-
No, I'm afraid that won't be possible. You need to add your own code for this.
MachForm Founder
Posted 3 years ago # -
Where would the best place for the code be. In one of your files?
Posted 3 years ago # -
The best place would be modifying "includes/post-functions.php".
There is a function there called "process_form()" which do the insert.I suppose you can add your custom insert there, after the standard insert query.
MachForm Founder
Posted 3 years ago #
Reply
You must log in to post.
