Hello everyone, I purchased AEM Designer and I have my serial number. I had to reset my computer and I need to reinstall it. I have called Adobe and they are no help. Does anyone know where I can download it. Thanks in advance,Yvette
I put the following code on the enter event of the dropdown list.
form1.#subform[0].Add_Sec.Sub1.CharterOff1.Chapter_Officer.0.0::enter - (JavaScript, client)if(Chapter_Officer.0.0.rawValue==null || DropDownList1.rawValue==""){Chapter_Officer.0.0.presence = "hidden";}
It did not work as expected...
I have a form with a dropdown field called "Chapter Officer" and when a user does not select anything and goes to the next field, I want this field to be hidden.
Can anyone help me with this?
Thanks in advance.
Thank you for responding, my form has dropdown lists. I would like the user to be able to select from the Canopy dropdown list, but if they change their mind and select something else the entire form resets. Currently this is what I have "xfa.host.resetData();" and it only resets the current subform...
Thank you, I actually changed the form to tables. Now when the user clicks "Add" it will add another subform. They enter information into this subform, but it duplicates rows. Is there a script that I can use to put into the subforms to look for duplicates and delete the duplicated row?
I have a form that has 4 dropdownsI would like the form to populate DowpDown #4 based on the selections in Dropdowns1, 2 and 3Currently:1st dropdown the user would select Mom2nd dropdown the user would select Dad3rd dropdown the user would select 1 childthe 4th dropdown would only display from this ...