<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Hyperlinked links</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links</link>
		<description>Gravity Support Forums Topic: Hyperlinked links</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 22:03:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/hyperlinked-links" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Hyperlinked links"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links#post-14439</link>
			<pubDate>Tue, 14 Dec 2010 20:22:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well if your custom field is already showing up in your post then you must have configured it to go there somehow.&#60;/p&#62;
&#60;p&#62;The Content Template is an option on the Post Body field on your form.  You would edit your form, edit the Post Body field that is on your form and then configure the Content Template.&#60;/p&#62;
&#60;p&#62;If the Content Template on the Post Body field isn't already checked and being used, then you most have implemented it in your theme itself.  &#60;/p&#62;
&#60;p&#62;How did you get it working to begin with?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toppolino on "Hyperlinked links"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links#post-14437</link>
			<pubDate>Tue, 14 Dec 2010 20:04:07 +0000</pubDate>
			<dc:creator>Toppolino</dc:creator>
			<guid isPermaLink="false">14437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ouch I appreciate the help but this is way above my head I'm afraid... :)&#60;/p&#62;
&#60;p&#62;I have no idea where to find this Content Template, also how to edit the field variable sounds quite mysterious...  I am trying to search the forum via google to shed some light on my ignorance, little luck so far.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Hyperlinked links"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links#post-14433</link>
			<pubDate>Tue, 14 Dec 2010 19:53:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are using the Content Template then you would edit the Content Template and wrap the field variable that outputs the value in a link like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;{the field variable}&#38;quot;&#38;gt;{the field variable}&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It won't look exactly like that, the variable will be different as it is dynamic.  But you'd use the same variable for the HREF and the link text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toppolino on "Hyperlinked links"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links#post-14430</link>
			<pubDate>Tue, 14 Dec 2010 19:31:12 +0000</pubDate>
			<dc:creator>Toppolino</dc:creator>
			<guid isPermaLink="false">14430@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did not touch the theme code so I believe I output via the Content Template functionality... in this case how do I wrap the field variable in a link ...??&#60;/p&#62;
&#60;p&#62;I mean I would like the visitors to enter the links in the posts and these get automatically published (with clickable links), no intervention no editing from the admin.&#60;/p&#62;
&#60;p&#62;Thank you so much Carl for the prompt help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Hyperlinked links"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links#post-14429</link>
			<pubDate>Tue, 14 Dec 2010 19:21:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Only the value is stored as the custom field. Not HTML.  The reason why the Website field is hyperlinked in the admin is because the admin turns it into a hyperlink, the data is stored as just a URL.&#60;/p&#62;
&#60;p&#62;How are you outputting the custom field value in your post? Via the Content Template functionality or via your theme template?&#60;/p&#62;
&#60;p&#62;If you are using the Content Template then you need to wrap the field variable in a link and output the field variable again as part of the HREF.&#60;/p&#62;
&#60;p&#62;If you have custom code in your theme to display the custom field then you need to edit your theme and wrap the custom field output in a link and output the custom field twice.. as the HREF and then the link text itself.&#60;/p&#62;
&#60;p&#62;All that is stored is the website address so you have to turn it into a hyperlink if thats how you want it displayed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toppolino on "Hyperlinked links"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hyperlinked-links#post-14427</link>
			<pubDate>Tue, 14 Dec 2010 18:51:45 +0000</pubDate>
			<dc:creator>Toppolino</dc:creator>
			<guid isPermaLink="false">14427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am testing G Forms, I have a simple Post Field forms where I show up the default fields plus a Custom Field which I want to display the user's website. In the Field Properties&#38;gt;Field Type I chose Website. &#60;/p&#62;
&#60;p&#62;The form shows up OK and the user can enter the website URL in the field (which also when displayed starts with http://, which is nice).&#60;/p&#62;
&#60;p&#62;Problem is when the post is displayed the &#60;a href=&#34;http://www.whatever.com&#34; rel=&#34;nofollow&#34;&#62;http://www.whatever.com&#60;/a&#62; site is not hyperlinked, you can't click on it.&#60;/p&#62;
&#60;p&#62;I need to be sure that the links entered are clickable, how can I do that please??
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
