-3

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.

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
omg
  • 136,412
  • 142
  • 288
  • 348

5 Answers5

1

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".

Tim Booker
  • 2,801
  • 1
  • 25
  • 36
0

Hm, I feel like you mean somthing like google analytcs, but it's very unclear as others have stated before.

Blachshma
  • 17,097
  • 4
  • 58
  • 72
Mene
  • 3,739
  • 21
  • 40
0

Create a survey using PollDaddy or SurveyMonkey to ask for this information and link to it.

Gelatin
  • 2,393
  • 1
  • 24
  • 29
0

Check out http://wufoo.com/

Like the survey packages mentioned, this is a hosted service. But Wufoo prvoides generic HTML forms and other predefined web data collection templates. It lets you create your form or select one of their predesigned forms, it gives you javascript or HTML snippet to embed the form in your web page, and it gives you online tools to review and report on the submitted data.

On a programming site like this, most folks would just write their own web app to do this, but Wufoo and other sites offer comparable solutions for non-programmers.

Michael Levy
  • 13,097
  • 15
  • 66
  • 100
-1

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.

gbn
  • 422,506
  • 82
  • 585
  • 676