How to create editable form for each individual user?

I have been searching the internet for a few weeks now, I’m sorry if this has been discussed. Any links would be appreciated.

I want to have forms that:

-allow each user/member to submit information for their wedding.

-save and display this information when the member views the page and/or form, allowing the user to save their progress and return at a later time.

-do not allow anyone but the individual member and myself/my team access to the information submitted.

For reference, my website is www.partyvibeonline . com. There is a page called the ‘Digital Planning Suite’ where users submit info for their wedding. Currently, it’s a members-only page, and I keep track of who submits forms by requiring a name at the top of each form, and having it emailed to me once submitted. I format the forms and email them back to the user. I want to be able to have forms that save their info, thus negating the need for time spent formatting their email submissions.

Thanks in advance for any help.
-Bill

1 Like

All you need is a DATABASE where you can store all Submitted information, don’t you ?

  1. User submits information.
  2. Data goes to DATABASE (+Email)
  3. On one of your pages you show the DATABASE-VALUES inside a REPAETER or TABLE → only accessible for the owner/creater of content (+admin/team).

Then you add some buttons/features like —> EDIT my WEDDING, where USER just clicks onto the BUTTON and the forms opens again and gives the user the possibility to EDIT their already maden and saved DATA.

A click onto a second button → called SAVE → saves all edited DATA again into DB.

So now → what exactly was the problem ?

no problem, I’m just very new to Velo. I really appreciate your response. I believe I understand everything you just said, except for your reference to a repeater. What is this, and how can I add it to my site?

@bill4042

https://www.wix.com/velo/reference/$w/repeater