mywebsolutions Posted July 2, 2019 Share Posted July 2, 2019 (edited) Hello, but where do I add it _blank? $additionaldomainfields[".it"][] = array("Name" => "Accept Section 3 of .IT registrar <a href=\"https://link.com\">contract</a>", "LangVar" => "ittldsec3", "Type" => "tickbox",); Many Thank Edited July 2, 2019 by mywebsolutions 0 Quote Link to comment Share on other sites More sharing options...
mywebsolutions Posted July 2, 2019 Author Share Posted July 2, 2019 Resolved $additionaldomainfields[".it"][] = array("Name" => "Publicare i dati personali <a href=\"https://mywebsolutions.eu/dati-personali/\"target=”_blank” >Leggi tutto</a>", "LangVar" => "ittlddata", "Type" => "tickbox",); Thank 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 3, 2019 Share Posted July 3, 2019 12 hours ago, mywebsolutions said: Resolved technically, you need two further slashes to ensure that it works correctly - it seemingly works without them, but probbaly best to add them - if only to be consistent with others targeted examples in the core dist.additionalfields.php file!) 🙂 $additionaldomainfields[".it"][] = array("Name" => "Publicare i dati personali <a href=\"https://mywebsolutions.eu/dati-personali/\"target=\"_blank\" >Leggi tutto</a>", "LangVar" => "ittlddata", "Type" => "tickbox",); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.