I'm doing a website for a customer who needed a custom contact form, so I started making a package/usercontrol which has some features needed for this.
Currently it has a configurationfile which defines the fields in the form, and is able to write them into a HTML definition list. I chose the definition list because of semantics, and the easy way to style it with CSS.
Now, it still needs some way to submit these fields, and some documentation. It is on Codeplex here.
I'm looking for help to make this an good extension for Umbraco, so comments, ideas and maybe someone who would like to help developing it.
just wanted to highlight the Umbraco Pro Contour package, did you have a look at that? As with most things Umbraco you can modify most of the way it works, there is a nice contribution package out there as well.
Contact Form control
Hi all
I'm doing a website for a customer who needed a custom contact form, so I started making a package/usercontrol which has some features needed for this.
Currently it has a configurationfile which defines the fields in the form, and is able to write them into a HTML definition list. I chose the definition list because of semantics, and the easy way to style it with CSS.
Now, it still needs some way to submit these fields, and some documentation. It is on Codeplex here.
I'm looking for help to make this an good extension for Umbraco, so comments, ideas and maybe someone who would like to help developing it.
Hi Kristian,
just wanted to highlight the Umbraco Pro Contour package, did you have a look at that? As with most things Umbraco you can modify most of the way it works, there is a nice contribution package out there as well.
Cheers,
Sascha
is working on a reply...