Hi everyone,
I have a tricky one.
My bubble website is only one page: a form to fill in.
No signup, no login.
I can not find a way to store the input values in the database.
Any idea?
Thanks for your help.
Hi everyone,
I have a tricky one.
My bubble website is only one page: a form to fill in.
No signup, no login.
I can not find a way to store the input values in the database.
Any idea?
Thanks for your help.
What kind of data are you wanting to store? If it’s just a simple form then just have a datatype called form-submission and create a new one each time a form is submitted.
Thanks Adam,
It is just a simple form.
I created fields to user but it does not work.
What is the workflow when submitting the form please?
If you don’t have signed-up users then the ‘user’ datatype won’t work.
So just use a different datatype.
When the form is submitted, use the ‘create a new thing’ action to create a new entry (for whatever datatype it is you want to store), and use the data from the inputs on the form to populate the fields on the dataype.
Brilliant.
Thank you so much.
Will try that tomorrow morning.
Best