We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Can someone tell me if I'm missing something obvious here, I have the following snippet and I get no change what so ever the only thing that happens is the redirection. I have installed the mChimpX package and double checked the api key in Mail Chimp, surprised I'm not getting any debug info considering all the debug options are set.

    [[!FormIt? &hooks=`spam,mChimpX,redirect`
      &redirectTo=`29`
      &validate=`firstname:required,lastname:required,email:email:required`
      &mcApiKey=`d08790877a29..................`
      &mcFailOnApiKey=`1`
      &mcDebug=`1`
      &mcFailOnListNotExists=`1`
      &mcFailOnMissingRequired=`1`
      &mcFailOnNotSubscribed=`1`
    ]]


    *Note: removed full apikey for security of course. [ed. note: charless last edited this post 11 years, 6 months ago.]
      Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
      Visit CharlesMx.com for latest news and status updates.
    • Alright, well it helps to have the proper snippet for the hook; the proper hook snippet name is "mChimpXSubscribe".

      [[!FormIt? &hooks=`spam,mChimpXSubscribe,redirect`
        &redirectTo=`29`
        &validate=`firstname:required,lastname:required,email:email:required`
        &mcApiKey=`d08...............................-us5`
        &mcListId=`34fblahblah9`
        &mcFailOnApiKey=`1`
        &mcDebug=`1`
        &mcFailOnListNotExists=`1`
        &mcFailOnMissingRequired=`1`
        &mcFailOnNotSubscribed=`1`
      ]]
        Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
        Visit CharlesMx.com for latest news and status updates.