We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40747
    • 18 Posts
    How can I quickly "copy" values from form to $_SESSION? I need these values in external .php script :/
      • 4172
      • 5,888 Posts
      you can do it within a formit - hook - snippet

      $values = $hook->getValues();
      $_SESSION['formit_values'] = $values;
      return true;


      and call it with your formit-call
      &hooks=`yourHookSnippet,email`
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!