We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30912
    • 463 Posts
    Hey all,

    I'm trying to CC the sender of a form so that they receive a copy of their mail - I can get the CC to work if i specify an email but i'm clearly missing something when submitting to the sender of the form.

    My form it call is as follows:

    [[!FormIt?  &hooks=`spam,email,redirect`
             &redirectTo=`127`
     &emailSubject=`Brochure request` 
    &emailTpl=`Brochure`
     &emailTo=`[email protected]` 
    &validate=`bname:bname:required,
    bcompany:bcompany:required, 
    email:bemail:required 
    &submitVar=`Brochure`
    &emailCC=`bemail`]]
     


    ive added bemail - which is my email field name to the cc, i also tried it with [[+ and no avail.

    I read in the RTFM that 'Any of the email hook properties can have placeholders of field names from your form in them that will be evaluated.' but i wonder if im missing something in the format.

    Thanks in advance