cancel
Showing results for 
Search instead for 
Did you mean: 

add entries

Former Member
0 Kudos

Hi,

I need to make 5 entries. But initially only the first entry is visible. When user clicks the button to enter more entries then entry 2 should be visible, and if he needs to enter more then entry3 should be visible. upto max of 5 entries.

What is the best approach for this?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

your requirement is not clear. to whatever extent I understand, you can create 5 input fields and make 2 of them as invisible. upon click on the button then make the 2 input fields visible.

to do that above, you should map the visible property of the input field with a context attribute of type Visibility.

Regards,

SrinivaS

Former Member
0 Kudos

Solved own.