Required Fields


i extremely new livecycle designer have enjoyed capabilities of program.  below form i'm creating several areas required (if possible).  first, when user chooses "yes" under new client, want billing address section required field (with street , p.o box fields either/or).  second, when user chooses #1 drop-down list under technical area provisional , non-provisional section required filled out.  please let me know can upload or email actual form scripts can seen entered.

 

client matter form in progress (instructions).jpg

to make fields mandatory can use validate.nulltest function. in case put in click event of yes radio button:

 

(in formcalc)

 

textfield1.validate.nulltest = "error" (replacing textfield1 whatever have called field).

 

to turn satisfy nulltest put in exit event of textfield1:

 

if ($.isnull == 0) then

$.validate.nulltest = "disabled"

endif

 

the same principle applies both situations.



More discussions in LiveCycle Designer


adobe

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support