How to create a form with different sections appear by clicking next

abrouf
Kilo Sage

Hello Gurus,

 

I wanted to create a form using record producer or order guide with couple of sections and each section appears for fill-up one by one and  remaining section appear after completing the fill-up and by clicking next button.

Please share tips or idea, it would be greatly appreciated.

 

Thank you.

abrouf

2 REPLIES 2

Aranya
Tera Guru

Hi abrouf,
The best way you can do this is by using Catalog UI Policies. Let me explain.

Suppose you have 3 sections :-
Section 1 contains 4 fields - A,B,C and D.
Section 2 contains 2 fields - E and F.
Section 3 contains 4 fields - G,H,I and J.
Now you want these sections to appear one by one.

Create a UI Policy to show Section 2 by having the condition as A,B,C and D are not empty. The catalog UI policy action will be E and F will be set to Visible. Next you will create another UI Policy which will have the condition as E and F are not empty. The catalog UI policy action will be to set G.H.I and J to Visible. In this way until A,B,C and D are not filled the other fields will not appear.
Now modify the UI Policy conditions based on which field you want as mandatorily filled before the other fields show up. If A,B and C are mandatory and D is not then exclude D from the UI Policy condition.

Thanks!
P.S. Please mark as Helpful if I was able to clear your doubt.

Hello Aranya,
Thank you for your response, after completion of all sections, a confirmation page will appear which should have all filled up fields, then click on OK to submit. How to achieve this?
-abrouf