I am currently working on a form that is submitted as an xml file using a submit email button. There are several things that I am wondering if you can customize and if so, how?Is it possible to have the calculated date/time field included in the exported data?IF SO...Is there any way to change the ...
Hi there I hope I don't bother asking... but since the help is not really good translated at this point, I am not able to fix it.I got 2 floatable pages.The first one is linked to masterpage1.If the first page gets longer than 1 page (due to floatable fields), it should float into a page linked to m...
Hi,I'm creating a table where the first column in a row is automatically numbered. When a 'row' new instance is created (using Action Builder in ES2) the first cell in the table should automatically ascend.I've figured out how to do this with numbers - (this.rawValue = (this.parent.index + 1);) but ...
Can someone help me write a script? What I have is a dropdown list (named Relation1) with three options; Self, Spouse and Significant Other. A subform1 and a Subform2, each of the subforms have the same fields. The end-user would first fill out all the fields in the subfrom1, then they would come to...
I am currently working in LiveCycle Designer ES trying to create a form in which you click a radio button and one of the hidden subforms will become visible. I know how to make the subform hidden, but don't know how to link the radio button for the subform to appear when a certain option is selecte...
Hello,I have a form that is pretty much done. My tab order is custom and what I want it to be.If I go in my form (in Designer) to tweak it some more, for example I wanted to change a text field to a drop down list -without changing anything in size, layout, etc...-, the tab order gets all messed up ...
I am VERY new at livecycle and all I have learned is by googling, so I'm sorry if this is a really stupid silly question. I am trying to build a registration form for our patients. I want to make it as 'easy' for them as possible. So I have a rough draft built - not necessarily in tabbing order yet ...
I have a form that the user enters a date completed in one field and I want to have this date + 45 days calculated in another field (due date). Any ideas on the scripting for this?
Hello:Problem:I have a table with 4 fields... The table is dynamic so I can press a button and add another row. What I need is the ability when I press the button to add the new row the first field is automatically populated with the value from the first row field 2.I tried the following:table1.se...