@Colton1070 Fantastic, thank you thank you thank you!
Is it possible for users to login via other means? e.g. a hidden page or URL?
I would like users to submit a form through a 3rd party (e.g. via ElfSight), and once approved, I would send them a 'Create Account' login to my SquareSpace site.
From what I understand, using your script, that only Admin could create the User Accounts ?
** Looks like I can remove the 2nd parameter , from the pollAndHideIframeBasedOnSrc function?
ie. delete "'/account/frame/login/create'" from
pollAndHideIframeBasedOnSrc('#accountFrame', '/account/frame/login/create');
Thanks!
ps while i'm here, i'm assuming it's possible to update the the text in the iframe, to redirect them to another way to sign up?
e.g.
Here:
continuouslyWaitForElement('#user-account-login-root > div > div > footer > a:nth-child(2)', function(element) {
element.style.display = 'none';