Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Field Label: Any way to specify maximum characters?

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Field Label: Any way to specify maximum characters?

  • This topic has 2 replies, 2 voices, and was last updated 13 years, 9 months ago by barryed.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 14, 2011 at 3:06 am #5027
    barryed
    Member

    I need to specify a maximum amount of characters(16) in the “Collect Customer Input” box.

    December 14, 2011 at 6:19 am #39605
    admin
    Keymaster

    eStore doesn’t have an option for limiting characters there. You could customize the code to add a “maxlenght” property to that text input field. To do this open the “eStore_button_display_helper.php” file and search for the following line of code:

    <input type="text" name="custom_input" value="" class="eStore_text_input" />

    Once you find it change it to the following:

    <input type="text" name="custom_input" value="" class="eStore_text_input" maxlength="16" />

    There will be two occurrences of the above so change them both.

    You could also do something similar using JavaScript but that requires more code changes.

    December 20, 2011 at 8:33 pm #39606
    barryed
    Member

    Thanks.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