Hi,
I have set-up an JEvents calendar for a club web-site and it mostly works fine - great tool!
As part of the event details view, I use the contact field to enter/display a URL to an external event page. This works for most URLs fine, but I have some problems with URLs containing special characters, such as the following:
https://omanager.orientierungslauf.de/service/f?p=105:7:::NO::P7_ID:9423
When looking at the event detail page, the link gets broken after the '105' parameter, i.e. before the first colon after the question mark (see screenshot). Interestingly enough, the colon after the https protocol identified does not cause any problems.
I tried modifying the layout by encapsulating the URL in a hyperlink by including the following HTML code in the custom layout:
<a href="/{{Kontakt:CONTACT}}">Link</a>
However, this also results in a crippled output and broken link to the external URL (see screenshot)
However, if you enter the above HTML code directly in the contact field, it works fine. I find this a bit cumbersome though, especially as I would like to generate the link label ( "link" ) dynamically from the contacts label or extra info field.
Any idea, why this happens or how to work around it?
Thanks,
Mathias