There's been some demand for a form generation page -- think contact page.
Here's my brief thoughts on how to execute:
Add another gob file for form.gob, that has some scripting that makes a post call.
Add a default option to 'Pages' in the admin that paints an admin area that allows us to add form fields
Every addition would ask for label, id
At bottom you would enter post URL which would be templated into the AJAX calls
Any thoughts? If this were built into goblin I think it'd make it much easier to build all components of the site pretty quickly and help raise adoption!
There's been some demand for a form generation page -- think contact page.
Here's my brief thoughts on how to execute:
Add another gob file for form.gob, that has some scripting that makes a post call.
Add a default option to 'Pages' in the admin that paints an admin area that allows us to add form fields
Every addition would ask for label, id
At bottom you would enter post URL which would be templated into the AJAX calls
Any thoughts? If this were built into goblin I think it'd make it much easier to build all components of the site pretty quickly and help raise adoption!