<?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: User preview prior to submit?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit</link>
		<description>Gravity Support Forums Topic: User preview prior to submit?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:23:32 +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/user-preview-prior-to-submit" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "User preview prior to submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit#post-62529</link>
			<pubDate>Thu, 14 Jun 2012 08:48:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This functionality has not been added yet but there is a how-to guide on how to accomplish it:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/2012/04/30/simple-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/04/30/simple-pre-submission-confirmation/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coburnenterprises on "User preview prior to submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit#post-62495</link>
			<pubDate>Thu, 14 Jun 2012 00:44:54 +0000</pubDate>
			<dc:creator>coburnenterprises</dc:creator>
			<guid isPermaLink="false">62495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there - I see this is an old post ... any chance this functionality has been added and I'm just a loser and can't see how to implement it?&#60;br /&#62;
Here is my need:&#60;br /&#62;
My client has a print publication for selling cars.&#60;br /&#62;
They want to allow users to submit an add and pay for it online - not for publication to the website (at least not at this time) but for publication in the print publication.&#60;br /&#62;
Basically the form will have a few fields including title, year, make and description and then an &#34;upload image&#34; button - then they will be taken to a preview screen to check their content/details - then they will click a &#34;Pay Now&#34; button to pay and then the ad get's emailed to my client and stored in the database (like a contact us form does). Anyone have any How To guides to send me to?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Harmony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User preview prior to submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit#post-8729</link>
			<pubDate>Wed, 18 Aug 2010 10:13:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It wouldn't be possible to save it back, that would require more work.  However it would be possible to delete the entry that was created and then create another.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thefidler on "User preview prior to submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit#post-8716</link>
			<pubDate>Wed, 18 Aug 2010 00:17:51 +0000</pubDate>
			<dc:creator>thefidler</dc:creator>
			<guid isPermaLink="false">8716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a need for the same functionality.&#60;/p&#62;
&#60;p&#62;Would it be possible using PHP or javascript and the gform_pre_submission hook to save the edited data back to the original entry?  This would eliminate the need to do the delete and keep the database cleaner.&#60;/p&#62;
&#60;p&#62;If this is not possible what is the best way to clean up the tables to remove the deleted entries?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User preview prior to submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit#post-6202</link>
			<pubDate>Wed, 09 Jun 2010 11:05:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">6202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't currently something Gravity Forms does out of the box.  It is a feature we plan on adding in a future release.  Currently once a form is submitted, it's processed and posted so there is no preview functionality.  &#60;/p&#62;
&#60;p&#62;It would be possible to create your own preview functionality using the hooks and PHP.  It would basically involve passing ALL the data to the form again, and then pre-populating the fields with what was submitted.   They would then submit the form and create a new entry with the same data. You would also have to delete the original entry that was created to avoid duplicate data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anointed on "User preview prior to submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-preview-prior-to-submit#post-6194</link>
			<pubDate>Wed, 09 Jun 2010 02:57:38 +0000</pubDate>
			<dc:creator>anointed</dc:creator>
			<guid isPermaLink="false">6194@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I go about allowing a user to preview their form prior to submitting it?&#60;/p&#62;
&#60;p&#62;Ultimately what I would like to accomplish is to have a preview button, that would allow the user to edit anything they find wrong with their form prior to it being submitted.&#60;/p&#62;
&#60;p&#62;As I am using a particular form for post-submission, it's kind of important to allow the user to make sure that everything is correct, so that they feel confident before submitting their form. &#60;/p&#62;
&#60;p&#62;What would be really an extra nice benefit would be to allow the user to see their submitted form in the exact style that it is going to be when presented as a post on the website. &#60;/p&#62;
&#60;p&#62;Is any of this possible? (I'd be happy with simple preview before submit if that is all that is available right now, I just can't find a setting to allow that.. seen this on many other sites before, and it's very nice)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
