Customize signup form based on passed query parameters

Hi @warren.harrison ,

Custom param can be passed inside AuthorizationParams object and the later you can access.

authorizationParams: {
	'ext-param1': 'value1',
	'ext-param2': 'value2'
}

Here is the post that will help you.

Hope this helps

1 Like