Pre-populate continuing survey

C

C

Can infopath do the following?
I'd like to conduct an annual/periodic survey whereby invitees log-in and
their historical data pre-populates the survey (so they don't need to
re-enter it).
Other desired features.
- It needs to be secure to the log-in person
- Questions are conditional such that if the user answers the first 4 in a
certain way, for example, no more questions are asked.

Thanks
 
S

S.Y.M. Wong-A-Ton

How do you envision the invitees logging in? Must they use the InfoPath form
to log in? And do your invitees all have InfoPath installed on their PCs? Or
must they use a browser to fill out the survey?

The strength of InfoPath is to rapidly create forms (rapid application
development). I cannot say that your scenario lends itself well to rapid form
creation. If you're using the InfoPath client, you can create a task pane so
that user can log in. You can then use a web service to retrieve data for the
user from a data store (e.g. SQL Server database) and pre-populate the form,
and use logic to show/hide questions. If your users do not all have the
InfoPath client, you'll have to use either Forms Services in Microsoft Office
SharePoint Server or Forms Server (neither one is free) to allow user to fill
out the survey through a browser.

When taking everything into consideration, it might be easier to build an
ASP.NET application for your survey and use https for secure logging in. But
then of course, it all depends on what tools and skills you've got available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top