Hi Support,
Two quick questions…
When a visitor fills in a contact for on the site (Default Enfold Contact Form) and the miss a field is there a way to show an error on the field they missed or can I enhance the red highlighting on the form – currently its picking the default border thickness.
The reason I ask is that my forms are very long and the user will have scrolled past the ‘missing’ fields before they hit the submit button. This is causing confusion because they cannot see the red outline on the form field they missed.
Also because the forms are quite long when the hit the submit button they do not see the ‘You form has been submitted…’ because they are too far down the page – again causing confusion.
Link provided to check form.
Cheers
Gary
Hey gary04,
Thank you for using Enfold.
Make sure that the form fields’ Form Element Validation is not set to “No Validation”. Set it to “Is not empty” if appropriate. Enhance the border with the following css code:
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
border: 3px solid #DF653E;
}
Best regards,
Ismael