I have the Problem that when i try to insert a link containing a (single) quotation mark in a ci textfield it will stop the link at the position of the quotationmark and so renders it not clickable(see screenshot). I tried to escape it with "\" but that led me nowhere. Is there a way to escape it or make it work?
Heres the definition of the field:
Code: Select all
{
Key => 'coord_google_maps',
Name => 'Link GoogleMaps',
Searchable => 1,
Input => {
Type => 'Text',
Size => 100,
MaxLength => 200,
},