Custom URL input field length limit
I have searched the forums and haven't had any luck, so figured I'd start a discussion about this.
I am having a weird issue with the Page URL fields truncating my custom URLs for unsubscribe and confirmations. Our URLs are over 100 chars, so whatever limit is on those input fields is breaking them so they no longer carry the proper information to our pages (and no, using a URL shortener doesn't work for carrying variables). Is there a way to change the char limit on those URL input fields?
Thanks in advance!
This discussion has been closed.
Comments
Hi,
You can change the
VARCHAR
limit directly in your MySQL database, see screenshot below:Thanks.
Best regards,
Ben
Thank you, Ben!