CodeForBaltimore / civicideahub

Project to create a portal for gathering civic hacking ideas.
MIT License
14 stars 5 forks source link

Create form for new idea #27

Open jwesleye opened 7 years ago

jwesleye commented 7 years ago

Initial Form needs to have at a minimum:

This should include validation (all 3 fields being required and likely some minimum length).

This data should be posted to "submitNewEntry" in NewEntry.action.js as an object like:

{
userid:"",
title:"",
problemDescription:"",
solutionIdea:""
}