We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14660
    • 11 Posts
    <input type="text" name="child_detail_name[]" id="child_detail_name_1" value="[[+child_detail_name]]" />


    Is there a way to acquire the submitted value from an input array, after failing the validation and returning to the same form?
      • 14660
      • 11 Posts
      bump sad
        • 4172
        • 5,888 Posts
        perhaps with
        value="[[+child_detail_name.0]]"

        value="[[+child_detail_name.1]]"
          -------------------------------

          you can buy me a beer, if you like MIGX

          http://webcmsolutions.de/migx.html

          Thanks!
          • 14660
          • 11 Posts
          Awesome! grin It works. Thanks!

          I don’t know why though that this wasn’t documented, or probably I couldn’t find it.