-
AuthorPosts
-
January 4, 2019 at 6:22 pm #1050079
Hello, I am receiving too much spam from the own forms of enfold. I have activated the enfold captcha (mathematical formula) but I still receive spam. What I can do? It is a very uncomfortable problem. Thank you very much and best regards.
January 5, 2019 at 1:24 am #1050140Hey kikosanchezestudio,
Thank you for writing to us. The contact form should stop most of the spam but if somehow you are still getting spam emails please try one of the following plugins which has more advanced options.
https://wordpress.org/plugins/search/anti+spam+contact+form/
Best regards,
VinayJanuary 17, 2019 at 5:16 pm #1055075Thank You for your reply, at the end I´m going to used Contact Form 7. How I make that the form have the same look that “Enfold Form that ENFOLD Creative Studio Demo”?
2 columns and black border, field inside border.
Best Regards
January 18, 2019 at 12:14 am #1055265you can use the css settings for columns to style the cf 7 :
<div class="flex_column av_one_half first"><label> Ihr Name (Pflichtfeld) [text* your-name] </label></div> <div class="flex_column av_one_half"><label> Ihre E-Mail-Adresse (Pflichtfeld) [email* your-email] </label></div>
and to have borders :
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea { border: 1px solid #333 !important; }
January 18, 2019 at 5:35 pm #1055533Hi Guenni00; thank you for your kinder help. I have added the codes and the look is very similar. Great ¡¡¡
I have only make this:
How can I put the texts that are above the field, inside the box (like screenshot I attached)??
I would like to reduce the horizontal space between the Email and Telephone field.I hope that you help me.
Thank you very much. Best regards ¡¡¡January 18, 2019 at 6:26 pm #1055588you have to make the form in this way with placeholder “” like
not with label but only with placeholder[text your-name placeholder “Your name here”]
January 21, 2019 at 2:56 pm #1056694Thank you for your help. It´s great ¡¡
Only a little thing. How I can reduce the horizontal space between the Email and Telephone field ? (see the next attached file)
Best regards.
January 21, 2019 at 4:52 pm #1056784Hi kikosanchezestudio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.wpcf7-form div .av_one_half { margin-left: 2%; width: 49%; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.