wrong messages
-
Hi,
I’m getting the wrong messages, for example, if I do not fill in the fields. I think because I made two columns. I found this tutorial on youtube. I really like this layout so is there another solution to get two columns but also the right messages. I’m using this codes:<div class=”clearfix”>
<div id=”left”>
<div class=”input-field”>
[text* your-name id:your-name]<label for=”your-name”>Voornaam (verplicht)</label></div>
<div class=”input-field”>
[text* your-surname id:your-surname]<label for=”your-surname”>Achternaam (verplicht)</label></div>
<div class=”input-field”>
[email* your-email id:your-email]<label for=”your-email”>E-mail (verplicht)</label></div>
</div>
<div id=”right”>
<div class=”input-field”>
[tel* Telefoon]<label for=”your-telefoon”>Telefoon (verplicht)</label></div>
<div class=”input-field”>
[text* your-instrument id:your-instrument]<label for=”your-instrument”>Instrument (verplicht)</label></div>
<div class=”input-field”>
[text your-message class:materialize-textarea id:your-message]<label for=”your-message”>Opmerkingen</label></div>
</div>
</div>
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.[submit “Verzenden” class:qt-btn class:qt-btn-l class:qt-btn-primary]
The page I need help with: [log in to see the link]
The topic ‘wrong messages’ is closed to new replies.