Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I've got a spreadsheet where each row of the first column is a question, and the next 4 columns are the optional 4 answers to that question.

I want to turn these questions into an online form (like as the one offered by google docs)

Is there a web service that can offer something like this?

share|improve this question

2 Answers

Wufoo generates beautiful forms. They have a good API and even a CSV2Wufoo generator.

share|improve this answer

If you are familiar with PHP, something like CSV parse would be quite easy to implement and generate a form.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.