Html – mailto link sharepoint desgner

htmlsharepointsharepoint-designer

In sharepoint designer I have a control

<SharePointWebControls:TextField FieldName="Title" runat="server"></SharePointWebControls:TextField>

I want to have a mailto link
that will use this title as the subject of the email and i need the body of the email to contain some text e.g. "My Example Text"

how do i do this?

thanks

Best Answer

It sounds to me as though, rather than a MailTo link you are looking for a contact form, perhaps something like this example would be useful, at least as something to look at. Also this Sharepoint contact form example could be worth a look.