I need to submit PDF form from outside of PDF and post on particular action.
I have PDF form in frame and I need to submit PDF form data into particular post. Below is code.
<html>
<head>
<title>PDF Form Filling Session Demo</title>
</head>
<frameset cols="*,200" >
<frame id="pdfid" src=<?php echo $form_frame_url ?> name="form" scrolling="no" marginwidth=0 marginheight=0 frameborder=1>
<frame src="sidebar_single.html" name="sidebar" scrolling="auto" marginwidth=5 marginheight=5 frameborder=1>
</frameset>
</html>
Now Can I access frame property and submit PDF form?
[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
[Moved from Comments forum to specific Program forum... Mod]
