• Resolved rtaylor3

    (@rtaylor3)


    Hi, We’ve recently deployed TI Wishlists on our website, and during our testing we noticed that there isn’t any character limit to the wishlist name field. We were able to paste in the entire Shrek movie script and the site allowed it without issue. This is a bit of a concern from our end and we’re hoping there’s a way to introduce a character limit?

    Thanks
    -Ryan

Viewing 1 replies (of 1 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @rtaylor3

    Our plugin following WordPress core standards and while the post title is saved as TEXT type field (65,535 characters) in the database we will use the same pattern for the wishlist title.

    You can easily set a character limit for this field by overriding the ti-wishlist-create.php template under your current theme and add maxlength attribute with desired value to the appropriate field.

Viewing 1 replies (of 1 total)
  • The topic ‘Max Character Limit for Wishlist names’ is closed to new replies.