I am creating a form in which I need information that is entered or selected (either from a drop down or a radio button selection) in the top half of the form to be populated into a section at the bottom of the form. I don't want the info at the bottom of the form to be editable - I just want to have it show up as text.
So far I have been unable to get any of the info to populate automatically at the bottom. I thought by copying the text fields from the top of the form and pasting them at the bottom, keeping the Binding Name the same, it would work, but so far it doesn't. And I have no idea how to copy the value of the drop-down or radio button to another place on the form.
Thanks in advance for any help.