|
|
Question : Add text to text box based on click of checkbox...
|
|
|
|
I have a textbox. I have checkboxes that have quick answers for a survey. I want the user to be able to click checkboxes to past the quick answers into the textbox.
For example, if they click checkbox1, it'll fill textbox1 with "Friendly Staff." If they click checkbox 1 and checkbox 4, it'll populate textbox 1 with "Friendly Staff Easy Process." It's basically just a glorified cutnpaste based on checkboxes. I've tried the if me.checkbox1.value = true then route, but can't seem to get it right.
How do I do this?
Thanks! Kevin
|
|
|
|
Answer : Add text to text box based on click of checkbox...
|
|
|
|
|
|
|
|
|