Title: maxlength=&#8221;?&#8221;
Last modified: February 28, 2023

---

# maxlength=”?”

 *  Resolved [hjartstrom](https://wordpress.org/support/users/hjartstrom/)
 * (@hjartstrom)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/maxlength-3/)
 * Hi, Where do I change that the text length is requested for the user in the form(
   textarea id=”oum_location_text” name=”oum_location_text”) it is possible?
   /Jimmie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmaxlength-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [100plugins](https://wordpress.org/support/users/100plugins/)
 * (@100plugins)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/maxlength-3/#post-16514008)
 * Hey [@hjartstrom](https://wordpress.org/support/users/hjartstrom/),
 * That’s only possible for custom fields and not for the default description.
 * Sometimes it happens that the content is so long that the location bubble gets
   too big. With the next update the location bubbles will get scrollbars to prevent
   this.
 * Meanwhile you could use some css to get the scrollbars:
 *     ```wp-block-code
       .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
         max-height: 400px;
         overflow-y: scroll;
       }
       ```
   
 * Best regards, 
   Daniel
    -  This reply was modified 3 years, 3 months ago by [100plugins](https://wordpress.org/support/users/100plugins/).
 *  Thread Starter [hjartstrom](https://wordpress.org/support/users/hjartstrom/)
 * (@hjartstrom)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/maxlength-3/#post-16514070)
 * Thanks for quick reply!

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

The topic ‘maxlength=”?”’ is closed to new replies.

 * ![](https://ps.w.org/open-user-map/assets/icon-256x256.png?rev=2779645)
 * [Open User Map](https://wordpress.org/plugins/open-user-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/open-user-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/open-user-map/)
 * [Active Topics](https://wordpress.org/support/plugin/open-user-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/open-user-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/open-user-map/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [hjartstrom](https://wordpress.org/support/users/hjartstrom/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/maxlength-3/#post-16514070)
 * Status: resolved