Re: Is there a limit on characters in a hidden form field?
I think it depends on the server settings Marketo has - e.g. will the server accept large POST request. In PHP, this is a configurable value, e.g., php_value post_max_size 20M.
I am trying to post back a JSON string through a hidden form field that will be about 5,000 characters.