Closed (cannot reproduce)
Project:
Field Group
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2013 at 00:25 UTC
Updated:
29 Aug 2013 at 20:23 UTC
When I try to use a link to an external site, it points to /node/add/www.url.com
How do I get it to link to an external site?
Comments
Comment #1
nils.destoop commentedWhen i add following description to my fieldset:
google
Then the link is correctly shown an links to google.
Comment #2
mortona2k commentedI had
<a href="google.com">Google</a>which was causing the problem.I changed it to
<a href="http://google.com>Google</a>which fixed it. Noob mistake..