Jump to content

Form help

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Form help Rate Topic: -----

#1 User is offline   hooloovoo33 

  • W.R. Private
  • Group: Members
  • Posts: 8
  • Joined: 15-April 07
  • Location:United States

Posted 13 May 2007 - 08:40 AM

I started a discussion a while ago in the "database" section about creating a searchable database, this is a continuation of that, kinda.

What need to do, is have the user enter a series of instruments, and then somehow be able to rate their musical experience with that instrument, and then submit that to a database to be displayed later. Right now im just trying to get the whole html form part of it down.

Any suggestions on the structure or any other comments are highly apreciated.

Thanks-

hooloovoo33

This post has been edited by hooloovoo33: 13 May 2007 - 08:42 AM

0

#2 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 13 May 2007 - 09:00 AM

I'm going to recommend that you offer the visitors select elements instead of input (type=text) elements for the receiving of their instrument names. This will force them to choose an instrument (or set of instruments) that you define, guaranteeing that you won't have mis-spellings.

It will ensure that the database is always receiving accurate data and you're not having to sort through mis-spelled versions of instrument names.
0

#3 User is offline   Ben Abrams 

  • The buddy system:never fails
  • Group: Administrators
  • Posts: 1,850
  • Joined: 04-April 06
  • Gender:Male

Posted 13 May 2007 - 11:41 AM

View Postherkalees, on May 13 2007, 03:00 PM, said:

I'm going to recommend that you offer the visitors select elements instead of input (type=text) elements for the receiving of their instrument names. This will force them to choose an instrument (or set of instruments) that you define, guaranteeing that you won't have mis-spellings.

It will ensure that the database is always receiving accurate data and you're not having to sort through mis-spelled versions of instrument names.

i would agree with that too.

View PostSirkent, on 21 September 2007 - 04:26 AM, said:

<monty python high-pitched female voice>I DON'T LIKE SPAM!</monty python high-pitched female voice>
0

#4 User is offline   hooloovoo33 

  • W.R. Private
  • Group: Members
  • Posts: 8
  • Joined: 15-April 07
  • Location:United States

Posted 13 May 2007 - 03:05 PM

yah, i have checkboxes too, this was going to be an "other" category.
Do you think its to much of a pain to try and to it with a text box?
0

#5 User is offline   Ben Abrams 

  • The buddy system:never fails
  • Group: Administrators
  • Posts: 1,850
  • Joined: 04-April 06
  • Gender:Male

Posted 13 May 2007 - 05:43 PM

View Posthooloovoo33, on May 13 2007, 09:05 PM, said:

yah, i have checkboxes too, this was going to be an "other" category.
Do you think its to much of a pain to try and to it with a text box?

no, we meant use a drop down select. This means you can enter your values and control what is inputted. Leaving a text box for users to fill in means less accurate data, as people could enter violin, vialin, viowlin etc etc.

View PostSirkent, on 21 September 2007 - 04:26 AM, said:

<monty python high-pitched female voice>I DON'T LIKE SPAM!</monty python high-pitched female voice>
0

#6 User is offline   TJSingleton 

  • Allegedly Legendary
  • Group: Members
  • Posts: 517
  • Joined: 31-July 06
  • Location:Winder, GA

Posted 13 May 2007 - 08:50 PM

you mean a fiddle?

:D :D
0

#7 User is offline   hooloovoo33 

  • W.R. Private
  • Group: Members
  • Posts: 8
  • Joined: 15-April 07
  • Location:United States

Posted 15 May 2007 - 08:48 PM

Yah. I see what you mean. I've decided to use check boxes and radio buttons, because drop downs don't really look all that good. But it means a lot of work on my part. Any idea where I can find a good Form Creator? I've googled it, but i havnt really found anything.

http://www.themusici...et/connect1.htm

Theres a link if your looking for a general idea. Keep in mind its really really really rough, but thats the idea, just w/more instruments and no drop down.
Also what is the best way to create an interactive form? Flash? Javascript?

Thanks a lot...

-hooloovoo33
0

#8 User is offline   Telos 

  • Eternal Being
  • Group: Members
  • Posts: 250
  • Joined: 08-May 07
  • Gender:Male
  • Location:Finland

Posted 16 May 2007 - 07:07 AM

Checkboxes/radiobuttons are good if you have a limited number of choices to choose from, but I would imagine that there are a lot of different instruments to choose from so I agree with the others to go with a select box (dropdown).

I don't suggest any form creators since there are no real guarantees about their quality and you may end up searching for an simple error for ages. Even if it may seem a lot of job you should do it by yourself. Use PHP or some other programming language to create the boxes from an array of choices if it seems easier.

For interactivity I would recommend javascript. When everything happens client side it's always better for the end user.
I am a man without a website
0

#9 User is offline   Ben Abrams 

  • The buddy system:never fails
  • Group: Administrators
  • Posts: 1,850
  • Joined: 04-April 06
  • Gender:Male

Posted 16 May 2007 - 07:10 AM

View Posthooloovoo33, on May 16 2007, 02:48 AM, said:

Yah. I see what you mean. I've decided to use check boxes and radio buttons, because drop downs don't really look all that good.
css is your friend. Give it a go anyway, as long forms can bore the user. you want to encourage people to add their details

View Posthooloovoo33, on May 16 2007, 02:48 AM, said:

Also what is the best way to create an interactive form? Flash? Javascript?

what do you mean by interactive? Keeping the form simple and easy to understand should be paramount.

View PostSirkent, on 21 September 2007 - 04:26 AM, said:

<monty python high-pitched female voice>I DON'T LIKE SPAM!</monty python high-pitched female voice>
0

#10 User is offline   hooloovoo33 

  • W.R. Private
  • Group: Members
  • Posts: 8
  • Joined: 15-April 07
  • Location:United States

Posted 16 May 2007 - 09:19 AM

Ok, yah, interactive might have been the wrong word. What I would like to do is: I want to have just one drop-down box displayed normally
but you can click a button to add more. Like on gmail, if you have it, it has something which lets you put on extra attachments past 3 if you need more. That kinda thing. All the new drop-downs would all have the same options, but it allows the user to choose as many instruments as he or she plays.



EDIT: Nevermind, I figured it out. Javascript. Thanks though.

This post has been edited by hooloovoo33: 19 May 2007 - 07:52 AM

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users