Listings

This topic contains 1 reply, has 2 voices, and was last updated by  Stiofan O’Connor 7 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #261890

    tkh2015
    Expired Member
    Post count: 147

    Hello,

    Is there a way to force a user to leave a minimum of words in their listing – eg, in the description of the business?

    Thank you.

    #261957

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    for normal custom fields u could add something like this in the validation pattern “.{30,}”
    but the main text area does not have this setting so you could do it via JS

    
    
    if (jQuery('textarea#post_desc').length ) {
    jQuery('textarea#post_desc').attr('minlength', "30");
    }

    Thanks,

    Stiofan

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket