Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
well i can either roll my won or you can add support for more field types (i.e. almost all of them), data validation and provide a little button to click beside each field with common validation requiements (i.e. alnum) and possibly a field for custom validation (gotta make sure that can be done securely...haven't given it much thought yet) and also having two fields required per entry, input field name and display name, where display name is First Name in the example below..
First Name:(input box here)
plus a few other thigns...all that being said..don't you love run on sentences?
Some very interesting ideas there - especially about the validation. What I will proberbly do is stick with the current model and add an advanced builder. I tend to use the simple generator a lot I don't want it to produce too much code at this point. An advanced model could be for my visitors...good idea Charles256!