jbrinley / wp-forms

An API for creating and processing forms in WordPress
101 stars 10 forks source link

Add an example folder with sample forms #3

Closed emeraldjava closed 10 years ago

emeraldjava commented 10 years ago

Hey,

I think an examples folder with sample forms might be useful to explain some of the more complicated features of your framework.

I'd be interested to see an example where the form elements are decorated in such a way that the final form would appear as a grid once css or js styling has been applied.

Regards, Paul

jbrinley commented 10 years ago

I think it makes more sense to have a separate website dedicated to examples and recipes (the canonical documentation will still live in this repo, though). To that end: http://wpforms.xplus3.net/. It's a work in progress, and I'll be taking requests.

Addressing your specific question: this isn't really going to be a tutorial on CSS styling, but check out the recipe at http://wpforms.xplus3.net/posts/8/table-layout/ to see how to completely transform the HTML into an actual table.