• Hi,
    This text-field with min/maxlength and placeholder works fine:

    [text* plz minlength:5 maxlength:5 placeholder "12345"]

    but this shortcode (placeholder before min/max) produces a broken text-field

    [text* plz placeholder "12345" minlength:5 maxlength:5 ]

    Is there any reason for order of the attributes or is it an issue?

    • This topic was modified 3 years, 11 months ago by dozentis.
    • This topic was modified 3 years, 11 months ago by dozentis. Reason: editing
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Attribute Order in Text field’ is closed to new replies.