Skip to main content
August 11, 2014
Question

Lengthen character limit for a hidden field

  • August 11, 2014
  • 4 replies
  • 1236 views
Hi. I need to exceed the 256 character limit for a hidden field in a form. It looks like I can only change the character limit for text and a couple other types of fields. Is there any way to do this with a hidden field?

Thanks!

Jennefer
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

August 11, 2014
What is the type of the field you are hiding? I had some discussions with supoort on character limits in the past.

According to the engineering team, string field types have a limit of 256 across the board, as do numerical fields (with the exception of phone number which is 10).  The text field type has a limit of 3200. You may want to consider changing the field type to text if you are looking to store more than 256 characters in the field.
August 11, 2014
Thanks. The field is to pass the URL for custom PDF reports (for the sales people to see what the prospect received). It looks like I can't change it to text and keep it a hidden field. 
August 11, 2014
Oh wait, I CAN edit that but not in the form (in admin-->field management). Thanks!
August 11, 2014
No problem! Yep, field management is where you would change the feild type. Just be careful about changing the type if it syncs to SFDC or if you have values in the field already. Quirky things happen when changing the field type. :) Hopefully that takes care of the issue.