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 have a simple form which a user should fill out and submit. The submitted data should be stored in some database. The form should have a possibility to retrieve data from database and some basic JavaScript support.

Is there a free online service which allows me to do this?

I know of Google Forms but they don't support scripting.

share|improve this question

migrated from superuser.com Dec 7 '10 at 15:38

4 Answers

You should see if Google Apps Script meets your requirement.

Check out this article, Tutorial: Expense Report Approval, on using scripts with Forms and Spreadsheets.

share|improve this answer
seems very promising. I will take a look. thx. – Bakhtiyor Dec 8 '10 at 12:55
it is very well, but users in order to access my form should have google account, right? – Bakhtiyor Dec 8 '10 at 14:46

See if you can use Ragic. It works like Google Spreadsheet / Google Form, and it supports scripting. It also have an HTTP API to retrieve your data in JSON format.

There's a free community version that you can use to try it out.

share|improve this answer

Have you checked Zoho Creator? Zoho Creator provides a form builder interface and an API for managing the data.

share|improve this answer
it is not free. it has free plan but it is very restricted. doesn't serve me. thx anyway – Bakhtiyor Dec 8 '10 at 11:01

Take a look at Wufoo.

Our HTML form builder helps you create contact forms, online surveys, and invitations so you can collect the data, registrations and online payments you need without writing a single line of code.

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.