Newbies mjs315 Posted January 16, 2001 Newbies Posted January 16, 2001 Hello, I'm trying to set up a web form that ask multiple questions but I want those questions to go into one field. Such as question1, question2, and question3 all have their individual text boxes on the web page and when the person submits the form I want the questions and their responses to go into one field in the database called questions. Is this possible and if so how could I do it? Thanks, -mjs315
Keith M. Davie Posted January 16, 2001 Posted January 16, 2001 One possible approach: In your db, individual fields. Then a calculation field to concatenate those fields. You can then reference that field through your browser if you so need. Peace Keith M. Davie
Vaughan Posted January 16, 2001 Posted January 16, 2001 Just has several <input> text boxes in your web form. When submitted they'll be added together with a line break between.
Recommended Posts
This topic is 8780 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now