Announcement

Collapse
No announcement yet.

Character limits in PaaS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Character limits in PaaS

    Hi,

    How do you add character limits to fields in the HTML form? I want to add these in so we don't run into interference with character limits in Salesforce.

    Thanks,

    Kevin

  • #2
    Kevin,

    Are you referring to the HTML syntax for a field?

    <input name="textfield" type="text" id="textfield" size="50" maxlength="45">

    the above sets a limit of 45 characters so the end user can't type more than 45 characters. In the above the field size, on a purely cosmetic basis, is 50.

    Hope that answers your question. If not please let us know.
    Regards,
    Click & Pledge Support Department

    Join us @ the educational webinars: https://clickandpledge.com/webinars/
    Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

    Comment


    • #3
      That does answer my question. Thanks!

      Comment

      Working...
      X