Hello all,I am attempting to develop a form in which the binding of the fields is not yet known at design time.What I am trying to do is the following:In the "initialize" event of the form, I have typed the following: HEADER.FIELD.bind.ref = "$record.DATA_IN.SUBFORM.DATA[1].NAME"; HEADER.FIELD.bind....
Is there a way to stop people filling in date fields manually?since there is a calendar, there not only is no need for manual entry but it also avoids input error..When I try to validate a date, it will either accept the manual date, or the calendar date but never both.Does somebody have a solution ...
Hello,I have been involved in developing forms for the past 6 months. Recently, for the past 3 weeks, we have encountered unusual errors in the forms. (1) A couple of the forms, upon opening, there's a error message box popped up: "Xml parsing error: duplicate attribute (error code 8), line xxxxx, c...
Hi,I'm completely stuck. I have a form with a table with a row containing a textfields. I'm able to add rows to that table via JavaScript. No problem here. Now I want to populate a dropdown with the data entered into the textfield(s). And Here I'm completely stuck. I don't manage to find the instant...
Am using Designer 8.I have changed the type for the cells in one of my table columns to checkbox. I am displaying the checkboxes as sunken squares. How do I center the checkbox (sunken square) in the cell? The cell is wider and taller than the sunken square.Thanks.
we have recently acquired Reader Extensions with the main aim of allowing submission of forms by citizens online without the form actually asking the user for an email client on the PC. Developer uploaded the form and applied rights on the form through the reader extensions, but on returning back th...
All,I created a form for online fill in, but I do not want anyone to have the ability to save their data on the original form; they can "Save As" and rename it anything else with their data, but I want to keep the original form blank...not sure if this is so simple I am tripping all over it, but I c...
Hey guys. Here's my problem;The person types in their answers into the form that I've created through Adobe Designer. When I view online or print out the form, the entire answer for any text field is not seen. Their answer will scroll towards the right endlessly without wrapping down to the next lin...
I'm searching for an answer to a problem: how do you hide an object that's located on the master page of a form??I have a text field on the master page of my form that displays a predefined string value. I would like to hide this text object (or remove the value) when the form is printed but have th...
Hello!I was wondering if there is a function to find a field by name in a PDF.I already saw a lot of examples using Resolvenode, however, these examples always used the path to the node (page.subform.etc). Because I don´t know where the field will be or even if the fields really exists, I would like...