Title: Need two #_SUBMIT placeholders
Last modified: August 31, 2016

---

# Need two #_SUBMIT placeholders

 *  Resolved [pederan](https://wordpress.org/support/users/pederan/)
 * (@pederan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/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
 * [https://wordpress.org/plugins/events-made-easy/](https://wordpress.org/plugins/events-made-easy/)

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

 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/need-two-_submit-placeholders/#post-7124319)
 * Well, because #_SEATS isn’t present, the count doesn’t add up and you get the
   error (it is a simple count for some fields).
    In your case, it seems you always
   want the 1 seat, so why don’t you set the option ‘Only take attendance (0 or 
   1 seat) for this event” and set the minimum number of seats to “1”. That will
   also hide the seats but the count should be ok and the form should show up
 *  Thread Starter [pederan](https://wordpress.org/support/users/pederan/)
 * (@pederan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/need-two-_submit-placeholders/#post-7124322)
 * Thanks for responding, but unfortunately that doesn’t help. See screenshot: [http://imgur.com/ZRmogpI](http://imgur.com/ZRmogpI)
 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/need-two-_submit-placeholders/#post-7124353)
 * Well, you still need to put #_SEATS in your form of course, but it will be a 
   hidden form element,
 *  Thread Starter [pederan](https://wordpress.org/support/users/pederan/)
 * (@pederan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/need-two-_submit-placeholders/#post-7124357)
 * Thanks, that worked! But is there somewhere in the settings I could set so the
   checkbox ‘Only take attendance (0 or 1 seat) for this event’ will be ticked by
   default when creating a new event? I have set max and min number of spaces to
   1, but can’t find that setting.
 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/need-two-_submit-placeholders/#post-7124363)
 * Nope, no such default for now. Feel free to create a feature request for this
   at [http://www.e-dynamics.be/wordpress](http://www.e-dynamics.be/wordpress)

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

The topic ‘Need two #_SUBMIT placeholders’ is closed to new replies.

 * ![](https://ps.w.org/events-made-easy/assets/icon-256x256.png?rev=1856035)
 * [Events Made Easy](https://wordpress.org/plugins/events-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/events-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-made-easy/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Franky](https://wordpress.org/support/users/liedekef/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/need-two-_submit-placeholders/#post-7124363)
 * Status: resolved