We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18270
    • 68 Posts
    Hi Alex,
    FormItBuilder can take a lot of that sort of pain away.
    http://modx.com/extras/package/formitbuilder

    Checkboxes can be a problem. You need to use a hidden element fallback really. FormItBuilder should do all of this for you automatically.

    Example here
    http://modxrevo.datawebnet.com.au/formitbuilder-complex-example
      • 38713
      • 91 Posts
      alexmercenary Reply #12, 12 years ago
      Hey Marcus,

      Literally just got it sorted!

      Had a closing / beforethe >
      ie.
      <input type="checkbox" name="color[]" value="blue" [[!+fi.color:FormItIsChecked=`blue`]] /> Blue

      instead of
      <input type="checkbox" name="color[]" value="blue" [[!+fi.color:FormItIsChecked=`blue`]] > Blue
        Twitter @alexmercenary
        • 38713
        • 91 Posts
        alexmercenary Reply #13, 12 years ago
        That does look cool though! Nice.
          Twitter @alexmercenary
          • 36446
          • 184 Posts
          Quote from: alexmercenary at Apr 26, 2012, 11:01 AM
          Hey Marcus,

          Literally just got it sorted!

          Had a closing / beforethe >
          ie.
          <input name="color[]" value="blue" [[!+fi.color:formitischecked="`blue`]]" type="checkbox"> Blue

          instead of
          <input name="color[]" value="blue" [[!+fi.color:formitischecked="`blue`]]" type="checkbox"> Blue

          Hi i tried this solution but my checkbox values still get lost on validation.... Any ideas how to fix this?
            https://www.beautyislife-shop.de - premium make-up!
            https://www.topsterne.de - sell it here!
            ---------------------------------------------------------
            • 36446
            • 184 Posts
            found it:
            it needs to be

            [[FormIt? ...

            and not
            [[!FormIt? ...


            and check that the cache of the page the form is on is turned OFF! It drove me nearly nuts to find this...

            [ed. note: flanger last edited this post 9 years, 1 month ago.]
              https://www.beautyislife-shop.de - premium make-up!
              https://www.topsterne.de - sell it here!
              ---------------------------------------------------------