How can I add new member JSON data via the sign up form? Answered
How can I add new member JSON data via the sign up form?
I have a survey where users can sign up at the end & get a personalized list of lessons based on their answers. I thought I could store the JSON in a hidden input & also process the form submission in Make, separate to the Memberstack signup. But the Memberstack signup overrides the Webflow form submission event.
Any ideas?
Example of what I was trying to far:
Comments
3 comments
It's not possible to add JSON via the signup form. That data will need to be sent/saved AFTER the member has an account.
Just to follow up, what I ended up doing was temporarily save the JSON data to localStorage. Then after signup, they are redirected to a welcome page w/ a script that loads & adds the JSON to the new member's account.
Great idea! Thanks for sharing the update 🙏
Please sign in to leave a comment.