Hi Everyone
What is the best way to collect data from your web site users?
The scenario;
User visits a site offering a service tuned to the users needs, in this case business advice, banking, accounting, investment etc. To offer that advice the user must provide information on the business activity etc. Normally this would be done by some kind of form.
Is it better (user experience, security, development cost complexity-wise to have the form in:
- A downloadable pdf format that can be completed offline and when completed the user clicks a submit button which sends the data to the collecting web site?
- A form hosted on the web site with both browser side and server side validation via javascript ?
- A form that is emailed to the user which they then complet and email back?
- None of the above - why not try this - add your personal preference here?
I am wondering what best practices exist, industry standards expressed or implied or what web site developers have found to be the pro’s and con’s of the above approaches.
Appreciate the help, thanks.