Welcome to the Auth0 Community and sorry for the delayed response!
You can pass additional information from your website by adding an additional queryparameter directly in your /authorize call and Customize the Universal Login context object in ACUL by accessing a variable from the context_configuration such as the "untrusted_data.authorization_params.ext-". This would help extract the preferred choices of your users before rendering your customized screen using ACUL.