﻿<formbuilder>

    <!-- EMAIL OPTIONS  -->

    <settings email="true" redirect="true">
        <userEmail senderName="Customer enquiry form" from="webmanager@macmillan.org.uk" subject="Thank you for contacting the Macmillan Fundraising Support Centre">
            <![CDATA[
<font color="#555555" size="3" face="Arial, Helvetica, sans-serif"><p><strong>Dear $CFirstName</strong></p>

<p>Thank you for contacting the Macmillan Fundraising Support Centre. Your support is very important to us. We have received your enquiry and we will get back to you within the next two working days.</p>

<p><strong>Your enquiry:</strong><br />
$Enquiry</p>

<p><strong>Your details:</strong><br />
Name: $CTitle $CFirstName $CLastName<br />
Email address: $CEmail<br />
Phone number: $Phone</p>

<p>To find out more about fundraising with Macmillan, head to our <a href="http://www.macmillan.org.uk/Fundraising/Fundraising.aspx"><font color="#a5cf4d"><strong>Fundraising</strong></font></a> page.<p>

<p>For information on Macmillan’s services, please visit our <a href="http://www.macmillan.org.uk/HowWeCanHelp/HowWeCanHelp.aspx"><font color="#a5cf4d"><strong>How We Can Help</strong></font></a> page.</p>
  
<p>With best wishes<br />
<strong>Fundraising Support Centre<br />
0300 1000 200</strong></p></font>

<font color="#555555" size="2" face="Arial, Helvetica, sans-serif"><p>Cancer is the toughest fight most of us will ever face. But there is a team of people who are here to support you every step of the way. Whatever’s on your mind, we’re here. Call the Macmillan team free on <strong>0808 808 0000</strong> (Monday to Friday, 9am-8pm) or visit <a href="http://www.macmillan.org.uk"><font color="#a5cf4d"><strong>www.macmillan.org.uk</strong></font></a>.</p>

<p>Macmillan Cancer Support, registered charity in England and Wales (261017), Scotland (SC039907) and the Isle of Man (604). A company limited by guarantee, registered in England and Wales company number 2400969. Isle of Man company number 4694F. Registered office: 89 Albert Embankment, London SE1 7UQ.</p></font>
            ]]>
        </userEmail>
        <adminEmail to="fundraising@macmillan.org.uk" subject="A customer has submitted an enquiry">
            <![CDATA[
           <h1>Customer enquiry</h1>
           <h2>Enquiry</h2>
            <p>$Enquiry</p>
            <h2>Customer details</h2>
            <p>Title: $CTitle<br />
            First name: $CFirstName<br />
            Last name: $CLastName<br />
            Email address: $CEmail<br />
            Phone number: $Phone<br />
            Best time to call: $Time<br />
            Address 1: $Address1<br />
            Address 2: $Address2<br />
            Town/City: $TownCity<br />
            County: $County<br />
            Postcode: $Postcode</p>
            ]]>
        </adminEmail>

        <!-- If redirect option set to true, change the URL below to redirect location -->

        <redirect url="/Aboutus/ContactUs/FSCThankYou.aspx" />

    </settings>

    <form>

        <group title="Enquiry">

   		<question type="textarea" name="Enquiry" label="Please let us know how we can help you" required="No" />

   	</group>


       <group title="Your details">

             <question type="intro"><![CDATA[<p class="intro">In order to assist us in answering your query, please provide as many details as possible. Fields marked * must be completed.</p>]]></question>
         
             <question type="contact"  />
            
             <question type="email" />

             <question type="text" name="Phone" label="Phone" required="no"/>

             <question type="text" name="Time" label="What is the best time to call you?" required="no"/>

        </group>


        <group title="Your address">

             <question type="text" name="Address1" label="Address 1" required="no"/>

             <question type="text" name="Address2" label="Address 2" required="no"/>

             <question type="text" name="TownCity" label="Town/City" required="no"/>

             <question type="text" name="County" label="County" required="no"/>

            <question type="text" name="Postcode" label="Postcode" required="no"/>
  
        </group>    

          
	 <group title="Data protection">

             <question type="intro"><![CDATA[<p class="intro">By submitting this form you agree to us recording your details on our database, so we can provide you with the best possible support every time you contact us.</p>

             <p class="intro">We will also contact you from time to time by phone, email, text or post to keep you up to date with how we can support you and how you can get involved with our team. Your details will be kept securely and only shared with the suppliers or partners who work on our behalf or with us to deliver and improve services for people affected by cancer.  We never sell or swap your details with any third parties.</p>

             <p class="intro">If you would prefer us not to use your details in this way please write to Macmillan Cancer Support, 89 Albert Embankment, London, SE1 7UQ, email or telephone us on <a href="mailto:contact@macmillan.org.uk">contact@macmillan.org.uk</a>, tel 0300 1000 200.</p>]]></question>
        
</group> 


        <!--STANDARD FORM FIELDSETS-->

    </form>
</formbuilder>