-
AuthorPosts
-
November 7, 2019 at 10:52 pm #1154761
Hi, Guys, hope this find you well.
I wanted to make the contact form to have the bottom border only. I think it’s nicer.
So I set up a contact form and selected Light Transparent color scheme.
I used this css:
#top div .av-light-form .input-text, #top div .av-light-form input[type=’text’], #top div .av-light-form input[type=’input’], #top div .av-light-form input[type=’password’], #top div .av-light-form input[type=’email’], #top div .av-light-form input[type=’number’], #top div .av-light-form input[type=’url’], #top div .av-light-form input[type=’tel’], #top div .av-light-form input[type=’search’], #top div .av-light-form textarea, #top div .av-light-form select {
border-top: none !important;
border-right: none !important;
border-left: none !important;
border-bottom: 1px solid #969696!important;
color: #969696!important;
font-size: 18px !important;
padding-bottom: 2px !important;
}but if someone doesn’t fill one of the form fields (and they’re all required), he / she doesn’t get the colored border “warning” indicating that the field is required anymore.
How can I get the contact form to have only the bottom border and still show the “colored border warning indication” when someone doesn’t fill one of the required fields?
Thank You :D
November 8, 2019 at 1:28 am #1154780Hey otavioef,
I wasn’t able to submit to get the error to come up. Can you test?
Best regards,
Jordan ShannonNovember 11, 2019 at 4:12 am #1155464Hi, Jordan, thanks for replying.
The situation is: I have 4 fields on the contact form, all required.
If you don’t fill one of them when sending a message, there should be a “colored border warning” on the specific field you missed to fill calling your attention to the fact that you missed to fill that field.When using the above code I provided, I get the appearence I’d like my form to have (with bottom borders only) but fail to have it warning people that they didn’t fill one of the fields when they do so.
See here: https://kriesi.at/themes/enfold-2017/pages/contact/
On this demo, if you miss to fill one of the required fields of the form, a red border comes on that specific field warning you that you missed it.
Now, on the link I gave you on the private content try to fill only 3 out of the 4 fields there…. you won’t get the “colored border warning” on the specific field you didn’t fill.So my question is: How can I get this warning red border and have bottom borders only on my contact form?
Thank you
November 13, 2019 at 5:25 am #1156273Hi,
Thank you for the update.
We were not able to check the contact form because the site didn’t load properly on our end. Did you install a security plugin, or block certain countries’ access to the site?
According to the following tool, the site is completely down — not just for us.
// https://downforeveryoneorjustme.com/grblindados.com.br
Please try to contact your hosting provider regarding the status of the server.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.