vote up -3 vote down star

The basic requirement is in look and feel.

It should look professional,have an good user interface.

I don't know if someone has already developed such a tool especially for doing this kind of job.

flag

40% accept rate
2  
I think what you are looking for is an HTML form? – Jon Winstanley Aug 22 at 7:41
"this kind of job" being? Your question, I feel, is not quite as clear as you might want it to be. – Williham Totland Aug 22 at 7:41
Do you mean a create-your-own questionnaire site? Please rephrease the question. – Dommy Zee Aug 22 at 7:44
1  
What information? When do you want to collect it? Where do you want to store it? – apathetic Aug 22 at 7:46
@Dommy Zee,a form to collect user information,which has professional UI. – Shore Aug 22 at 7:49

2 Answers

vote up 0 vote down

Ok, what data do you want to collect?

Let's take an easy one: Name...

  • Christian Name, Surname
  • Hang on, that's first name, surname because you don't want to offend non-christians
  • Then family name and generational name
  • And what about, say, Korean names so you don't upset Mr Kim, given name Jong-Il?
  • Patronymics, nicknames, known as names
  • Someone where the family tradition is to use middle name (like me)

Others:

  • Insist on SSN? I'm British, don't have one
  • Why must I trawl past 50 states in a dropdown in county/state?
  • I live in Switzerland, we don't have counties
  • UK? Britain? Great Britain?

The question can't be answered.

link|flag
vote up 1 vote down

You can create a form using HTML. You can give it a professional-looking UI using CSS. You will also need somewhere to store the data, e.g. a database, and some server-side code to query the database, e.g. PHP or ASP.NET.

This question is WAY to broad to be succintly answered. Almost every question on StackOverflow is to do with "collecting information".

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.