In addition to what Fuji already have posted, I would like to add another option.
In Contour you have full control over the markup for the forms, which means, that you can customize the markup for all of your forms at once, or make custom markup for a specific form.
Adding additional parameters to a fieldtype
Is it possiblet to extend a fieldtype to add addtional parameters to the UI? For example, having the option to add a css class to an individual field.
A more complex example might be to pass configuration options to a datapicker instance (probably would require a completely custom field).
Hi Dan,
Yes you can add new parameters to Contour v3 and new css class as well.
Have a look at this video from Tim http://www.nibble.be/?p=192.
You can also create a custom Text Field if needed here is an interesting post this should help you http://our.umbraco.org/forum/umbraco-pro/contour/38385-Custom-Field-Type-in-V3
//fuji
Hi Dan,
In addition to what Fuji already have posted, I would like to add another option.
In Contour you have full control over the markup for the forms, which means, that you can customize the markup for all of your forms at once, or make custom markup for a specific form.
Have a look at this video from Tim http://umbraco.com/follow-us/blog-archive/2012/11/8/contour-30-features-full-control-over-form-markup.aspx
And the documentation for custom markup in Contour can be found here: http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/
I hope my addition to FujiĀ“s post can help you
/Dennis
is working on a reply...