We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42161
    • 42 Posts
    I have 2 forms on one page - FormIt and Login.
    Login is present on every page and works fine on pages where there is no FormIt form.
    FormIt form works fine on all pages (probably because it's above the Login form in HTML), but the Login form never gets the chance to be processed (FormIt gets everything).
    I was thinking about placing Login in <iframe> but I fear that when Login redirects user to another page the redirect will only take place in iframe.
      • 21078
      • 77 Posts
      Hi!

      Try calling FormIt with the &submitVar parameter like this:

      [[FormIt? ... &submitVar=`myform`]]
      
      <form ...>
          ...
          <input type="submit" ... name="myform">
      </form>
      
        L.net Web Solutions
        Professional webdesign and development with MODX and WordPress.
        • 42161
        • 42 Posts
        Thank you very much, Chris.

        I think I owe you a beer! ))