Hi,
I have an issue for a specific page Form of my application. On this page, I have my top bar with a small burger menu on the right for phone users.
On this page and only this page, when I click on my burger menu, the whole page reloads because an empty queryparam sequence is added to the url (https://www.mywebsite.com/form becomes https://www.mywebsite.com/form? than back to https://www.mywebsite.com/form very fast).
Because the page reloads, the overlay with my menu does not display.
Has anyone encountered such a problem?
Hi, yeah, this is a classical HTML form which requires there to be an HTTP endpoint that accepts form inputs.
If you don’t have that, I would recommend the following the instructions here for a javascript-enabled form that also works with the built-in data integration features in Plasmic (onSubmit, you can send it to an integration of your choosing, such as Zapier, a REST API, an Airtable, or a Postgres database)