What do I not understand about multi page forms?

Confluence User - 28 May, 2022

I created a multi page form by breaking up a long scrollable form into 5 pages with Save only on the 5th page. When I saved it I appeared to get 6 records stored in the database and none of them had all the entries I had made on each of the 5 pages. I expected to be able to pull up a filled in 5 page form from the userview via an Edit CRUD. Is this not possible?

Thanks, Bill

forms;userviews

1


29 May, 2022
confluenceUser
confluenceUser
  1. In every form, use the same table name.
  2. In every "Parent Form Field to Keep Child Form ID" attribute, set to "id".

This should do the trick to save everything in same table, same record.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print