How can I add new member JSON data via the sign up form? Answered

Post author
Luke V

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

  • Comment author
    Duncan from Memberstack

    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. 

    0
  • Comment author
    Luke V

    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.

    1
  • Comment author
    Duncan from Memberstack

    Great idea! Thanks for sharing the update 🙏

    0

Please sign in to leave a comment.