Hi everyone and Happy New Year.Is any way from a DDlist to extract data
to a 3 different fields?DDlist will contain First Last Name andField_A:
Occupation,Field_B: TittleField_C: Department Thank you
I can not submit my form because I can not disable a invisible Mandatory
DDL.I have try: form1.PageA.Sub_B.Table2.Row1.DDL.mandatory =
"disabled"; but does not work!I control this DDL from another DDL with a
script on change:switch (xfa.event.newText){case
"Kimel":form1.PageA.Sub_B.Table2.Row1.DDL.mandatory =
"disabled";form1.PageA.Sub_B.Table2.Row1.DDL.presence
="invisible";break;}I am using this Function to validate my
form:function Ex1ValidFields(){ var bRtn = false; var aErrMsg = []; var
rgE...
I can not submit my form because I can not disable a invisible Mandatory
DDL.I have try: form1.PageA.Sub_B.Table2.Row1.DDL.mandatory =
"disabled"; but does not work!I control this DDL from another DDL with a
script on change:switch (xfa.event.newText) { case "Kimel":
form1.PageA.Sub_B.Table2.Row1.DDL.mandatory =
"disabled";form1.PageA.Sub_B.Table2.Row1.DDL.presence
="invisible";break; }I am using this Function to validate my
form:function Ex1ValidFields(){ var bRtn = false; var aErrMsg = []; var...
Hi, I am using this method(text field) because users they have to enter
their date of birth. I do not know any other method..to use.Is it
possible to modify the script to enter the date as DD/MM/YYYY?Thank you
very much