How do export the entire form to pdf with the exact form layout?
If I create a user input form like the following
First Name: <user Input> City: <user Input>
Last Name: <user Input> State: <user Input>
Address: <user Input> Zip: <user Input>
[Button1]
how do I export the entire form to pdf when Button1 is clicked?