We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28597
    • 17 Posts
    The code i am using is as follows:

    [[!FormIt?
    &hooks=`spam,email,redirect`
    &emailTo=`[email protected]`
    &emailSubject=`Contact (URL HERE)`
    &validate=`name:required,
    email:email:required,tel:required,
    message:required`
    &emailFromName=`[[+name]]`
    &emailTpl=`ContactTpl`
    &redirectTo=`24`
    ]]

    I push send and it appears to do nothing at all

    Regards
      • 25308
      • 46 Posts
      Everything you posted looks mostly in order,.. Although I’ve never seen a &emailSubject=`Contact (URL HERE)` Are you using the same email account to receive email from multiple websites? Also I’ve never used the &emailFromName=`[[+name]]`

      I think you could get the same results from a
      &emailSubject=`Contact[[++site_name]] From:[[+name]]`


      I would also add a ":stripTags" to the "message:required" line in the &validate string.
      message:required:stripTags

      As I understand it sometimes the test tags can interfere with validation.

      Can I ask what page is "24", if its published and what your "ContactTpl" looks like?

        • 18463
        • 121 Posts
        Martijn van Turnhout Reply #3, 12 years, 9 months ago
        Try updating to 2.1.3 first. Seems to solve a bug with cached placeholders.