<?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: Excerpts and custom field question</title>
		<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question</link>
		<description>Gravity Support Forums Topic: Excerpts and custom field question</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:13 +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/excerpts-and-costum-field-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Excerpts and custom field question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question#post-41191</link>
			<pubDate>Tue, 15 Nov 2011 17:29:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conditional confirmation isn't currently a feature.  If you wanted to send the user to a different page based on a field selection you would have to implement this as a customization.  You'd have to create a PHP page that handles the redirect for you, then configure your form to redirect to that page and pass the field value via the query string using the query string builder and merge tags that can be done when you use the Redirect confirmation.&#60;/p&#62;
&#60;p&#62;If you want to add the user to your AWeber list then you need to use the AWeber Add-On.&#60;/p&#62;
&#60;p&#62;It's only going to let you add one user to your list from that form submission.  You can't add multiple subscribers to your AWeber list from a single form submission.  &#60;/p&#62;
&#60;p&#62;Conditional logic has nothing to do with the confirmation or thank you message.  Conditional logic is the ability to show or hide form fields based on selections the user makes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nextgenman on "Excerpts and custom field question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question#post-41185</link>
			<pubDate>Tue, 15 Nov 2011 17:07:12 +0000</pubDate>
			<dc:creator>nextgenman</dc:creator>
			<guid isPermaLink="false">41185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh. I have one more question not really related to the above:&#60;/p&#62;
&#60;p&#62;Is this possible with GF:&#60;/p&#62;
&#60;p&#62;I want to be able to create a form with several checkboxes with options. Also Name, Email, and maybe a text field. Then I want the user to be sent to a different message/page depending on the choices made on the checkboxes.&#60;/p&#62;
&#60;p&#62;At the same time I want to grab the users email and add it to my aweber list.&#60;br /&#62;
Also I would need to grab users emails all to the same aweber list, but give them different a different message/page after clicking the &#34;Submit&#34; button on GF. Is this possible??&#60;/p&#62;
&#60;p&#62;Because I beleive this isn't possible when I tried this using only aweber. With Aweber I would need to create a list for every page I wanted to send users to after clicking Submit, which I think is really bad.&#60;/p&#62;
&#60;p&#62;I think my question is related to this &#34;Conditional rules&#34; thing in GF, is there somewhere I can learn how to use this? But please just answer my main question above, hope you understood it :) thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nextgenman on "Excerpts and custom field question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question#post-41184</link>
			<pubDate>Tue, 15 Nov 2011 16:59:30 +0000</pubDate>
			<dc:creator>nextgenman</dc:creator>
			<guid isPermaLink="false">41184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks. great answer. It doesn't solve my problem though, since I guess I would need the post Excerpt field to support the content template functionality. But oh well...&#60;br /&#62;
Thanks anyway.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Excerpts and custom field question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question#post-41162</link>
			<pubDate>Tue, 15 Nov 2011 16:13:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently the Post Excerpt field doesn't support the content template functionality so there is no way to do this with the Post Excerpt field.&#60;/p&#62;
&#60;p&#62;It can be done with the Post Body.  You'd use the content template and the merge tags to control what gets stored as the content of the post that is created.&#60;/p&#62;
&#60;p&#62;When using the default Post Image merge tags you aren't going to be able to change the markup.  If you want complete control over the markup then you have to modify the merge tags to only output the image path and then build your own link and image HTML around that.&#60;/p&#62;
&#60;p&#62;Merge tags have more capabilities than what is available in the default by using the &#34;Insert merge tag&#34; drop down.  For the full rundown, including the post image field, see this documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Merge_Tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Merge_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So basically you would roll your own HTML for both the link and the image itself, and in the image src you'd output the merge tag for that post image field and append :url to the post image merge tag so it just returns the URL to the image.  See the merge tag documentation for more info on this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nextgenman on "Excerpts and custom field question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question#post-41128</link>
			<pubDate>Tue, 15 Nov 2011 12:06:42 +0000</pubDate>
			<dc:creator>nextgenman</dc:creator>
			<guid isPermaLink="false">41128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also: When I use &#34;Insert merge tag&#34; and choose image. How can I add border=&#34;0&#34; to the image link that is automaticcaly created with this tag?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nextgenman on "Excerpts and custom field question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/excerpts-and-costum-field-question#post-41126</link>
			<pubDate>Tue, 15 Nov 2011 10:56:42 +0000</pubDate>
			<dc:creator>nextgenman</dc:creator>
			<guid isPermaLink="false">41126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For the theme I'm using I need to have a link and a picture in the excerpt for it too look right.&#60;/p&#62;
&#60;p&#62;I want a guest poster to be able to upload an image and a website link and then I need that code entered into the excerpts like above. How can I do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
