Forum Replies Created
- AuthorPosts
Jesus
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},
);
Jesus
ParticipantAwesome!
That’s much much better!
Thanks!
Jesus
ParticipantHi josef777,
I just added the provided code to my custom css with no luck.
Jesus
ParticipantThank you Ally, will give this a try!
Jesus
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
Jesus
ParticipantAwesome! Thanks
Jesus
ParticipantWorked perfectly!
Thanks!
October 26, 2013 at 12:55 am in reply to: Hidden field value from a custom field in WordPress db #7102Jesus
ParticipantWe’re close, not yet working. Please check your email for latest info.
Thanks
Jesus
Jesus
ParticipantThank you Allan, that fixed the firefox issue.
Is there anything we can do for the conditional Autoreply?
Jesus
Jesus
ParticipantHi Aurelius,
I made a nice adjustment with some help from QUFORMS that you might probably like. On your form settings go to Style.
On Global styling options, I fill the Element border color with #9830f1 and then on Global CSS Styles I select Form outer wrapper and then use this css code:
background: none repeat scroll 0 0 #f1e1fd;
border: 1px solid #9830f1;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
padding: 20px;
I hope it helps you. It give us a nice color to your forms and of course you can adjust color values as need it!
Jesus
- AuthorPosts