Announcement

Collapse
No announcement yet.

Character limits in PaaS

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

  • KevinDillon
    replied
    That does answer my question. Thanks!

    Leave a comment:


  • CnP.Support
    replied
    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.

    Leave a comment:


  • KevinDillon
    started a topic Character limits in PaaS

    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
Working...
X