I have searched the forum and noticed a lot of people asking if they can print a contract as a PDF. At this point, I just want to populate the contract using fields filled out in a previous page of a multi-part form.
So the idea is that I have Step 1 of 2 which asks for the user's name (using the Advanced Name field) and a basic single line asking for the business name. After clicking Next on the Multi-part Form, the user goes to a Page with a HTML Field containing a contract. At the beginning of the contract, the person's full name and company name should be added.
How can I add those two fields to the HTML Field?
In case it is important, I am setting up a 3 part form which displays HTML of first page, asks for user information on second, and hopefully can injects user's name and company name into an HTML field on the third page and then creates a new user and charges their PayPal account.
I have tested all other functionality...Do not know how to grab details from previous Page and display them in an HTML field.
Thx in advance for your help and guidance.
Can I pull this off?