No success message after form submit
-
Hello
I do not get any success message anymore after submitting the forms (they work), but this is really confusing for users.
Could you check my code? When I remove the alert warning at the end, I get the famous red border under the form. Who could I ask to check the form code?
<div class="cform"> <div class="col-lg-1 col-md-1 col-sm-12 col-xs-12 label np">Nom</div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12 np"> [text* your-name placeholder "obligatoire"]</div> <div class="col-lg-1 col-md-1 col-sm-12 col-xs-12 label right">Firma</div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12 np"> [text your-company]</div> <div class="wrapper"></div> <div class="col-lg-1 col-md-1 col-sm-12 col-xs-12 label np">E-Mail</div> <div class="col-lg-11 col-md-11 col-sm-12 col-xs-12 np"> [email* your-email placeholder "obligatoire"]</div> <div class="wrapper"></div> <div class="col-lg-1 col-md-2 col-sm-12 col-xs-12 label np">Téléphone</div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12 np"> [tel* your-tel placeholder "obligatoire"]</div> <div class="col-lg-1 col-md-2 col-sm-12 col-xs-12 label right">Fax</div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12 np"> [tel your-fax]</div> <div class="wrapper"></div> <div class="col-lg-1 col-md-1 col-sm-12 col-xs-12 label np">Thema</div> <div class="col-lg-11 col-md-11 col-sm-12 col-xs-12 np">[select thema include_blank "Isolation" "Chapes" "Chapes fluides"]</div> <div class="wrapper"></div> <div class="col-lg-1 col-md-1 col-sm-12 col-xs-12 label np">Sujet</div> <div class="col-lg-11 col-md-11 col-sm-12 col-xs-12 np"> [text your-subject]</div> <div class="wrapper"></div> <div class="col-lg-1 col-md-1 col-sm-12 col-xs-12 label left np">Question</div> <div class="col-lg-11 col-md-11 col-sm-12 col-xs-12 np">[textarea* your-message placeholder "obligatoire"]</div> <div class="wrapper"></div> [recaptcha theme:dark] <p>[submit "envoyer"]</p> </div> <style> .alert-warning { display: none !important; } </style>
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘No success message after form submit’ is closed to new replies.