Digital Contract Creation and Signatures
I'm trying to determine the best way to dynamically create vacation renal contracts for my site http://splitvr.com. When someone books a property on our site, we'd like to dynamically generate a PDF...
View ArticleRe: Digital Contract Creation and Signatures
A good approach for this type of thing might be what Adobe's EchoSign has to offer. It's a good solution for legally binding e-signatures. If you're saying that you want to create the filled-in PDF...
View ArticleRe: Digital Contract Creation and Signatures
Hi George, Thanks for the quick reply. We actaually want it created on the server automatically and the data would be pulled from our database and hopefully sent to a document createion call or...
View ArticleRe: Digital Contract Creation and Signatures
I believe it can do that, but it would be best to contact someone at EchoSign directly: https://www.echosign.adobe.com/en/misc/contact-echosign.html
View ArticleRe: Lock Automatic Date Field after Submit
I notice the date is not bing generated if I have this code included: if(f.valueAsString != "") If I remove that line the date will generate. I built a test form with just two fields. One is the date...
View ArticleRe: Lock Automatic Date Field after Submit
It should have been: if (f.valueAsString === "") or just: if (!f.valueAsString)
View ArticleRe: Executing a javascript on a field
Hi George, I want to do is when a user type a number 123.55 (field text1) then execute a javascript that convert into words ( one hundred twenty three and 55) then assign the result of the javascript...
View ArticleRe: Lock Automatic Date Field after Submit
Yea! That fixed it. It is working correctly. Just for anyone else this is the script I used: var f = this.getField("OpenDate");if (!f.valueAsString){f.value = util.printd("mm/dd/yyyy", new Date());}...
View ArticleHow do I edit a drop down list in a form just created?
I have created a form with several drop down lists. During the design process, I did not enter in data for the drop down, however cannot figure out how to edit that now. Please help!
View ArticleRe: How do I edit a drop down list in a form just created?
In the field edit mode, select the field, right mouse click and select 'Properties". Now you can access the '"Options" tab and populate or edit the list of choices and optional values.
View ArticleForm Data and Automation
I have a few questions about collecting data and automating a process with a form. I've created a sample form to illustrate my questions. I would like to create a PDF form which could be distributed...
View ArticleNeed help finding why my form crashes Adobe Reader for iPad
I have created several simple PDF forms in Adobe Pro and LiveCycle Designer. They primarily consist of text fields and have no coding running in the background. However, these forms are somewhat long...
View ArticleRe: Need help finding why my form crashes Adobe Reader for iPad
Most apps for iOS or android mobile devices do not handle LiveCycle forms. Do your mobile devices have the primary and secondary memory of your desktop or laptop computers? Remember desktop and laptop...
View ArticleWhen filling in a form, I sometimes get the error message "expected an array...
How can I get around this and be able to complete my forms? The other pages in the document are fine. It is just certain pages that I get this error message. I do these same forms all the time for...
View ArticleAuto filling fields when a checkbox is checked.
How do I make fields auto fill with information from other fields when a checkbox is checked? I want the information in several fields to be the "same as requestor" in an area of the form. Can...
View ArticleRe: How do I edit a drop down list in a form just created?
GKaiseril - can you help me please? I've created a fillable form in Adobe Professional and my text boxes are prefilling...I did a few tests and it promts me to use the language used in my testing. I...
View ArticleMy fillable form is prefilling responses - Help!!!
I just created a fillable form for the first time. I got it to work and it looks good except for one flaw. The text boxes are prefilling and limiting my input. I did several tests to make sure the...
View ArticleRe: My fillable form is prefilling responses - Help!!!
What do you mean by "prefilling", exactly? Do you mean that you enter something into one field and it appears in another?
View ArticleRe: My fillable form is prefilling responses - Help!!!
Edit > Preferences > Forms > Auto-Complete > Off Maybe.
View ArticleRe: Auto filling fields when a checkbox is checked.
Give each Field you want to repeat. The same identical name. Example Name field on page one should be Name field on page two and so on. Or in Paragraph one should be same in Paragraph two.
View Article