Expand my Community achievements bar.

tygerfarr
tygerfarr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • AgeVerify has a script that calcualtes the actual age.  it is hidden in the form and only there for calculation purposes for this script.  So i suppose technically, it does contain an actual age. eg. 31

    Type

    Questions

    Views

    308

    Likes

    0

    Replies

    0
  • When i put this script in, and put like 2 weeks ago as the DOB, i still can't check the dental box unless i have a valid SSN.  If they are less than one year, we won't need a SSN.

    Type

    Questions

    Views

    304

    Likes

    0

    Replies

    0
  •      This is the script that i have, and it works, I just need to add something to it.if  (this.rawValue == "1" && SSN.isNull) {SSN.mandatory = "error";app.alert ("Dependents 1 year and older must have a valid SSN to be eligible for Dental coverage.");this.rawValue == 0;}else if (this.rawValue == 1)...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    4
  • This script does what i want, i just need to add the verify "age" field thing.

    Type

    Questions

    Views

    262

    Likes

    0

    Replies

    0
  • This is the script i have in the Change event of a checkbox:if (xfa.resolveNode("this").rawValue == "1" && SSN.isNull){     SSN.mandatory = "error";     app.alert("Please fill in the Dependent SSN portion of this form.");     }else {     SSN.mandatory = "disabled";     }I also need this to verify th...

    Type

    Questions

    Views

    721

    Likes

    0

    Replies

    3
  • I am using it in the Change event of the checkbox. And that worked Perfect!  I knew i was missing something small.  what about the adding the =<1 ?

    Type

    Questions

    Views

    269

    Likes

    0

    Replies

    0
  • I am trying to make this where if this checkbox is checked then it checks to see if SSN has a correct number in it or it returns an error.This is what i have in there now.if (xfa.resolveNode("this").rawValue == "1"){     SSN.mandatory = "error";     app.alert("Please fill in the Dependent SSN portio...

    Type

    Questions

    Views

    696

    Likes

    0

    Replies

    2
Top badges earned by tygerfarr
Customize the badges you want to showcase on your profile