Display a table in Review page in FAB
Displaying a table that were filled in the FAB Form with entries in the Review and Submit page of the Form.
Step-by-step guide
- Create the table element in the FAB form and bind the table to a data element (array).
- Add the table columns and table cells needed (with reference to the array fields)
- Remember to leave the "No Auto Load" property of the table blank or set it to "false"
- Copy the table element to the Review and Submit page of the form.
- Change the table ID property
- NB! Change the "No Auto Load" property of the copied table element to "true" - if you forget to do this, the table data captured in the form will be wiped when the Review and Submit page is called.
Related articles