Home › Forums › Quform WordPress › Multiple Tables
- This topic has 6 replies, 3 voices, and was last updated 10 years, 10 months ago by
Ally.
- AuthorPosts
- February 4, 2013 at 3:12 pm #2611
lawrencepepper
ParticipantI have a form in which data collected needs to be saved to two different tables within my database.
Is this possible, how can I accomplish this using the form builder.
L
February 5, 2013 at 9:36 am #2624Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 2, 2014 at 5:34 pm #9420Jesus
ParticipantHi Ally,
Regarding this matter. Currently I’m saving data from my form into a database using the Settings Database option and that’s working fine.
However, I also need to include a some other data into another table, so having this function it might affect my current setting configuration.
Is it possible to keep my current settings database options and include this function just for the other table? If yes, will you please clarify this for me?
Thanks in advance,
Jesus
April 3, 2014 at 12:29 pm #9426Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 6, 2014 at 5:39 pm #9458Jesus
ParticipantThank you Ally, will give this a try!
June 29, 2014 at 6:41 am #11626Jesus
ParticipantHi Andy,
Is it possible to insert the date value on the functions.php code like this?
// Set the values to save into table 1
$data1 = array(
'name' => $form->getValueAsString('iphorm_2_1'),
'email' => $form->getValueAsString('iphorm_2_2'),
'contact_comment_posted_date' => {submit_date|Y-m-d H:i:s},
);
June 29, 2014 at 4:23 pm #11636Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.