Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #784498

    Hello, is there a way to save incoming messages somewhere in admin from Enfold default contact form?

    #785494

    Hey vadikcoma,

    I think there’s a way but it would take a lot of time and is outside the scope of our support. I would suggest using this contact form plugin: https://wordpress.org/plugins/contact-form-7/ partnered with this addon plugin: https://cfdbplugin.com/
    Hope this helps :)

    Best regards,
    Nikko

    #785730

    Thank you for the great tip! Actually, this plugin has a way of saving Enfold incoming messages too!
    Could you please tell me, is there a way to make Contact Form 7 submit button to look exactly the same as Enfold submit button? I’m looking for white text on button, slightly larger and positioned in center

    #785743

    Hi,

    Can you please post a link to your page so we can provide you an accurate custom CSS code? :)

    Best regards,
    Yigit

    #785759

    Sure – http://ladycard.comadev.noc.lv/ in the bottom

    Thank you!

    #785767

    Labdien :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    input.wpcf7-submit {
        margin: 0;
        padding: 16px 20px;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        font-size: 0.92em;
        min-width: 142px;
        outline: none;
        color: white!important;
    }
    

    Best regards,
    Yigit

    #785774

    Labdien! :-)

    Perfect, thank you! Maybe you know, how to place button in the center?

    #785777

    Labdien :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    form.wpcf7-form p {
        text-align: center;
    }
    

    Best regards,
    Yigit

    #785782

    Awesome! Thank you!
    Paldies!

    #785784

    Ludzu! :)
    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Saving incoming messages from default Enfold contact form’ is closed to new replies.