PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

bug in single line text field when enabling max characters option

  1. Hello, I am using a single line text field in my form and when I enable the "maximum characters" option, the following HTML code is output. Notice the duplicate "0 of 10 max characters" as in:

    <div class="ginput_container">
    <input type="text" tabindex="2" maxlength="10" class="medium"
    value="" id="input_4_6" name="input_6">
    <div class="charleft ginput_counter warningTextareaInfo">0 of 10 max characters</div>
    <div class="charleft ginput_counter warningTextareaInfo">0 of 10 max characters</div>
    </div>

    I have no other options enabled except the max character option.

    Posted 13 years ago on Monday February 27, 2012 | Permalink