We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31354
    • 24 Posts
    Quote from: bennyb at Jan 26, 2015, 11:10 PM
    Quote from: VDISP at Jan 26, 2015, 08:21 AM

    Try adding the subVar to a hidden input type instead. so
    <input name="sbnContact" value="1" type="hidden">
    

    This option did work. Thanks for the info!
      • 31354
      • 24 Posts
      Quote from: whitebyte at Jan 27, 2015, 11:28 AM

      VDISP, does it work with
      <input type="submit">
      , not button?

      If so, this is probably a FormIt bug.

      Yes it worked fine with the
      <input type="submit">
      , but it took me a while to figure out where the problem was because as soon as I added the `&submitVa` to the forms they quit working all together and I had to back out of all the things that I added and then eventually figured out it was the `<button>` tag.
        • 31354
        • 24 Posts
        Quote from: bennyb at Jan 27, 2015, 02:39 PM
        You may need to add a value to the button.
        <button name="sbnContact" value="1">Submit</button>
        

        Hey bennyb, this worked also! may be easier than adding in the hidden form variable. Thanks again!!!