Hello all,
I have a form that is to have the names, addresses, phone numbers and email addresses plus a couple of other fields for 11 people. Now, you can imagine this takes up a great deal of space on the form with all it's textboxes and labels. I decided one way to cure this ailment would be to delete the labels and set the textbox default value to whatever the field is (ie "First Name" would be the default value for the field 'First Name' so that the person doing data entry would know what to put in that field being that there is no label). Ok, that would work, but then you need to delete the default value to input a new value. I was wondering if anyone had ANY suggestions for me in regards to either setting up an 'onclick' expression to either delete the default value within the textbox or a different approach alltoghether. Thank you very much.
I have a form that is to have the names, addresses, phone numbers and email addresses plus a couple of other fields for 11 people. Now, you can imagine this takes up a great deal of space on the form with all it's textboxes and labels. I decided one way to cure this ailment would be to delete the labels and set the textbox default value to whatever the field is (ie "First Name" would be the default value for the field 'First Name' so that the person doing data entry would know what to put in that field being that there is no label). Ok, that would work, but then you need to delete the default value to input a new value. I was wondering if anyone had ANY suggestions for me in regards to either setting up an 'onclick' expression to either delete the default value within the textbox or a different approach alltoghether. Thank you very much.