What is the difference between a table and a subform in LC Forms? Please post your replies regarding the merits and demerits of using subforms instead of tables.
Hello everyone. I have searched high and low for something talking about exactly how to do what I want - but I'm not finding anything thats quite right. Simply put, I want a drop down (with potentially hundreds of choices - I would love to limit the number but there really is no way...) where someon...
Need some help. When the textbox with "December" expands (to fit horizontally), I need the square + textbox (the Page 1 of 3) to move over. How can I make this work? Thanks!
I have a table in which I have a Header Row, Row1, and Footer Row. I have a button in the header that adds new instances of Row1. There's a button in Row1 that is supposed to remove the current instance. However, when I click the button to remove an instance, it always removes the first instance ...
I need to validate that the user has populated the top section of the form (about 15 textfields). Is there a way that when the suer enters a textfield about midway down the form (a field they will absolutely have to populate) that the others above it can be checked to be sure they were not left blan...
I am trying to call a function (type4) from within a FormCalc exit event:if ($.rawValue <> "2") then type4.validate()endif But when I run the form, I get an error saying that the "script does not have a method 'validate'."My function definitely does have a method called 'validate', see below:fun...
Hello All.I have created a form using LiveCycle Designer ES2 9.0. I am currently using Acrobat X Pro to fill-in the form. I would like to save the data as an xml file. I have tried to SaveAs XML 1.0, but it's not correct - none of the fields and their data are visible.What do I need to do in orde...
Once again, I am stumped by seemingly simple things!I have a drop down box with no default values. I want to display an error message when the user tries to exit without selecting anything. However, my validation script isn't working. Here's what I have set up:Under the validate event of the Script ...
HelloI am asking users to enable JavaScript manually individually in their local machines as below, but, customer is asking me to make enable thru my custom code in my_form itself once the form is rendered/launched...............and disable it once the user is closed the my_form, pls. let me know th...
I have a messagebox script (Javascript) to appear if the user tries to make a radio button selection in question 2 when they did not make a selection in question 1. However, the messagebox is not preventing the selection. the radio button is selected after the messagebox goes away. How do I prevent ...