Contact Form Errors Question

  • Posted in : Responsy
  • jokira247
    Participant

    Hi there i wanted to ask what should happen as a notification for the contact form errors like if the email is not valid cause i can see that some alerts should pop up using the code in the contact.php file but when i submit the form with wrong details i get nothing except the input field flashes ? there also some hidden messages which set to display none like “this field is required ” but they don’t appear if a field is empty and i clicked send so what’s wrong ? i know it’s not a problem from the version that i have as it’s acting the same in the demo site here.Thanks for the great template and waiting a fix to the contact page.

    ahmetsali
    Keymaster

    Hi, i thought just flashing the inputs would be enough, but you can show warning labels too, edit css/main.css find line : 333

    /* validation */
    label.error { display:none !important; } 
    

    and change it to ;

    /* validation */
    label.error { margin: -14px 0 18px 0; font-size: 11px; color : red;} 
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy’ is closed to new topics and replies.