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

		<item>
			<title>camoeyes on "Moderate account registration / Registration Approval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moderate-account-registration-registration-approval#post-136808</link>
			<pubDate>Wed, 30 Jan 2013 21:45:54 +0000</pubDate>
			<dc:creator>camoeyes</dc:creator>
			<guid isPermaLink="false">136808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to approve of user registration before the user can actually access their account.&#60;/p&#62;
&#60;p&#62;Can't see how to do this if its even possible..  is there a way, or a work around?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carolina Bont on "I&#039;m seeing double (bug in Gravity Forms 1.7b1 &#38; b2)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/im-seeing-double-bug-in-gravity-forms-17b1-b2#post-186451</link>
			<pubDate>Wed, 27 Mar 2013 06:27:19 +0000</pubDate>
			<dc:creator>Carolina Bont</dc:creator>
			<guid isPermaLink="false">186451@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure how to describe this (visual) bug so here's a link to a screenshot: &#60;a href=&#34;https://dl.dropbox.com/u/11892/130327-Gravity-Forms-1.7b2-Bug.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropbox.com/u/11892/130327-Gravity-Forms-1.7b2-Bug.png&#60;/a&#62;
&#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>dcstover1 on "paypal payments pro addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paypal-payments-pro-addon#post-148484</link>
			<pubDate>Sun, 17 Feb 2013 11:11:47 +0000</pubDate>
			<dc:creator>dcstover1</dc:creator>
			<guid isPermaLink="false">148484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have noticed that this is the beta version...are there any serious problems with this add on that have been detected yet?  I am currently updating my website to have SSL so im just wondering If this add on is not suggested at its stage of development.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>befound on "password entered is not the same one sent after approval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-entered-is-not-the-same-one-sent-after-approval#post-59454</link>
			<pubDate>Fri, 18 May 2012 15:37:30 +0000</pubDate>
			<dc:creator>befound</dc:creator>
			<guid isPermaLink="false">59454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the approval plugin to approve the user before they receive the password but the wordpress sent password is not the same as the form entered password.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bkniffler on "Won&#039;t submit on front-end, cycle icon showing forever on multipage form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wont-submit-on-front-end-cycle-icon-showing-forever-on-multipage-form#post-95793</link>
			<pubDate>Mon, 26 Nov 2012 13:35:13 +0000</pubDate>
			<dc:creator>bkniffler</dc:creator>
			<guid isPermaLink="false">95793@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm getting a strange behaviour when registering a new user via gravity forms. It happens when submitting the form. The user is created anyways, but the forms ajax submitting loads forever (I'm using multipage form), the last page (100%) is not showing up. &#60;/p&#62;
&#60;p&#62;Any idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martham on "Form for User to Change Password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-for-user-to-change-password#post-93732</link>
			<pubDate>Tue, 20 Nov 2012 21:51:35 +0000</pubDate>
			<dc:creator>martham</dc:creator>
			<guid isPermaLink="false">93732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to create a form for the user to use to change their password.  I have a form that they use to change other fields of their registration and it works for those changes.  I also have added the Password field to this form, but when the user types a new password and submits the form their password is not updated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>usableweb on "Documentation for 1.5b1?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/documentation-for-15b1#post-89621</link>
			<pubDate>Sat, 10 Nov 2012 11:23:30 +0000</pubDate>
			<dc:creator>usableweb</dc:creator>
			<guid isPermaLink="false">89621@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What is the best source of documentation for 1.5b1?  The change_log.txt in the plugin seems to imply there is now an 'update feed' which I'm guessing would allow users to update the meta we captured during registration.  I'd like to install this on my test site and take some of these new features for a drive ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simoncftp on "Fatal Error with 1.5.beta1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fatal-error-with-15beta1#post-83232</link>
			<pubDate>Wed, 24 Oct 2012 08:40:52 +0000</pubDate>
			<dc:creator>simoncftp</dc:creator>
			<guid isPermaLink="false">83232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm getting a fatal error after an &#34;update user&#34; feed is created, and when I try to edit the :update user&#34; feed:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;PHP Fatal error:  Call to private method GFCommon::is_post_field() from context &#38;#39;GFUser&#38;#39; in site/wp-content/plugins/gravity-forms-user-registration/userregistration.php on line 2870
PHP Stack trace:
PHP   1. {main}() site/wp-admin/admin.php:0
PHP   2. do_action() site/wp-admin/admin.php:151
PHP   3. call_user_func_array() site/wp-includes/plugin.php:403
PHP   4. GFUser::user_registration_page() site/wp-includes/plugin.php:403
PHP   5. GFUser::edit_page() site/wp-content/plugins/gravity-forms-user-registration/userregistration.php:314
PHP   6. GFUser::get_form_fields() site/wp-content/plugins/gravity-forms-user-registration/userregistration.php:717&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>PointandStare on "Please Note: This is currently a beta test release."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/please-note-this-is-currently-a-beta-test-release#post-80001</link>
			<pubDate>Wed, 10 Oct 2012 06:55:56 +0000</pubDate>
			<dc:creator>PointandStare</dc:creator>
			<guid isPermaLink="false">80001@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When is the Paypal Pro add-on going gold?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
