Hello,
I am very new to JavaScript. I have been trying to find some code examples that will help me solve my problem. What I need is to be able to confirm a text field has content before the person can move on to the next text field.(i.e. text1->text2->text3, etc.) I know it sound restrictive but this is what my client wants. Basically this is an application that their customer need to complete. Problem is they are getting them back with missing information. The other down side is that this cannot be submitted electronically so it must be complete, printed and signed. I have tried tons of different example from various website and nothing seems to work, or I get errors in my code. On a side note I use fusion pro and it has a much more user friendly JavaScript editor. Although I am very excited about the potential this has.
I know that in LiveCycle Designer, on the Value tab for a control, you can set it to "User Entered - Required".
Other than that, you might be able to put some code in the "exit" event of the control that returns the focus if the value is null.