Events Made Easy Forums How do I … Remove Seats from bookingsform

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42418
    Anonymous
    Inactive

    I like the way the plugin has been made but I looking for a solution to hide the seats in the bookings form. I just look for a way that it is only possible that you book 1 ticket per person. I figured out how to change the max seats per person, eme_rsvp.php. So the default has been set now the way to hide the array.

    Perhaps I need the function for more seats per person later so I just want to hide the row in the table. In row 223 I put of the required field for the seats.

    #46286
    Franky
    Keymaster

    The default seats booked is always 1, so just use some jquery to hide the dropdown. In the trunk version I gave an ID to the row (“seats_booking”), so something like

    $(‘tr#eme_smtp_host_row’).hide();

    will do

    #46287
    Anonymous
    Inactive

    Franky, can you perhaps tell me the row of the php file. I have tried to figure out where to put it but can not find the right row..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top