Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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?

    #194120

    Hi 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,
    Josue

    #194372

    Hi, 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.

    http://rednovamedia.com/arabella/contact/

    #194478

    Hi!

    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,
    Josue

    #194678

    That worked fantastic! Thank you.

    Now I can also adjust the color and size of the border.

    Thank you very much!

    #194713

    There 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/

    #195280

    Any 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?

    #195579

    Hi!

    Sorry for the late reply, try adding this to the Quick CSS:

    .textare_label.hidden.textare_label_avia_message_1 {
        visibility: visible !important;
    }

    Cheers!
    Josue

    #195714

    That works perfectly, thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact Form – No Error’ is closed to new replies.