submitting the form data into sql database
i am evry much new to adobe live cycle with very hard efforts i have designed an admission form for students which i am expected to upload on my website for download purpose. I have put one button on...
View ArticleDistribute Form Results - Multiple Answers for 1 question
Hello All, I am trying to just really optimize the Results of a distributed form. So I have questions which have multiple correct answers. A, B, C, D, E. If the question is answered with A & B, I...
View ArticleHyperLink / Label / Text OnClick Alert(Pop-Up Message)
Hi everyone, I'd like to know if someone knows if it is possible to have a messageBox or alert pop-up to show when someone gets to click on a hyperlink / label in Acrobat. I have a block of text, which...
View ArticleHow do I change format from pdf to xmls that is used when a form is sent?
Currently using send button with froms as pds, how do I get it to send in xmls format?
View ArticlePro XI not saving images
Hello, We are having image problems when saving. We have a livecycle form that allows people to save an image with an image field and other data in some text fields.The users having problems are...
View ArticleFormDataIntegrationService and ALC-DSC-003-000:...
Hi all! We have Adobe LC ES (version 8.2) over JBoss.We are trying to invoke the FormDataIntegrationService Service, which we see that is accessible on the server and operating (as we see in the...
View ArticleSimple email validation in forms
Hello All, I would like to do a simple email validation, the built in email validation pattern(text{OOOOOOOO'@example.com'} ) is not really useful. What is the best to validate an email in the form...
View Articlean error occurred during submit process. Cannot process content of type
Hi, When i click on the submit button, my pdf is able to call servlet but it shows error while preparing for submit. Why am i getting this error. The form is not getting submitted completly. Please...
View ArticleCalculate Difference in Days Between two Dates
Hi, I'm trying to figure out how to calculate the difference in days between two dates using JavaScript in LiveCycle. (JavaScript knowledge = minimal) Where "Start_Date" and "Current_Date" are the...
View ArticlePrinting Text from a Text Box in a Form
Hi, I've created an application for people to fill out. One part of the form is a text box that asks for a description. The problem is that sometimes people will type more than what I have sized out...
View ArticleDeleting specific rows in a table
Hi I have a dynamic table with add and delete buttons for rows. The add button works fine as it just duplicates the table row directly below but I am struggling with the delete button. Using...
View Articlejavascript for conditional formatting of table row
I have a table on one of my Livecycle forms which has rows that need to be conditionally formatted. A calculation involving the values of two of the cells should determine the background color of the...
View ArticleTimestamp Without Signature
I have created a form using LiveCycle Designer with a button formatted to email me the completed form in PDF format. I would like to have the form timestamped upon submission but without requiring the...
View ArticleHow do I auto tab through form fields
I want to place the javascript in the change field, correct? I have tried var f1 = this.getField();if (f1.length == 1){f1 = _2_3.getField();} _2_3 is the name of the next text box this still does not...
View ArticleHow to validate PDF document with JAVA
Hi,Is there any way to write JAVA app that will validate PDFs through/with LC API ? I was traying with code: ...ServiceClientFactory myFactory =...
View ArticleHow to dynamically get the SOM expression of a field?
As a follow up to the note below, I would really appreciate any help as of how to get the SOM expression of a field dynamically, by this, I mean how to get the SOM expression of a field at running...
View ArticleAuto-fit table length
Hi, I have a form with Table A having 9 fields and this table fits correctly in terms of its width within the layout of the subform that holds the table. There is an additional column 10 at the end of...
View ArticleCheckbox will not uncheck
I have the following checkbox code: if (this.rawValue == 0){ hc1.value.integer.value=0; hc2.value.integer.value=0; hc3.value.integer.value=0; hcgray.presence = "hidden";...
View ArticleHow to Pass XML Data to a PDF Form and Load it into form fields
I have xml Form data in a string. I would like open a programatically launch a pdf document and pass the xml data as one of the parameters and this xml data needs to load all the form fields.Any Idea...
View ArticleFolder hyperlink issue again - code reads differently in Reader than in...
So when I use Acrobat Pro, and paste a link to a server folder, the link works correctly. (I have to copy the folder link and then put "file:" in front of it to make it work, but it works). For...
View Article