- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Are the following things possible with PDF forms:
1) validation: number & date checks, eg, a number should be higher than 4, or be a valid number/date
<answer> Yes
2) If I answer A at question 1, I should skip Question 2 and go directly to Question 3. Is it possible to hide Question 2, depending on what I answered at Question 1?
<answer> Yes
3) Is it possible to attach files to the form, like a photo? And also upload it to the web service.
<answer> PDF does support the ability to have attachments. They would be includeed as part of the PDF so you woudl have to submit the entire PDF and then extract the attachments when you get the file to the server. Note that you will require to Reader Extend the document to allow a Reader user to add the attachment. This is not a requirement if you are using Acrobat.
4) After I submit the form, is it possible to lock the form so that no other changes can be made? In other words, you may only submit once.
<answer> Yes
5) Possible to activate the print button after the form has been submitted?
<answer> If you add a print button on the form then the answer is Yes. The application that houses the PDF will jhave print capabilities and that one is much more difficult to hide. You can set it up so that the form cannot be printed then return back the locked version with printing enabled but a round trip to the server is required for that.
6) Can a drop-down lists be dynamic? Instead of hard coding the list, calling a web service to fill the values?
<answer> Yes but the form will require LiveCycle Reader Extensions if you are using Reader. Reader Extensions is not required if you are Acrobat.
Hope that helps
Paul