This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Machform DB fields 2 Joomla DB fields
Started 15 years ago by roguevoice | 3 posts |
-
Is it possible within your scripts to send certain field data such as name, password, email address, phone and etc to a new entry in another database such joomla. I assume it would require logging in to other database and passing filed info on form to that DB as well. Where is the code that establishes connection to MachForm DB and writes to it?
Thanks
Posted 15 years ago # -
Hello there,
It is possible to add that functionality, but you will need to add your own code for this.
The best place would be modifying "includes/post-functions.php".
There is a function there called "process_form()" which do the insert.You can add your custom insert there, after the standard insert query.
MachForm Founder
Posted 15 years ago # -
Thanks. Will try this out.
Posted 15 years ago #
Reply
You must log in to post.