Hi. I am new to designer forms, and hope you will support me on the following two issues:
a):
A LiveCycle designerform holds a number of radio-buttons, and a numeric filed. I tried to populate the sum of the values of the radiobuttonfields by the following javascript:
(Calculation on the numeric field)
this.rawValue=this.resolveNode("btn1").rawValue + this.resolveNode("btn2").rawValue
However, this code just concatenates the values, it doesn't do the sum!
b):
A Text input field (Name) is located on page 1. The input value should appear on several pages, how do I do in Designer forms?
Thanks on beforehand! :)
If you are summing the values from a series of radio buttons:
Sum(Rb[*])
b) Global binding. Name the text fields where this data should display the same