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

    439

    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

    435

    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.2K

    Likes

    0

    Replies

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

    Type

    Questions

    Views

    367

    Likes

    0

    Replies

    0
  • if (("DepYes").rawValue == "1"){     Hidebox.IfYes.presence = "visible";     Hidebox.Policy.presence = "visible";     Hidebox.TypeCov.presence = "visible";     Hidebox.CovPerson.presence = "visible";     Hidebox.IfYes.mandatory = "error";     Hidebox.Policy.mandatory = "error";     Hidebox.TypeCov.m...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 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

    826

    Likes

    0

    Replies

    3
  • As i said before.  If i put Hidebox.ifYes.mandatory = "error";then Hidebox.IfYes.presence = "visible";      this doesn't happen.  Hidebox.IfYes.presence = "visible"; this works (making the field visible) with Hidebox.ifYes.mandatory = "enabled";  Hidebox.IfYes.presence = "visible"; this does not w...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • If i put "error" in, none of the fields become visible.Almost like it's not executing them in the order it should.

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    5
  • I am working with radio buttons in the Click event.  This is my script:if (xfa.resolveNode("DepYes").rawValue == "1"){     Hidebox.IfYes.presence = "visible";     Hidebox.Policy.presence = "visible";     Hidebox.TypeCov.presence = "visible";     Hidebox.CovPerson.presence = "visible";     Hidebox.If...

    Type

    Discussions

    Views

    2.3K

    Likes

    0

    Replies

    7
  • 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

    361

    Likes

    0

    Replies

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