Tagged: CONTACT FORM
-
AuthorPosts
-
November 27, 2013 at 5:14 pm #193924
Hi, my contact form sends the emails to me just fine;
However is will not give me any errors when a field is not filled in correctly. Instead, the send button just does nothing.Is there any way for it to highlight the fields that need to be filled in and give some guidance?
November 28, 2013 at 1:01 am #194120Hi rednovaMeUp!
It does, when a field is not filled correctly a red border appears:
If you want something more eye-catchy like tooltips, you’ll need to use a more advanced form like CF7.
Regards,
JosueNovember 28, 2013 at 3:56 pm #194372Hi, unfortunately our contact form does not give a red border around the fields that need to be filled in. All that happens is the submit button turns white for a few seconds, and then nothing happens.
Also, fields such as phone number are able to be submitted without anything even though they are set to validate.
November 28, 2013 at 8:15 pm #194478Hi!
Try adding this code to the Quick CSS:
.avia_ajax_form .error input { border: 3px solid #BD9700 !important; }
It will make the unfilled inputs more noticeable, you could change the border-color to a color of your preference.
Regards,
JosueNovember 29, 2013 at 11:14 am #194678That worked fantastic! Thank you.
Now I can also adjust the color and size of the border.
Thank you very much!
November 29, 2013 at 12:39 pm #194713There is one more problem with the contact page:
The “Message” box does not have a label or name.
If I change it to be a “Text Input” then its name appears above it with an asterix. However as soon as I change it to a “Text Area” the name disappears.
How can I get the name to show up even on a “Text Area” on the contact form?
This may have something to do with
Here is the page:
http://rednovamedia.com/arabella/contact/This may have something to do with the fix I was given for another issue on the contact page (By Yigit):
https://kriesi.at/support/topic/contact-page-display-issue/December 2, 2013 at 2:36 pm #195280Any response on this?
On the contact page:
The “Message” box does not have a label or name.
If I change it to be a “Text Input” then its name appears above it with an asterix. However as soon as I change it to a “Text Area” the name disappears.
How can I get the name to show up even on a “Text Area” on the contact form?
December 3, 2013 at 12:32 am #195579Hi!
Sorry for the late reply, try adding this to the Quick CSS:
.textare_label.hidden.textare_label_avia_message_1 { visibility: visible !important; }
Cheers!
JosueDecember 3, 2013 at 11:22 am #195714That works perfectly, thank you!
-
AuthorPosts
- The topic ‘Contact Form – No Error’ is closed to new replies.