views:

64

answers:

3

we have about 200 employees

i need to help HR to automate stuff

one of the things that they need is to gather information from employees before they interview and after they become an official employee

GOOGLE FORMS is one way to do it

but can anyone recommend a very simple out of the box way to push forms to different employees inside the company and externally?

has anyone done this with out looks?

we want to get away from physical paper forms to electrnoic

+1  A: 

http://www.jotform.com/pricing

Jotform is one of the similar services i like. Using a web-based solution is cost-effective and you can use them right away you start a membership.

Deniz Acay
+1  A: 

http://wufoo.com is another one of those form building services you could consider. Though depending on the data you are collecting you might want to really consider if a public form hosted by someone else is acceptable for the data.

spinon
+1  A: 

Since you've tagged .NET and Forms. Why not make a simple "one page" web form with all the required fields. Have it punch the information into a database (SQLCE, SQL Server, MS Access< Etc).

Host it on a local server running IIS. pass the URL out to the employees, and have them punch in their own data.

From there you can simply hand the raw data over to HR in a spreadsheet, or if you're feeling ambitious, write a small reporting app for data mining.

rockinthesixstring