Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1050140

    Hey 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,
    Vinay

    #1055075

    Thank 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

    #1055265

    you 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;
    }
    #1055533

    Hi 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 ¡¡¡

    https://www.dropbox.com/s/szsupzf4acaau5p/cf7.jpg?dl=0

    #1055588

    you 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”]

    #1056694

    Thank 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.

    #1056784

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.