Hey I am trying to add this form to our register page, so our customers must fill out and submit this form for approval before they are allowed access to prices on our site.
I have the code and PDF file, just not sure how to accomplish this task.
I know I have to put the file in the cpanel and the code on the specific page….but can you help me determine where to put these?
Would you recommend using this:
<object><embed width=”700″ height=”930″ src=”
myfile.pdf” type=”application/pdf”></object>
or
<object data=”myfile.pdf” type=”application/pdf” width=”100%” height=”100%”>
<p>Alternative text – include a link to the PDF!</p>
</object>