<?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 Tag: link - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/link</link>
		<description>Gravity Support Forums Tag: link - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:43:20 +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/tags/link/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>prokopis on "404 in Confirmation page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/404-in-confirmation-page#post-345667</link>
			<pubDate>Wed, 26 Jun 2013 07:46:15 +0000</pubDate>
			<dc:creator>prokopis</dc:creator>
			<guid isPermaLink="false">345667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Greetings&#60;/p&#62;
&#60;p&#62;I have started using the Gravity form and i have made my first form and I have some problems.&#60;/p&#62;
&#60;p&#62;First problem is this:&#60;br /&#62;
In the Confirmation page, in all three possible option ( Text, Page, Redirect), i am getting a strange link with an 404 error!&#60;br /&#62;
the link of the page i take is this: &#60;a href=&#34;http://www.mysite.com/:/&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/:/&#60;/a&#62;&#60;br /&#62;
in all possible option, same result! 404 with this strange, wrong link!&#60;/p&#62;
&#60;p&#62;the other problem i have is because the notification email are sending automaticly.&#60;br /&#62;
i have to notifications email. i want the one to sent automaticly but the other, when i want.&#60;/p&#62;
&#60;p&#62;how to do this?&#60;br /&#62;
any help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>monoxgas on "File Upload Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-link#post-180027</link>
			<pubDate>Thu, 21 Mar 2013 19:45:34 +0000</pubDate>
			<dc:creator>monoxgas</dc:creator>
			<guid isPermaLink="false">180027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to use the attachments feature in the 1.7 beta, but I can't seem to get the notifications to send with the attachments, they just come through as normal E-Mails.. Here is the code from my functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_notification&#38;#39;, &#38;#39;change_admin_notification_attachments&#38;#39;, 10, 3);
