How can I use a checkbox export value to copy text field value (text1) into another text field?
I have mutually exclusive checkboxes...one with export value of No, and the other with export value of Yes.
Nothing happens if no checkbox is selected - but if the Yes checkbox is selected, I want javascript that will copy the value of text1 into text2 and make text2 read-only.
If the yes box is un-checked, I want text 2 to be an editable text field again.
Can anyone help me? I've searched and modified few different scripts I found online, but nothing is working 100%.
Thanks in advance for any help!
