"Apply for Membership" during event registration redirects to wrong page.
Major bug that needs to be prioritized for immediate fix! The "Apply for Membership" box during event registration redirects person to the wrong membership application page. We have two pages that have membership application gadget on them; one for members and one for sponsors. The "Apply for Membership" process is redirecting user to the sponsor application page, instead of the member application page. We need to tell that "Apply for Membership" process which page it needs to redirect to. I have tried swapping the pages and that did not work. No work-around identified. Needs immediate bug fix!
-
Scott Burgmeyer commented
I worked with Ali on this and it looks like it defaults to the first public can apply membership level that was either created or was the first for the public can apply. So in this case, the system will auto-direct to this membership level.
We added in a css to remove the button and added our own for now.
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_registrationTopMessage_suggestToApplyMessage_suggestToApplyButton{
display: none;
}Agree it should go to ANY public can apply membership level.