ESS BN Instruction table

Sort:
You are not authorized to post a reply.
Author
Messages
Anthony
Basic Member
Posts: 12
Basic Member
    I'm trying to modify the content of the instruction table in the availplans.htm file for two specific plan groups.  I can't seem to get the proper to display for only two specific plan groups.  If anyone could point me in the right direction to customize the text in the instruction table I would appreciate it.

    ty
    JudeBac
    Veteran Member
    Posts: 129
    Veteran Member

      Your plan group is parent.EligPlanGroups[parent.CurrentPlanGroup][0] which you can save into a Global variable. In

      if(ch==null || parseInt(ch,10)==1 || ch=="") {   //add

          if (uf_planGroup=="HEALTH") {

       table1 += 'Select the medical plan...
      '

      {

             else
                  table1 += getSeaPhrase("AVAILBEN_9","BEN")

          } else {
              if(parseInt(ch,10)>imgNbr-1)
                  ch=imgNbr-1

      Search if(ch==null || parseInt(ch,10)==1 || ch=="") {   Kunda hard to explain and be carefull, its your fault if you mess it up, backup first. Thanks

      You are not authorized to post a reply.