We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28099
    • 39 Posts
    I have a form saved as a chunk. I use that chunk in the side bar of all sub pages and in the banner of the home page. Same form. Problem is that it appears to do nothing on the home page. Yet the very same form works great on the sub pages.

    Is there a common reason why this may be happening?
      • 3749
      • 24,544 Posts
      Does your home page have a different template? What does the FormIt tag look like?


      ---------------------------------------------------------------------------------------------------------------
      PLEASE, PLEASE specify the version of MODX you are using . . . PLEASE!
      MODx info for everyone: http://bobsguides.com/modx.html
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 28099
        • 39 Posts
        [[!FormIt?
           &hooks=`spam,redirect,email,FormItAutoResponder`
           &emailTpl=`MySideEmailChunk`
           &emailTo=`[email protected]`
           &redirectTo=`36`
           &emailSubject=`WhitePaper Form submission from website`
           &validate=`name:required,
              email:email:required`
           &fiarTpl=`arTPL` 
           &fiarSubject=`Download Requested Whitepaper from Some Company` 
           &fiarFrom=`[email protected]` 
        ]]
        


        No, the template is the same for home and sub pages. Using REVO 2.1.1. Any know issues with that release?
          • 3749
          • 24,544 Posts
          Yes, a number of known issues. Updgrading to 1.0.5 might solve your problem (or not), but there are some important security improvements and more reliable caching in 2.1.5.

          The first thing I would try, though, is manually deleting all files in the core/cache directory.


          ---------------------------------------------------------------------------------------------------------------
          PLEASE, PLEASE specify the version of MODX you are using . . . PLEASE!
          MODX info for everyone: http://bobsguides.com/modx.html
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting
            • 28099
            • 39 Posts
            I've already deleted the cache folder, as that has solved many quirky issues in the past. No luck this time. I'll try upgrading.
              • 28099
              • 39 Posts
              Problem solved. I upgraded to 2.2 and everything works. Thanks BobRay.