I’m trying to add a table element within a form, is this possible? On the form I’ve created, I want to allow users to add items to a table within the form.
For context, the form will be a quotation, the table element needs to allow unlimited rows to be added, each row with several columns (Description, Quantity, Item Price, Total Price, etc).
Is this possible to do without creating a link to a separate table elsewhere?
Any help appreciated!