Set Attendee List Opt-in to "Yes" by Default

Last post 01-18-2011, 11:18 PM by Dawn. 15 replies.
Sort Posts:
  •  04-27-2010, 10:53 AM 17953

    Set Attendee List Opt-in to "Yes" by Default

    To set your attendee list to on by default insert the following code into your Global JS under settings.

    <script type="text/javascript">
      try {
           var myCheckBox = document.getElementById('ctl03_FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl03_stepTemplate_isShownOnPublic');
           if ((!top.adminpanel) && myCheckBox)
              myCheckBox.checked = true;
          }
    catch(e) {}
    </script>
    

    However keep in mind that customizations like this should be used at your own discretion. We can not guarantee ongoing compatibility of any customizations with our future upgrades.

     


    Frank | User Experience Designer
    Wild Apricot
  •  05-05-2010, 11:11 AM 18081 in reply to 17953

    • skipat is online. Last active: 05-16-2012, 6:37 PM skipat
    • Top 25 Contributor
    • Joined about 3 years ago
    • Posts 111

    Re: Set Attendee List Opt-in to "Yes" by Default

    Thanks -- this is a big improvement.  However is it possible to add additional customization code that will also set the default on for attendee list when attendees are manually entered by the event manager?  When I tested the code, it only worked when a member registered themselves, and frequently it is the event manager that misses checking the box when entering manual registrations. 
  •  05-06-2010, 1:38 PM 18092 in reply to 18081

    Re: Set Attendee List Opt-in to "Yes" by Default

    Glad it helped. But do a similar customization on the administrative side would not be possible.

    Frank | User Experience Designer
    Wild Apricot
  •  10-27-2010, 1:09 PM 20332 in reply to 18092

    • skipat is online. Last active: 05-16-2012, 6:37 PM skipat
    • Top 25 Contributor
    • Joined about 3 years ago
    • Posts 111

    Re: Set Attendee List Opt-in to "Yes" by Default

    Did this custom code no longer work with the recent upgrade?  I have noticed lots more anonymous registrations, and just tested it myself.  The default on when registering as a member seems to be gone now.
  •  10-27-2010, 4:35 PM 20337 in reply to 20332

    Re: Set Attendee List Opt-in to "Yes" by Default

    Hi - I'll review this code to see their is a conflict with the new version. If I find anything I will post it in this thread. But keep in mind this are unsupported 'as is' customizations for the most part. 
    Frank | User Experience Designer
    Wild Apricot
  •  11-12-2010, 9:36 AM 20518 in reply to 20337

    • skipat is online. Last active: 05-16-2012, 6:37 PM skipat
    • Top 25 Contributor
    • Joined about 3 years ago
    • Posts 111

    Re: Set Attendee List Opt-in to "Yes" by Default

    Is there any update on this?  This is driving me crazy with having to fix it for every registration.  There was a lot of support for this fix, I hope we can get it back real soon.

     

    I believe the field was moved to the very bottom of the registration form in 4.0, so it's even harder for the users to notice it than it was when it was toward the top.

    Thanks

  •  11-16-2010, 5:09 PM 20553 in reply to 20518

    Re: Set Attendee List Opt-in to "Yes" by Default

    Hi -

    Could you send me a link to your events page so I can take a look at the issue?  Please send the information to support@wildapricot.com and put attn: Frank in the subject line. 


    Frank | User Experience Designer
    Wild Apricot
  •  12-09-2010, 9:55 AM 20812 in reply to 20337

    • skipat is online. Last active: 05-16-2012, 6:37 PM skipat
    • Top 25 Contributor
    • Joined about 3 years ago
    • Posts 111

    Re: Set Attendee List Opt-in to "Yes" by Default

    I know the code was repaired for the 4.0 upgrade a few weeks ago.  However, I don't believe it is working correctly.  Unfortunately I can't give you any specific reason why the default is on for some, and why for others it is not working.  I thought it might be those using Internet Explorer, but just tested that for myself, and the default worked correctly.  I have asked several users who confirmed they did not do anything to the check box (most don't even recall seeing it), so don't understand why they are "anonymous".  Perhaps it is people using earlier versions of IE?  (the ones I asked were using IE) Is it possible to look at again --- I wish I could duplicate the problem myself, but have been unable to.
  •  12-09-2010, 1:24 PM 20816 in reply to 20812

    Re: Set Attendee List Opt-in to "Yes" by Default

    Please check your e-mail for a follow up reply.

    Frank | User Experience Designer
    Wild Apricot
  •  12-11-2010, 9:20 AM 20824 in reply to 20816

    • skipat is online. Last active: 05-16-2012, 6:37 PM skipat
    • Top 25 Contributor
    • Joined about 3 years ago
    • Posts 111

    Re: Set Attendee List Opt-in to "Yes" by Default

    I have not received an email as of yet.  When might I expect a reply?  Thanks
  •  12-14-2010, 11:28 AM 20855 in reply to 20824

    Re: Set Attendee List Opt-in to "Yes" by Default

    Hi Pat,

    I sent an e-mail via our support address support@wildapricot.com to your e-mail address ending in @gmail.com . I also resent that e-mail today. Please feel free to follow up with me at frank@wildapricot.com to confirm.


    Frank | User Experience Designer
    Wild Apricot
  •  12-21-2010, 12:30 PM 20900 in reply to 20855

    • skipat is online. Last active: 05-16-2012, 6:37 PM skipat
    • Top 25 Contributor
    • Joined about 3 years ago
    • Posts 111

    Re: Set Attendee List Opt-in to "Yes" by Default

    I never got the email, and also responded to your email above a week ago with my email address in case there was a typo.  Please resend.
  •  01-16-2011, 1:19 PM 21156 in reply to 17953

    • Dawn is not online. Last active: 04-14-2012, 4:25 AM Dawn
    • Top 100 Contributor
    • Joined about 2 years ago
    • Posts 21

    Re: Set Attendee List Opt-in to "Yes" by Default

    is there by chance an update to this code?  I tried entering it into our site, but it didn't seem to work.
  •  01-18-2011, 2:43 PM 21206 in reply to 17953

    • Dawn is not online. Last active: 04-14-2012, 4:25 AM Dawn
    • Top 100 Contributor
    • Joined about 2 years ago
    • Posts 21

    Re: Set Attendee List Opt-in to "Yes" by Default

    I was hoping you could get me an updated version of this code?  The version you had no longer seems to be correct.
  •  01-18-2011, 4:11 PM 21209 in reply to 21206

    • jim is not online. Last active: 05-16-2012, 5:40 PM jim
    • Top 10 Contributor
    • Joined about 4 years ago
    • Toronto
    • Posts 531
    • WA staff

    Re: Set Attendee List Opt-in to "Yes" by Default

    Try the following script instead:

    <script type="text/javascript">
      try {
           var myCheckBox = document.getElementById('ctl03_FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl03_stepTemplate_isShownOnPublic');
           if ((!top.adminpanel) && myCheckBox)
              myCheckBox.checked = true;
          }
    catch(e) {}
    </script>

     


    Jim Sympathy, Fluid Apricot
  •  01-18-2011, 11:18 PM 21213 in reply to 21209

    • Dawn is not online. Last active: 04-14-2012, 4:25 AM Dawn
    • Top 100 Contributor
    • Joined about 2 years ago
    • Posts 21

    Re: Set Attendee List Opt-in to "Yes" by Default

    it worked! Thank you very much!!
View as RSS news feed in XML
Membership Software - Wild Apricot