I believe you have what I was thinking correct.I do not use Caption or Custom Text. I always use Tool Tip. Though Custom Text should work just as well.So you could put a button to open a URL but you could also use another static text object and add the hyperlink. I think that still opens you up to m...
Greetings,I will speak plainly. Using links in captions is not best practice for forms design/development. If the link is to give the user extra information regarding what is to be entered into the field I would put that link somewhere other than the caption of the field. I would use a button or a s...
Just a question about your setup.Do you have a flowed container that has all of the repeated elements underneath it?That container would need to be bound to the repeated data element that all the other data is under.I will stop there in case you already set it up that way.
Thank you for the link.Unfortunately, the prescribed solution does not work. This has happened before on this exact machine and I had to re-image. Can someone from Adobe who is watching comment on a solution?
I have a client that needs to upgrade their staff from AEM Designer 6.5.0 to any version more current that 6.5.15 (We are targeting 6.5.18) I am looking for some documentation on the Adobe approved process to remove previous versions, and the install of versions from 6.5.15 or higher. At this time w...
Mayank,I talked to both the product manager and project manager for AEM Designer in person at last year's Summit. After Summit I corresponded with them via email and provided my evidence for a number of bugs and enhancements. All of the bugs and enhancements were accepted. I have never heard a word...
This is a known bug reported to Adobe last year at Summit. So far no fix has been provided. The workaround is to place buttons with code to open the url. If the link is in the middle of static text you will have to do your best to position the button. Sadly, that means using positioned subforms. You...
I opened your xfa pdf and previewed it.When I checked the checkbox the Javascript Debugger threw the following message:GeneralError: Operation failed.XFAObject.resolveNode:3:XFA:form1[0]:BodyPage1[0]:CheckBox1[0]:changeMalformed SOM expression: .form1.BodyPage2 The code on the change event was writt...
There are two things: 1. Change your code to this:form1.subform_1.TextField1.ui.oneOfChild.border.fill.color.value = "153,204,255";That will avoid a resolveNode.2. You need to uncheck the "Show border hover color for fields" in Preferences/Forms in Acrobat or Reader, which ever you are using for Pre...