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.
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
Post a Comment