Hello gurus!I need to read the caption of my textfield to show a human readable error message.I have tried to use the caption property in a script, but i get an undefined error :-(Any help?Thanks in advance.jcpa1.
I'm new to Adobe Designer 7.0 but have an extensive background in excel. I am creating a pdf form that will allow the user to input values in two numeric fields and need to automatically multiply the two numbers once they are input. I'm sure this a simple formula to most of you but consider me a roo...
Hi.I am using global variables in a form . All is OK when the form is rendered as PDF, but it doesn't work when the form is rendered as HTML, it complains with a variable is not defined.Is there some way to use global variables in a form when it is rendered as HTML?Thanks
I am very new to Adobe Designer/Form Server and had the following question.Our form is going to have the following displayRadio ARadio B Radio B1 List of text boxes Radio B2Radio C Radio C1 List of text boxes Radio C2When the form is first displayed, user sees Radio A, Radio B and Radio C, right bel...
Hi,I have the requirement of showing one page at a time to collect information through a pdf form. I am trying to do something similar to interview mode where I collect information page by page. At the end I want to send the collected information from the pdf form to the server.I plan to create all ...
Hello,I'm hoping that there is a way to dynamically create an additional body page at runtime via javascript. Currently, we have one instance of that body page showing up at runtime. On that form, we have a need to allow the user to dynamically add/insert a blank body page to the existing page list ...
I've got a form that has hidden fields which hold data that is concatenated into two visible fields (Name1, Name2 and County, State). My issue is that when I use the Reset button (the standard one off the library palette with the xfa.host.resetData(""); script in it) it resets all of the fields exce...
Hi,just wondering if there is a work around for the following scenario:I have two different master pages (1 & 2) that are used to create two different page standards. I have two body pages (A & B ). Page A is placed on master page 1 and Page B is place on master page 2. Depending on the type of data...
I found $host.setFocus( STRING param ) but cannot get it to work.I want my script in Object1 to take the user to Object2.I have tried variations of $host.setFocus( STRING Object2 ) to no avail. That would include $host.setfocus( STRING F.P1.Object2 . . .).Can anyone shed light? Please. This should b...