Hi all,I have designed a dynamic form with a dataconnection that points to an XML file.The fields in my form are displaying the correct values from the XML file. That all goes well.But now, I want to set the color of some textfields depending on the value of a certain element in the XML file.How can...
Hello,My task is make drop down list mandatory on Submit form.I achieved this by adding script on preSubmit event:if($.rawValue == null) then $.validate.nullTest="error" endifendifalso, on change event i made disabling of madatory:$.validate.nullTest=""Everything working as expected - when i subm...
Can anyone help with a problem I'm currently having with the submit button in the Trial Version of LiveCycle Designer ES 8.2? I have generated a form in LiveCycle (Trial Version) and would like staff members to complete this PDF form and then be able to e-mail completed form as a PDF. I have foll...
HI,Let's say that I'm logged in and I'm connected (CollectionNodeEvent.SYNCHRONIZATION_CHANGE dispatched) and in the CollectionNodeEvent.SYNCHRONIZATION_CHANGE event handler I have a for loop to read the users which reading the cs.userManager.userCollection Arraycollection. And each item (UserDescri...
In my attached form I collect info and then at the bottom I have a button to add the next disclosure, this creates a new subform on the next page. I would like (if possible) to be able to automatically move to the top of the next page when the "Next Disclosure" button is clicked. Is this possible...
Hello.. this may seems to be back to the basics.Can we integrate Adobe forms with .Net application without the help of Adobe foundation ES? I mean, can I publish a form, make user to fill it and resubmit it back to .Net applications with buying just readers Extension and Forms designer? Or do ...
hello, So i have <rtc:FileShare id="fileManager" width="100%" height="20%" />But this don't run , i think that : i must make a php file for this, or not ?how i do it ?many thanks for your help,lionceau,
I have a repeating subform on P1 that will have varying number of lines created. Then on P4, I have another repeating subform, with the same fields, that data from P1 subform needs to be copied into. I have tried many things, but my skill level is not too great so none of them have worked entirely...