• 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]

    • This topic was modified 7 years, 1 month ago by jazzamatazz.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘wrong messages’ is closed to new replies.