Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #206422

    I’m using the Enfold contact form and I want to change a copuple of things of the captcha:
    1. the message saying demonstrate that you are human….soving the following question.
    2. the question consists in an addition like 5+1=? I want to elininate the questión mark

    #206459

    Hey fjrichart!

    1- Please refer to this post https://kriesi.at/support/topic/changing-the-human-approval-default-text-o-form/#post-203583
    2- Can you post the link to your website?

    Regards,
    Yigit

    #206505
    This reply has been marked as private.
    #206694

    Hi!

    1.) You can edit framework > php > class-form-generator.php, find this code on line 519:

    $this->elements_html .= " <span class='value_verifier_label'>$number_1 + $number_2 = ?</span>";

    2.) I’m sorry but can you please elaborate? A screenshot will help.

    Cheers!
    Ismael

    #206785

    Almost everything solved. Just one thing:
    Go to this http://cristinarichart.com/formulario-de-contacto/
    and you will see that the result of the addition falls on the equal sign and the number you write as a result is very tiny. So I need the result to appear more to the right and be able to change it to a bigger font.

    #206808

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .avia_ajax_form .captcha {
    padding-left: 75px;
    }

    Regards,
    Yigit

    #206847

    Great it worked but I want the result to be black however it takes the color defined in Styling->Main Content font color. How can I change it?

    #206854

    Is it possible in case that if they forget to fill in any field like the name, e-mail or whatever or even if they fail with the result of the addition to show a message saying that there are errors?

    #206938

    Hi!

    Please add following code to Quick CSS as well

    #top .main_color input[type='text'] { color: black; }

    It changes borders to red if there is any error in fields. You can try this plugin http://wordpress.org/plugins/contact-form-7/
    It allows displaying error text

    Cheers!
    Yigit

    #207102

    Yes it changes borders to red but the borders are very thin, maybe 1 px and the background of the web is black so the borders don’t outstand enough. Is it possible to make the borders thicker?

    #207146

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
    border: 3px solid #DF653E;
    }

    Regards,
    Yigit

    #207283

    Perfect. Thank you.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘A couple of changes in the contact form —’ is closed to new replies.