Monroecheeseman
Monroecheeseman

Reputation: 2021

Serve a form without a web interface

Anyone doing any work using "offline" forms? We have an application that requires inputting data from outside our company. I was thinking about sending a form out via email, allowing the form to be filled out then sent back. Obviously a web application would be the best solution, but management doesn't seem ready to build the infrastructure and security to support that. I've read a little about PDF forms is that a good solution or are there other solutions?

Upvotes: 2

Views: 1415

Answers (2)

Pablo Santa Cruz
Pablo Santa Cruz

Reputation: 181350

Another possibility is to use Microsoft SharePoint. If your company uses Microsoft Office for the people filling the forms you referring to, you could deploy an Office based solution and gather information with Sharepoint Server.

Check this link out.

Upvotes: 0

Vaibhav
Vaibhav

Reputation: 11436

Have you considered InfoPath? These can be created and distributed through email. And then the data can be collated automatically.

Also, consider using Google Spreadsheets with Google Forms. It's free and infrastructure is outsourced.

PDF forms can work as well.

Upvotes: 1

Related Questions