I have a signup link that is emailed to a user with parameters that can save them input. The issue is that one of the parameters is phone number that generally has spaces and the resultant url link is broken see screen shots.
Hey @eric.schwantler. URL strings cannot contain spaces, so it is best to URL encode values which prepares data for use in a url. For text values, you can use the :format as modifier and choose URL Encoded.
As well, if you decide not to use spaces (encoded in the URL) but want the phone number to have formatting resembling a phone number, you can use the :formatted as US phone to display it in a phone number friendly format.
Agreed, I think it’d be a nice low-hanging feature improvement for the @bubble team to extend the built-in formatting function to other formats aside from US.