Join the Webstudio community

Updated 2 months ago

Form data in variable

At a glance

The community member is asking if they can store form data in a local variable that can be accessed like an API. A comment suggests that the community member can add their own form submit handler and serialize the form themselves if they need the data in JavaScript on the client-side.

When I submit a form, can you store this data in a variable locally?
One that can be accessed like you would with API?
O
1 comment
you can add your own form submit handler and serialize the form yourself if you need the data in js on the client
Add a reply
Sign up and join the conversation on Discord