Project

General

Profile

Feature #23248

Updated by Frans Saris almost 10 years ago

In flexforms, when you use a link field, the created link in the frontend has its text set automatically by typo3 :  

 if you link to an internal page, you will get a link like : 
 <a href="index.php?id=3">The typo3 page    title</a> 

 if you link to a website, you will get : 
 <a href="http://www.youtube.com">www.youtube.com</a> 

 What happens if you you want to have a link like ? 
 <a href="http://www.youtube.com">View more videos</a> 

 Well you can't ! This is because the Typolink dialog won't allow you to overlay the text of the specified link. I often miss this feature. The only workaround I have found so far is to map a <a> tag with 3 fields : 'href' and 'target' attributes + a text field. But using this flexform setup, you lose the open window feature... 




 




 (issue imported from #M15199)

Back