Re: Error message ArgumentError: Invalid character length everytime I try to...
The best place to get support for FormsCentral is in the FormsCentral forum here. Unlike most other forums here, it is monitored by a number of Adobe employees on the FormsCentral product team who...
View ArticleSaving a completed PDF Form
My client's client (in Europe) cannot seem to save his completed form. He gets this message: Please fill out the following form. You cannot save data typed into this form. Please print your completed...
View ArticleHelp with javascript for a field calculation
I have a form for customers to select sinks for use with a display rack. I'd like for the form to calcaulate the number of racks a person should receive based on the number of sinks they have selected....
View ArticleRe: Saving a completed PDF Form
Sounds like they are using an earlier version of Adobe Reader (not XI), in which case you'll need to reader-enable the form first so they can save the form data. File > Save As > Reader Extended...
View ArticleRe: Help with javascript for a field calculation
Do you mean that you want a text field that will only accept numbers whichare a multiple of 6?
View ArticleRe: If Else Statement in Validation of Other Field's Values
You'll need to provide more information... Are there any error messages in the JS console? What exactly is happening?If you wish, you can share the file with me at try6767@gmail.com .
View ArticleRe: Help Enforcing "Required" Field
Is there any way to generate an alert if the user tabs past a particular "required" form field with entering any data? Please let me know your thoughts on this.
View ArticleRe: Help Enforcing "Required" Field
Is there any way to generate an alert if the user tabs past a particular "required" form field without entering any data? Please let me know your thoughts on this.
View ArticleRe: Help Enforcing "Required" Field
Yes, there is. You can use the On Exit event with this code:if (event.target.value==event.target.defaultValue) app.alert("This field is required!",1);
View ArticleRe: Help Enforcing "Required" Field
Works perfectly! You are a genious!! Thank you very much!
View ArticleLIne Spacing issue in Acrobat Form field
HiHave serious line spacing issues in text fields. Looks fine when I type into multi line fields. When client types into, the lines overlap making them unreadable. Other forum topics did not...
View ArticleRe: LIne Spacing issue in Acrobat Form field
See if you can find out exactly what PDF viewer the other person is using. I suspect it is not Adobe Reader/Acrobat.
View ArticleEnable a local attachment/merge for a user with reader?
I have adobe acrobat pro x, and my friend has plain ol' reader. He currently runs a pest control company and hand-writes all of his estimates, then scans them into his computer. I want to create...
View ArticleRe: Date Picker Widget does not work on template spawned (copied) pages
Hi MichaelN, Thank you for your reply. Unfortunately that suggestion did not work. I was able to get it working on the second page by deleting the date picker object -- copied and renamed from the...
View ArticleRe: LIne Spacing issue in Acrobat Form field
Will do RegardsJeremy Price - Senior Designerjp@creative-eyedentity.com.auwww.creative-eyedentity.com.auSkype: j.price221Mobile: 0413 947 498PO Box 5539 Manly QLD 4179
View ArticleRe: Enable a local attachment/merge for a user with reader?
Yes, it is possible to insert an image if your friend uses Reader 11. Look at this thread: http://forums.adobe.com/thread/1072747
View ArticleRe: Date Picker Widget does not work on template spawned (copied) pages
I beleve that LiveCycle forms have a "subforms" feature that lets users dynamically spawn new forms or additional sections. I don't know much about it but it may be worth looking at.
View ArticleRe: If Else Statement in Validation of Other Field's Values
Gilad D (try67) wrote: There are two problems with your code:1. In a Calculation script one should apply the new value using event.value, not by using the getField method.2. You should convert the...
View ArticleRe: Enable a local attachment/merge for a user with reader?
This is a good solution, but not ideal. I'd have to teach him how to convert his .png files to .pdf Is there a solution that allows the insert of .png files?
View ArticleRe: Enable a local attachment/merge for a user with reader?
A form (XFA) created in LiveCycle Designer (which comes with Acrobat 10 Pro) can include an image field, which allows the user to select an image file in PNG, JPEG, TIFF, or GIF format. The problem is...
View Article