How to configure different custom field visibility between signup and profile modals in Memberstack? Answered
I want to show a bunch of custom fields on the pre-built profile modal but only one on the signup modal (so there is as little friction at this point as possible). Is there an easy solve for this?
Comments
5 comments
I think custom modals will have to be the solution on this one
Yup, Julian is correct
I’m using MS default sign up modal yet I would like to pass a value to a custom field “behind the scenes”. I don’t want to show that in the UI. This will be rather simple value “promo: yes”
Is this possible in default modals?
Hi Sebastian,
I'm afraid it's not possible to do this directly in the default modal. However, a workaround would be to place the script below on the page users are redirected to after signing up — for example, the dashboard. This script will update the custom field if it's empty, once the user lands on that page:
thanks Chukwudi
Please sign in to leave a comment.