I want to use a Powermail marker as a href in the RTE at the submit Page.
I.e. <a href="{myMarker}">myText</a>
How can I solve this?
You must enable HTML within RTE. See option misc.htmlForHtmlFields at docs. After that it should be possible to use your code or fluid link viewhelper e.g.
<f:link.typolink parameter="{themarker}">the Text</f:link.typolink>
You must enable HTML within RTE.
See option misc.htmlForHtmlFields at docs. After that it should be possible to use your code or fluid link viewhelper e.g.