- This topic has 8 replies, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Attendee list select order
Hi,
Is there any way to change the select field of an attendee list to set “YES” as default instead of “NO”??.
Thanks in advance!!
D.
Errr. .. what exactly do you mean by ‘attendee list set to yes’?
Ups, sorry. I mean, in an event where you can say Yes/No (attendance list) there is a select in the registration form.
By default, the select, is set no NO, and i would like to set it up as Yes by default.
Best Regards,
D.
Hi,
Any idea to change the order of the select?
Cheers,
D
It is not possible to change the default in the backend, but a little jquery will help you along.
Thanks Franky!, I will go with the js solution!
Cheers,
D.
Btw, you can enter the jquery-stuff in the EME settings (tab ‘Other’, setting headers), so you don’t need to change your template for that directly (and you’re safe when doing upgrades)
Hi,
This code works for me!:
jQuery(“.eme-rsvp-form select”).prop(‘selectedIndex’, 1);
Cheers,
D.