Need two #_SUBMIT placeholders
-
Hi
I don’t know why, but with this code, the form is not showing and I get the message:
Not all required fields are present in the booking form.<div class='eme-rsvp-form'> <h2>P?meldingsskjema</h3> <p>Alle felter markert med stjerne er obligatoriske</p> <div class='row input-row'> <label class='row'>Fornavn og etternavn: <span class='required-star'>*</span></label> <div>#_NAME</div> </div> <div class='row input-row'> <label class='row'>Gyldig e-postadresse: <span class='required-star'>*</span></label> <div>#_EMAIL</div> </div> <div class='row input-row'> <label class='row'>Mobiltelefon:</label> <div>#_PHONE</div> </div> </div> <input type="hidden" id="bookedSeats" name="bookedSeats" value="1"> <div class='row input-row submit-row'>#_SUBMIT</div>
If I add an extra #_SUBMIT to the end of this code it shows the form, but with two submit buttons. Or I can add #_SEATS to the form and it will show up. But I only want them to able to book one seat, thus the hidden input field.
I think this used to work before. Can you tell me what I am doing wrong? Thanks in advance!
Regards
Peder
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Need two #_SUBMIT placeholders’ is closed to new replies.