Events Made Easy Forums How do I … Attendee list select order

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #55877
    Anonymous
    Inactive

    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.

    #55878
    Franky
    Keymaster

    Errr. .. what exactly do you mean by ‘attendee list set to yes’?

    #55879
    Anonymous
    Inactive

    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.

    #55884
    Anonymous
    Inactive

    Hi,

    Any idea to change the order of the select?

    Cheers,
    D

    #55885
    Franky
    Keymaster

    It is not possible to change the default in the backend, but a little jquery will help you along.

    #55886
    Franky
    Keymaster
    #55887
    Anonymous
    Inactive

    Thanks Franky!, I will go with the js solution!

    Cheers,
    D.

    #55888
    Franky
    Keymaster

    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)

    #55889
    Anonymous
    Inactive

    Hi,

    This code works for me!:

    jQuery(“.eme-rsvp-form select”).prop(‘selectedIndex’, 1);

    Cheers,
    D.

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