+2
Completed

Redirect after initial signup

Berkeley Tennis 3 years ago in Widgets updated by Kim Lehman (Product Owner) 3 years ago 2

It would be very helpful to be able to specify a redirect page following member registration.  Especially for organizations that do not auto-approve members, at this point the member is in a sort of "limbo" and can't really do anything.  Our concern is that members will try to login, and be annoyed/confused when that doesn't work, or will attempt to create their account again, which will also be confusing/annoying.

It looks like support for this is *almost* there, or at least this snip from the widget embed code looks promising, but we've not been able to get it to do anything:

function(e) { switch (e.data.action) { case "setHeight": { document.getElementById('form-iframe').height = (e.data.height) + "px"; break; } case "redirectAfterLogin": { var url = e.data.urlToRedirect; location.href.url = url; break; } }

FWIW, this is the landing page we'd like to be able to display:  https://www.berkeleytennis.com/post-signup

Completed

This has been completed and deployed to production. CLICK HERE FOR THE RELEASE NOTES.

Commenting disabled