buildHtml title One Textarea Demo gazetteCss css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} printTitle viewSourceLink mediumColumns 1 # A revolution in web forms https://breckyunits.com/oneTextarea.html revolution in web forms - All forms can have a "one textarea" version. - The same language used to define the form is used to fill the form. link index.scroll define the form - All forms become a single plain text strongly typed document. - You can use this today in Scroll. Scroll is open source, public domain software. https://scroll.pub/ Scroll https://github.com/breck7/scroll open source scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form # Classic form demo mediumColumn classicForm breck7+classicForm@gmail.com YCombinator Application Form nameParser extends abstractIdParser description What is the name of your startup? example name Pied Piper foundersParser extends abstractTextareaMeasureParser description List the names of all founders. example founders Richard Hendricks, Erlich Bachman, Dinesh, Gilfoyle, Jared emailParser extends abstractEmailMeasureParser description What is your email address? example email richard@piedpiper.com homepageParser extends abstractUrlMeasureParser description What is your startup's website? example homepage http://piedpiper.com problemParser extends abstractTextareaMeasureParser description What problem are you solving? example problem Inefficient file compression on the internet. solutionParser extends abstractTextareaMeasureParser description What is your solution? example solution Alogo with high Weissman score. marketSizeParser extends abstractTextareaMeasureParser description What is the market size for your startup? example marketSize The global file compression market is $10B. tractionParser extends abstractTextareaMeasureParser description What traction have you achieved so far? example traction We have won TechCrunch Disrupt. equityParser extends abstractStringMeasureParser description How much equity have you given up so far? example equity 5% to 1 angel investor.