These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Web Form

nitejrny
Registered: Sep 13 2010
Posts: 2
Answered

I am using Live Cycle 8 to make a fill in form. I want to put the form on a website and have people fill it out and e-mail it back to me. BUT I need the same functionality as if I would distribute the form through Acrobat - where a dataset is created and the forms/data is stored. Is this possible with a form on a website?

Thanks

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
What exactly do you mean? There is no problem with emailing LiveCycle form data. What exactly is the issue you are seeing?


Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

nitejrny
Registered: Sep 13 2010
Posts: 2
Hi Thom - In Acrobat you can distribute a form and when it has been completed and returned, you get the completed form and a dataset is created with the data from the form. I want to have that process take place EXCEPT the form will be sitting on a website and not distributed through email.

All I have been able to do is have an XML file returned to me or a PDF of the form but then the dataset is not created.
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Ahh, you are using the Form Distribution Wizard? Which sets up a data collection PDF. Is this what you mean by DataSet?

Once a form has been setup through "Distribution" it is automatically setup with the "Form Tracking and Data Collection" system. The form can be passed out to users any way you want, it doesn't have to go through email. The important bit is that the user sends back the filled out form, then you can import it into the collection PDF.

The data collection feature was new in Acrobat 8. It's gotten much better in Acrobat 9. But there is another methodology if you don't want to use the "Distribute Form" feature. The "Forms > manage form data > merge data files into spreadsheet" menu item in Acrobat Pro will create a data set.Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

jmayer1261951
Registered: Aug 10 2011
Posts: 4
Following on this post. Is there a way to embed a PDF distributed form on a web site. I mean ideally using html or other markup language, or simply post the URL linked to the distributed form? Thanks, JM

JM