Tagged: CONTACT FORM
– My first question is: I use the standard contact form in Enfold, and my “send” button is standard red. can I change this color?
– My second question is: when I click on “send” it says in english shortly “sending” can I change the text “sending” to something else too?
Thanks!
Hey Leonsz,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Yes, ofcourse,
Is the site visible for you? or can’t you open it?
Hi,
I checked your site but the contact form is not visible on the page. Does it require admin login? Please review and get back to us with required credentials or a precise link where we can see the element in question.
Best regards,
Vinay
Dear Vinay,
Thanks for your message,
The case is, I’m using the standard contact form from Enfold and would like to change the color of the “send” button, It must be not that dificult right? but how? haha
My second question was: when I click on “send” it says in english shortly “sending” can I change the text “sending” to something else too?
Hi,
1. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia_ajax_form input.button {
background: red;
}
2. Go to enfold\framework\php\class-form-generator.php and find this code (line 322):
$this->button_html .= '<input type="submit" value="'.$submit_label.'" class="button" '.$this->submit_attr.' data-sending-label="'.__('Sending','avia_framework').'"/>';
Replace Sending with the text you want to use.
Best regards,
Nikko
Dear Nikko,
You’re a hero!!
Thank you so much, it worked out perfectly (:
Hi,
Thanks for your kind words. Glad we could help :)
Best regards,
Nikko