Hi,
I created a form which involving 2 tabs (Choice controls) and each tab visible different panel.
e.g.
Tab 1 --> Details
- Name (Single line)
- Address (Multi line)
- Phone number (number)
Tab 2 --> Informee
- Informee name (people picker control
when Tab 1 tab being clicked, Details panel will be shown together with all the fields in that panel;
when Tab 2 tab being clicked, Informee panel will be shown together with all the fields in that panel.
Question: How can I print the form in one shot where all the fields are visible in the printing page?
Current problem: When I print out, the data shown in the printing only the current tab I opening not the hidden fields of another tab.
Thank you.