forms icon indicating copy to clipboard operation
forms copied to clipboard

An easy way to create, parse and validate forms in node.js

Results 35 forms issues
Sort by recently updated
recently updated
newest added

Neither example renders HTML for me. These need to be rewritten, and moved to separate repos. See #105 as well.

We should create a separate repo `forms-express-example` that works in both express 2 and 3 to replace the old, broken express example referred to in #93.

Running `testling` in the repo gives this error: ``` bash Error: module "os" not found from "node_modules/formidable/lib/incoming_form.js" ```

Test Automation

I can't figure out how to create a fake request object to pass to form.handle in order to test this functionality, introduced in e0ac2f0c5eb8e17e9503ab9a5f4524b00cefaa7b. The gap was discovered thanks to...

Test Automation

Please add the Github web service hook as described on https://ci.testling.com - the package.json changes are in commit 7976a1902161825876c7752f1d67537e0450a236

Test Automation