function change_admin_notification_attachments( $notification, $form, $entry ) {
    if($notification[&#38;quot;name&#38;quot;] == &#38;quot;Admin Notification&#38;quot;){

        $fileupload_fields = GFCommon::get_fields_by_type($form, array(&#38;quot;fileupload&#38;quot;));

        if(!is_array($fileupload_fields))
            return $attachments;

        $attachments = array();
        $upload_root = RGFormsModel::get_upload_root();
        foreach($fileupload_fields as $field){
            $url = $lead[$field[&#38;quot;id&#38;quot;]];
            $attachment = preg_replace(&#38;#39;&#124;^(.*?)/gravity_forms/&#124;&#38;#39;, $upload_root, $url);
            if($attachment){
                $attachments[] = $attachment;
            }
        }
        $notification[&#38;quot;attachments&#38;quot;] = $attachments;
    }
    return $notification;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any help with this would be much appreciated, I would prefer the attachments instead of a link. Note, I use the WP-Mail-SMTP plugin.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Involve on "Multiple forms that link from a &#039;progress&#039; page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-that-link-from-a-progress-page#post-146253</link>
			<pubDate>Tue, 12 Feb 2013 12:04:22 +0000</pubDate>
			<dc:creator>Involve</dc:creator>
			<guid isPermaLink="false">146253@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I have just purchased developer license and I am looking to fulfill the following brief and wondered if you could suggest the best possible way to go about it:&#60;/p&#62;
&#60;p&#62;My Client wants a site (to be available on ipads at an expo). A user goes up to the ipad, registers their details, logs in and are then taken to a page that contains 5 mini-surveys. They dont have to to fill in all of the surveys (but would be nice if they did) and at the end of each mini survey it will take them back to the page where they can choose another. What I don't want them to do is to submit a survey more than once, and perhaps once they have completed, say, Survey 1. it redirects them back to the main page and marks Survey 1 as been completed/disabled. Can you let me know if this is possible or is there a hack way around it?&#60;/p&#62;
&#60;p&#62;Would each survey link just be a link to a certain page in a multi-page form?&#60;/p&#62;
&#60;p&#62;Many thanks for your time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jido on "Upload image and add link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-image-and-add-link#post-124448</link>
			<pubDate>Thu, 17 Jan 2013 12:07:06 +0000</pubDate>
			<dc:creator>jido</dc:creator>
			<guid isPermaLink="false">124448@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When using formeditor and add an image it is not possible to add a link on the image. This is default behavior and should be possible.&#60;/p&#62;
&#60;p&#62;Now the link has to be added manually after the picture has been uploaded
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PCVALaw on "Link to one page of a multi-page form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-one-page-of-a-multi-page-form#post-122671</link>
			<pubDate>Tue, 15 Jan 2013 15:12:16 +0000</pubDate>
			<dc:creator>PCVALaw</dc:creator>
			<guid isPermaLink="false">122671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a large questionnaire that is spread across 18 pages.  I'm using the Data Persistence add-on (which works pretty well so far).  I know there's currently no way to make the progress bar linkable, but is there a way we can send our clients a hyperlink to, say, page 8, so we can get the most important sections quickly?  As it is, it takes 5 seconds or so to switch between pages with the previous and back buttons, so it would take almost a full minute to use the Next button to get there.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doppler on "Identifying Notification Emails from Blog Network"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/identifying-notification-emails-from-blog-network#post-105116</link>
			<pubDate>Thu, 20 Dec 2012 18:24:08 +0000</pubDate>
			<dc:creator>doppler</dc:creator>
			<guid isPermaLink="false">105116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;We have a Wordpress Multisite Install of approximately 500 sites, all of them using Gravity Forms.&#60;/p&#62;
&#60;p&#62;Many of those contact forms go to the same email address, but when we receive the email, we have no idea which of the subsites the form submission came from and we have to go &#34;hunting&#34; through our 500 sites looking for it.&#60;/p&#62;
&#60;p&#62;Is there a way to globally modify the notification email to include the URL or sitename where the email was filled out without having to manually modify 500 forms? Even if we have to go digging into the headers or message source code to get that info that would be fine, much better than our current method.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saxonycreative on "Download link broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/download-link-broken#post-103657</link>
			<pubDate>Mon, 17 Dec 2012 18:59:39 +0000</pubDate>
			<dc:creator>saxonycreative</dc:creator>
			<guid isPermaLink="false">103657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't access my download via your download link - the link is sowing as invalid, but my license is still active. Please advise. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsiders on "Is there a way to automatically prepend the &#34;http://&#34; to URLs..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-automatically-prepend-the-http-to-urls#post-102704</link>
			<pubDate>Fri, 14 Dec 2012 12:39:32 +0000</pubDate>
			<dc:creator>rsiders</dc:creator>
			<guid isPermaLink="false">102704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;... when using the Website form field? It seems I have a fair number of people who don't seem to understand any instruction that tells them they need to include http:// when entering their URL.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jenne on "Link uploaded Image to created Post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-uploaded-image-to-created-post#post-76548</link>
			<pubDate>Thu, 20 Sep 2012 13:17:30 +0000</pubDate>
			<dc:creator>Jenne</dc:creator>
			<guid isPermaLink="false">76548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey GF team,&#60;br /&#62;
Great plugin and good Support Forum. I found out about most of the problems till here:&#60;/p&#62;
&#60;p&#62;My Form allows uploading a since picture(+ various other fields of course) and is published instantly after submitting.&#60;/p&#62;
&#60;p&#62;I tried to link the image to the newly created post but that wasn´t successful using the merge tags.&#60;/p&#62;
&#60;p&#62;This is what i thought would work:&#60;br /&#62;
&#38;lt;center&#38;gt;&#60;a href=&#34;{entry_id}&#34; rel=&#34;nofollow&#34;&#62;{Bild:3:large}&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also the entry_URL is not the right tag because its going to /wp-admin/.&#60;br /&#62;
I can´t use the entry_id or entry_titel to append my domain etc to it because my permalink-structure from wordpress is &#60;a href=&#34;http://www.homepage.com/%post_id%/%category%/%postname%/&#34; rel=&#34;nofollow&#34;&#62;http://www.homepage.com/%post_id%/%category%/%postname%/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there anyway i can link the uploaded image to the post (without opening it in a new window of course)&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>berbertpk on "Image automatically in the post as an img and a link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-automatically-in-the-post-as-an-img-and-a-link#post-89469</link>
			<pubDate>Sat, 10 Nov 2012 00:59:31 +0000</pubDate>
			<dc:creator>berbertpk</dc:creator>
			<guid isPermaLink="false">89469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello everyone,&#60;br /&#62;
I created a form for submit post as a user of my website : &#60;a href=&#34;http://www.babelcollectif.fr/&#34; rel=&#34;nofollow&#34;&#62;http://www.babelcollectif.fr/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I already found a way to automatically put the uploaded images under the text(with the merge tag), but I want them to be also linked to their URL, like in this post :&#60;br /&#62;
&#60;a href=&#34;http://www.babelcollectif.fr/2012/11/09/archetypes-a-tale-of-humankind/&#34; rel=&#34;nofollow&#34;&#62;http://www.babelcollectif.fr/2012/11/09/archetypes-a-tale-of-humankind/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's the only way to have the lightbox effect...&#60;/p&#62;
&#60;p&#62;Thanks in advance, sorry for my english...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
