Adobe LiveCycle Designer is a forms authoring tool published by Adobe. It can be used to create PDF forms and templates.
Questions tagged [livecycle-designer]
195 questions
0
votes
1 answer
In Livecycle forms make all negative values red
I'm building a form in Adobe Livecycle and would like all negative numbers to display in red. I can accomplish that on individual elements by attaching this code to the exit event:
form1.#subform[0].Table3[0].HeaderRow.concessions1::exit -…

E Benzle
- 346
- 3
- 15
0
votes
1 answer
Create email message body from form values
In Livecycle Designer ES2, is it possible to edit the XML of the Submit button to take data from the filled form and put it into the message body of the email? As an example, if I had the following field / values:
firstName / John
lastName /…

Mr.Syrax
- 396
- 1
- 9
- 26
0
votes
1 answer
How to get IP Address of client machine from Adobe Interactive forms?
I would like to know how can i grab the IP address of Client machine using SAP Interactive Forms by Adobe?
UPDATE : I tried the following script but it still doesn't work