Lee Savidge Posted July 2, 2024 Posted July 2, 2024 Creating a URL field is useful as it renders the data as a link, but it is limited to 120 characters. URLs these days, especially with querystring parameters, can be way longer than that. Any chance of this being increased? Just doing a basic search in Google for the word "testing" creates a URL around 800 characters long. Lee
Members Sterio, Louis Posted July 3, 2024 Members Posted July 3, 2024 @Manske, Karsten Is this something that can be discussed as a potential roadmap item? @Lee Savidge As a work around you could create a textarea custom field and use a page script to output the value in a link format.
Lee Savidge Posted July 3, 2024 Author Posted July 3, 2024 @Sterio, Louis This was going to be my approach. My javascript skills are pretty rubbish but I will muddle through it. I've done a few page scripts before. Thanks Lee
Recommended Posts