Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Multiple Tables #11626
    Jesus
    Participant

    Hi 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},
    );

    in reply to: Adjusting form height #10081
    Jesus
    Participant

    Awesome!

    That’s much much better!

    Thanks!

    in reply to: Adjusting form height #10056
    Jesus
    Participant

    Hi josef777,

    I just added the provided code to my custom css with no luck.

    in reply to: Multiple Tables #9458
    Jesus
    Participant

    Thank you Ally, will give this a try!

    in reply to: Multiple Tables #9420
    Jesus
    Participant

    Hi 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

    in reply to: Line break on hidden fields #8351
    Jesus
    Participant

    Awesome! Thanks

    in reply to: Date format #7181
    Jesus
    Participant

    Worked perfectly!

    Thanks!

    in reply to: Hidden field value from a custom field in WordPress db #7102
    Jesus
    Participant

    We’re close, not yet working. Please check your email for latest info.

    Thanks

    Jesus

    in reply to: Conditional auto-reply #5211
    Jesus
    Participant

    Thank you Allan, that fixed the firefox issue.

    Is there anything we can do for the conditional Autoreply?

    Jesus

    in reply to: Nice CSS examples/themes around? #4933
    Jesus
    Participant

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy