This one time, at band camp, Alexandru Stanoi <[email protected]> wrote: > How about CSS for the form? Also it should support different "renderers" > (HTML, templates, maybe smartphone forms?).
These are all up for grabs, I expect there will be several possiblities in choice of renderers. > > How is state being kept? If the user enters a wrong email address it > needs to appear in the textbox as it was when displaying the page again. Traditionally state is maintained by sessions or cookies. I am open to any further suggestions here. Also how would multi-page forms (wizards) be implemented? Once again, this would be a matter of maintaining state across several pages. > Is it a good idea to depend on another component? (UserInput in this case). I was thinking on this, and the options seem to be to 'repurpose' UserInput or to re-invent it again in ezcForm Tnanks for the quick feedback, I know I have a long road ahead and much to learn. Kind regards Kevin -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
