Expand my Community achievements bar.

lpianwi
lpianwi
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi All,I am working on a form where I have four drop down lists, and each time you select a list within the drop down it assigns a value which is sum up. I was just wondering if there is any javascript code for that.ThanksLucpian

    Type

    Questions

    Views

    550

    Likes

    0

    Replies

    1
  • Hi All,I am having problem with the signature fields on a form I had earlier completed. Each time any of the signature field is checked by the client it comes up with one of the signature field may have some problem, and gives an error sign. It does not allow the distribute form to work with it. I h...

    Type

    Questions

    Views

    368

    Likes

    0

    Replies

    0
  • No, I am not getting any message from the console. Thanks

    Type

    Questions

    Views

    359

    Likes

    0

    Replies

    0
  • Good morning everyone. I need help with the  following scripts I had written. It is a calculating script, and I did place it on the exit event of the fields as the Amount1 field is readOnly. I do not know why it is not working. Please, can someone on this forum help out.ThanksLucpaanHere is the scri...

    Type

    Questions

    Views

    377

    Likes

    0

    Replies

    0
  • Good morning everyone. I need help with the  following scripts I had written. It is a calculating script, and I did place it on the exit event of the fields as the Amount1 field is readOnly. I do not know why it is not working. Please, can someone on this forum help out.ThanksLucpaan Here is the scr...

    Type

    Questions

    Views

    662

    Likes

    0

    Replies

    3
  • Hi All,I need help with the following script. I am trying to hide some labels, and fields on a form I am currently working on, but it is not working. Here is the code I had written.if(FormsChkbx.rawValue==1){   IssuancesChkbx.rawValue=0;    RecordMgmntChkbx.rawValue=0;   Stattxt5.presence= "hidden";...

    Type

    Questions

    Views

    583

    Likes

    0

    Replies

    2
  • Thanks, but was not helpful.

    Type

    Questions

    Views

    370

    Likes

    0

    Replies

    0
  • Hi All,I do have a form I have finished designing with all the JavaScripts, but the date time field on it with a display pattern of date{YYYYMMDD} time{HH:MM:SS} is not displaying as it should when it is run.Please, is there anyone out there that can tell me what I may be doing wrong.ThanksLP.

    Type

    Questions

    Views

    645

    Likes

    0

    Replies

    2
  • Thanks, Steve, that approach works.

    Type

    Questions

    Views

    416

    Likes

    0

    Replies

    0
  • Hi All,I have a form I have just completed, and it is one of those complex one. There is a field that is numeric, and should not accept less than 4 digits. I wrote the following code, but it doesn't seem to work, and I do not know why.if(SSN_SMg.rawValue > "" &&  SSN_SMg.length < 4){xfa.host.message...

    Type

    Questions

    Views

    701

    Likes

    0

    Replies

    2