I’m using a formula to create a URL that automatically prefills a form field in an airtable form. It uses the title field in the URL and the replace function to replace spaces with %20
But it also seems to be removing any periods that are found in the title. So even though it’s using a formula to create the URL, some of the URLs work and some don’t because it’s removing the periods.
Any idea how to stop this?