I've seen lots of talk and confusion on this forum about how to submit data and/or files. I have what I thought was a fairly simple issue, but have been battling it for over a week -- please help!I've created the desired fillable PDF form and added a Submit button. When the user clicks the Submit bu...
Hello All, When I create an image field in Adobe Designer (I'm creating some interactive forms), the field does not end up being the exact size I specify. It is very important to me that the end size be precise, but Designer seems to allow some border instead of filling the extents I have specified....
Hello,This is my first time here and I have a little problem. I designed the form in the Adobe LiveCycle Designer 7.0 and saving it as dynamic PDF. All I want is to fill it out, save a copy of that in hard drive and then email it as a attach file. I don't want any XML data file or any thing else, I ...
I keep getting the following error when I try to open ANYTHING in this program.Runtime error!ProgramFiles/Adobe/FormDesigner/formdesigner.exeabnormal program terminationI click okay then get the remainder:The instruction at "0x0178fab7" referenced memory at "0x02d97014". The memory could not be "wri...
Hello,I have a very strange problem.I designed a fillable form using Designer7.0. I reader enabled the form using Adobe Reader Extensions Server 7.0, so that users use their Adobe reader(7.0.5) to fill in the form. The empty PDF form is around 700KB in size.Now, When the user filled the form manuall...
I am trying to get clarification on what is required to utilize the Acrobat Designer to create a form that creates a PDF417 barcode. Here is the scenario:We would like to create a form with Designer (bundled with Acrobat 7.0 Professional)that will be used as an index sheet for a document scanning sy...
Hi,I have a form I have had extensions enabled. When a user opens the doc with Reader 7 for a start it works fine, they can fill in the fields and save the form. However, when they come back later to make more changes to the form (after saving and closing it once) they receive this message: "This do...
I want to check if the data entered by the user is numeric or not. Below is my code:if (this.rawValue != null) { if(!(IsNumeric(this.rawValue)){ xfa.host.messageBox("Please enter Numeric ID"); xfa.host.setFocus(this.somExpression); } }function IsNumeric(sText){ var ValidChars = "0123456789"; var IsN...
I have a group of text boxes and would like to iterate through them assign value change access I have three text boxes MytxtBox[0], MytxtBox[1], MytxtBox[2]Example in JavaScriptvar row;for (row=0;row<3;row++){xfa.host.messageBox(xfa.form.MyDocument.MyForm.MytxtBox[0]);xfa.host.messageBox(xfa.form.My...
Hi,I have a floating field in a text object on a master page of a document.What is the path to, in javascript, I set the properties of that floating field. I´m only able to get the fields on the page1 object.Thank you