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


  1. roguevoice
    Member

    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 #
  2. yuniar

    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 #
  3. roguevoice
    Member

    Thanks. Will try this out.

    Posted 15 years ago #

RSS feed for this topic

Reply