G
Guest
Hi
I would like if possible to include a Print Details button after client has
filled in a form. I will use
<%
DIM strBoxName
strBoxName = Request.Form("BoxName")
%>
to pass the variables from the form
I can use a Confirmation Page if nes. But in this case is it possible to
set the page limits. That is to make the page A4 (or slightly smaller) with
page breaks, etc.
Or is it possible to have a button the opens a word doc with the fields merged
If anyone knows of a webpage that gives details (with simple to use
instrcutions) it would be a great help.
Many thanks
I would like if possible to include a Print Details button after client has
filled in a form. I will use
<%
DIM strBoxName
strBoxName = Request.Form("BoxName")
%>
to pass the variables from the form
I can use a Confirmation Page if nes. But in this case is it possible to
set the page limits. That is to make the page A4 (or slightly smaller) with
page breaks, etc.
Or is it possible to have a button the opens a word doc with the fields merged
If anyone knows of a webpage that gives details (with simple to use
instrcutions) it would be a great help.
Many thanks