I have a collection that contains a list of fitness programs. Each program has a Zoom URL for participants to join. I have a text element that is connected to a dataset, which provides the Zoom URL for the currently selected fitness program.
When I view the live version of my website on desktop, the URL displays correctly:
…but when I view it on a mobile device, the URL is shown as pieces of some HTML element, and is repeated:
I think the link itself may be causing the issue because this occurs on both Android and iPhone. I’ve censored the meeting ID and password in the above link, but the censored part of the URL in these images is formatted like so:
[string of alphanumeric characters] ?pwd= [string of alphanumeric characters]
When I remove the meeting ID and password from the URL, the link displays correctly. It’s only when I begin affixing anything after “…zoom.us/j/” that the link displays incorrectly.
What is the cause, and how can I fix this?