I am using a customized login template with a custom signup prompt in order to display additional form fields. All of that is working nicely. My question is whether I can pass query string parameters and have them be accessible from the custom signup prompt via Javascript in to populate a hidden field as save to metadata.
I am using the screen_hint=signup query string parameter to send the user to the signup for (see first screenshot) along with an additional custom parameter (user_type=regular). However, once the user is redirected to the signup form, the query string parameters are no longer accessible (see second screenshot).
Thank you, but this will give me access to parameters in an action, whereas I need to access parameters on the actual signup form, in order to display alternate content. If Iām understanding correctly, the sign form display happens before any action trigger is fired.