Rank: Newbie
Joined: 7/23/2006 Posts: 4
|
How do I implement a asp.net contact form with umbraco? I would like to have 4 text fields on the form ( firstName, lastName, email, suggestions ) for user's to submit site suggestions.
|
Rank: Devotee
Joined: 7/19/2006 Posts: 31
|
you could creae a documenttype "contact" with 3 text property fields and one multiple: firstName, lastName, email, suggestions(multple texfield)
Then you make an usercontrol that can create documents of type "contact" an set the properties of the textfield values.
.NET/Umbraco developer @ ebita ApS
|