mailto link sharepoint desgner
- by raklos
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