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

[closed] Setting not to save and post submissions


  1. mindquest
    Member

    Is there a way to set a form not to save and post a users submitted data and just pass the info via email sent by whomever fills out the form?

    M.

    Posted 16 years ago #
  2. yuniar

    To do this, you'll need to modify includes/post-functions.php file.
    Around line 866, you'll find this code:

    do_query($query);
    $record_insert_id = mysql_insert_id();


    You can simply remove those lines. Or just put double slash character in front of them, like this:

    //do_query($query);
    //$record_insert_id = mysql_insert_id();


    That should turned off the database functionality.


    MachForm Founder

    Posted 16 years ago #
  3. mindquest
    Member

    Thanks!

    Posted 16 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.