Question : Livecycle javascript rawvalue

I have a LiveCycle form that has a submit button.  When the submit button is clicked, I want to do fields validation using JavaScript to determine values of the fields.  I am using rawvalue to get the field value but that is not working.  It is returning a null value instead of the value entered by the user.

Following is the code I'm using:

msg = Page1.Header_subform1.RequestSubmitter.rawvalue;

xfa.host.messageBox(msg);

What am I doing wrong?

Answer : Livecycle javascript rawvalue

Random Solutions  
 
programming4us programming4us