Help, adding Text to a text field using radio buttons!
Hi guys and thank you for your answers!
I have about 8 radio buttons in same group that intent to target only one Text field, so depending on user choice the Text field have a different text, how can I accomplish this using Javascript instead of creating 8 different Text fields/Default Values.

Thank you for your answers! ![]()
![]()
![]()
I tried:
var f = this.getField("Target");
f.value = util.printd("This is a dummy text, This is a dummy text, This is a dummy text "());
but obviously didn't work! ![]()
