Registration user name character limit

This topic contains 2 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 12 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
April 24, 2013 at 11:34 pm 2848
Tareq Hasan 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
rfarmer rfarmer

I just resolved this with some jquery.

$(‘li.registeruser input’).attr(‘maxlength’,’14’);

April 29, 2013 at 2:09 pm 2985
Tareq Hasan Tareq Hasan

Aah, seems like I didn’t notice about this topic. Glad you found the solution.

Viewing 2 Posts - 1 through 2 (of 2 total)