I use the form button to create a new form.
However when I click submit it creates two lines of data. If I just close the form, it also submits an empty row. Would you know a solution about that?
Do you have an onSubmit action that adds a row?
If yes, remove it. It isn’t necessary.
A form adds a row when it is submitted. That is its purpose.
3 Likes
ok, thanks. How doo I create a new line with the info I need?
When you submit the form, it adds a row. If everything you need is included in the form, it will be added to the new row.
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.