I’ve built a form that is connected to dataset, my need is to allow same user submit it multiple times without refreshing the page.
However currently after submitting it once the only way to submit it again is refreshing a page.
How can I achieve multiple submissions without refresh?
Thanks!
Found my mistake, I had a validation error on a page.
1 Like