Contact form Options
cms_guy
Posted: Sunday, July 23, 2006 9:16:32 PM
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.
Ronnie
Posted: Sunday, July 23, 2006 9:30:51 PM
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
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.