Tagged: form
Hello, is there a way to save incoming messages somewhere in admin from Enfold default contact form?
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
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
Hi,
Can you please post a link to your page so we can provide you an accurate custom CSS code? :)
Best regards,
Yigit
Sure – http://ladycard.comadev.noc.lv/ in the bottom
Thank you!
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
Labdien! :-)
Perfect, thank you! Maybe you know, how to place button in the center?
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
Awesome! Thank you!
Paldies!