-
AuthorPosts
-
January 7, 2014 at 7:18 pm #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 markJanuary 7, 2014 at 9:09 pm #206459Hey 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,
YigitJanuary 7, 2014 at 10:43 pm #206505This reply has been marked as private.January 8, 2014 at 8:14 am #206694Hi!
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!
IsmaelJanuary 8, 2014 at 12:32 pm #206785Almost 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.January 8, 2014 at 2:17 pm #206808Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia_ajax_form .captcha { padding-left: 75px; }
Regards,
YigitJanuary 8, 2014 at 3:40 pm #206847Great 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?
January 8, 2014 at 4:01 pm #206854Is 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?
January 8, 2014 at 6:28 pm #206938Hi!
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 textCheers!
YigitJanuary 8, 2014 at 9:53 pm #207102Yes 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?
January 9, 2014 at 12:02 am #207146Hi!
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,
YigitJanuary 9, 2014 at 8:44 am #207283Perfect. Thank you.
-
AuthorPosts
- The topic ‘A couple of changes in the contact form —’ is closed to new replies.