- This topic has 2 replies, 2 voices, and was last updated 13 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Remove Seats from bookingsform
Tagged: Remove Seats from bookingsform
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.
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
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..