I am making a form and I want one checkbox and I want to be to click once for "check", click twice for "cross" and then click again for blank. Then if that is possible I would like to go one step further and if the checkbox is a "cross" then I would like it to make a text box red. Any help is apprec...
I have multiple dropdown options that adds or deletes a row from a table. Trouble is after I have placed a date or time in fields elsewhere on the form, that data is deleted after I make a selection on the dropdown. The dropdown has the options of In, Out, N/A, or N/O and when Out is selected the ...
I have a dynamic form with flowing fields. I inserted date fields using the Master Pages tab within Adobe LiveCycle Designer ES2, Windows 7 OS. I have only 1 Master Page. Everything on the form is working properly, except when I have multiple pages, the date fields are blank on all but the first pag...
I have two date/time objects that record the current time and date when a button is clicked (two different buttons, one for each date/time object). I would like to calculate the elapsed days in another field. Ideally it would calculate the elapsed days, hours and minutes.I have tried for hours to fi...
I have created a form with 12 Columns and 23 fixed rows. In Row 1 of the table is a value, the remaining 22 rows allow the user to enter a number, what I would like to do is in the footer row be able to add up the numbers in the 22 columns and then multiple that by the value in Row 1 to give a total...
Hi All,I am trying to make a subform of my exisitng form as "protected". The following is the line of code used on the docReady event of the form":form.access = "protected";When i created a new form and added the above piece of code, things are working fine.I'm not sure what is wrong with my exiting...
I am designing an interactive form to be sent out and completed.I have 10 questions total in the form, Each question made as a text field with a textbox heading.I want the form to be completed, and the final submit button to go to my email.But i want question 5 (and 5 only), to be sent to a differen...
I have a form created using LiveCycle Designer 10.0.2 which uses an email submit button. I used the File > Distribute Form menu to create a distributable version of the form and also to enable data filled into the PDF form to be saved by the recipients. The problem is that once the distributable f...
I have created an expenses form which has a number of mandatory and optional fields. To ensure no expenses are submitted with a value of 0, I have added a check which sets xfa.event.cancelAction = 1 on the presubmit event of my email submit button. This works, but the problem is that it seems to ...