Registration user name character limit
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
April 24, 2013 at 11:34 pm 2848 | |
I need to limit the number of characters when signing up to 15. I saw this post here, but didnt see a solution. http://wedevs.com/support/topic/limiting-description-field-to-a-specific-amount-of-characters/#post-1888 The form is located here... http://www.cookiehound.com/register/ | |
April 29, 2013 at 1:24 pm 2983 | |
I just resolved this with some jquery. $(‘li.registeruser input’).attr(‘maxlength’,’14’); | |
April 29, 2013 at 2:09 pm 2985 | |
Aah, seems like I didn’t notice about this topic. Glad you found the solution. |
Viewing 2 Posts - 1 through 2 (of 2 total)