I am trying to create a survey type form where multiple choice answers
are selected (radios) and I am using an onclick event to update a text
box with 'correct', etc. I am using the onFocus(this.bl ur) so that a
user is unable to change the text that is written to that text field
(they are must be correct before submitting the form). I am wanting
to use a hidden field that will update the same way as the text fields
do (simply because i think it will look better), but am having trouble
setting this up. any help would be appreciated!
are selected (radios) and I am using an onclick event to update a text
box with 'correct', etc. I am using the onFocus(this.bl ur) so that a
user is unable to change the text that is written to that text field
(they are must be correct before submitting the form). I am wanting
to use a hidden field that will update the same way as the text fields
do (simply because i think it will look better), but am having trouble
setting this up. any help would be appreciated!
Comment