Is there a way to place a button or macro in a PDF form that would allow a user to automate the extraction of the full XML out of the completed PDF form without using the email functionality? What I'd like to do is automate the Forms-->Manage Form Data-->Merge Data Files into Spreadsheet process--fo...
I got some very helpful advice yesterday about deleting content from hidden boxes (text fields). I have another related problem that somebody might have an answer for. I have text fields that are hidden or visible depending on selections made in drop-down lists. This is working fine but I've noticed...
Hello,I was trying to figure out a way to allow a user to reorder a pre-populated list that I make in livecycle Designer ES. For example if i have 4 things in the listApplesOrangesBananasGrapesI want the user to be able to reorder the items based on their criteria, for example if you take the above ...
After adding some OLEDB-bound data dropdown lists to my form, it no longer renders in Workspace. Error is "An error occurred creating the form (task 27, form 0). (ALC-WKS-007-040)". Do I have to do something (reader extend?) in my process to enable the form to render now that it has database-bound...
I want to place the javascript in the change field, correct?I have triedvar f1 = this.getField();if (f1.length == 1){f1 = _2_3.getField();}_2_3 is the name of the next text boxthis still does not workAny help?
I can't get rid of this warning, "Please enter a valid email address e.g. name@somewhere.com" that shows up when I open a form I made in Adobe LiveCycle Designer 7. It shows up every time I open the file. I've tried every option and preference for the form. On another form I made, it doesn't show up...
Hi,Currently I'm trying to use manual synchronization on a service generated through a Fiber Data Model but I can not get it to work.Using the "selector" approach, the DataService receives all updates and not just the one it is subscribed to.Trying to use "subtopics" does not work because the destin...
I am using the follow patern for a numeric field to display a percent number: num{zzzz9.999'%'}What kind of pattern or script I can use so the field does not allow user to enter percents more than 100%?Thanks
My department has the form server which we don't use. What is the complexity of having it set up and run with livecycle forms? Is there any server side scripting required? If yes, what kind of scripting? Do forms need to be redesigned to run on the server?
I've created a form with text fields that are hidden or visible depending upon selections made in two previous drop-down lists. The user of the form has different text fields to type into depending on their choice. The problem I'm having is that I only want to retain the contents of the visible fiel...