...

Advanced Save and Continue 1.0.39 – for Gravity Forms

gravity wiz logo
Gravity Forms Advanced Save & Continue

Original price was: $349.00.Current price is: $5.49.

Special offer: Get our Lifetime Membership for ONLY $92 Join Now
Product Version: 1.0.39

State: Product Activated

Brand: Gravity Wiz
Developer: Go To Site

License: GNU GPL

Gravity Forms Advanced Save & Continue

Original price was: $349.00.Current price is: $5.49.

Product Version: 1.0.39

State: Product Activated

Brand: Gravity Wiz
Developer: Go To Site

License: GNU GPL

Special offer: Get our Lifetime Membership for ONLY $92 Join Now

Official Version
Official version provided by the developers. Licensed under the GNU GPL, allowing use on an unlimited number of sites.

Technical Support
Professional assistance with any technical issues. Support is included in the price. Read our Support Policy.

Guarantees and Safety
100% safe and fully functional product. Completely risk‑free. 14‑day money‑back guarantee. Read our Refund Policy.

Advanced Save and Continue is for forms people don’t finish in one sitting: quotes, applications, multi-step onboarding, anything where abandonment hurts. I use it when Gravity Forms’ default “Save and Continue” feels too barebones and the client wants a smoother “pause → resume later” flow (often with email reminders and less user friction).

If your forms are short and you don’t care about partial leads, this is extra moving parts. But on long multi-page forms, it pays for itself fast.

What it actually changes in Gravity Forms

Mechanically, it sits on top of Gravity Forms’ normal submission pipeline and adds a parallel path: partial entries + a resume token.

In a typical setup I’ve seen:

  • Partial data is saved into Gravity Forms’ own entry storage (tables differ by GF version: newer installs use wp_gf_entry/meta; older use wp_rg_lead/detail). The important bit: it’s a real entry record, just not finalized like a completed submission.
  • The “continue later” link is driven by a token (usually carried in the URL as a query arg). That token maps back to the partial entry and repopulates the form on load.
  • Frontend behavior relies on Gravity Forms scripts (conditional logic, multi-page navigation, AJAX submit) plus the add-on’s script. If those scripts load late or get merged badly, autosave/resume becomes flaky.
  • Settings typically live in the WP admin under Forms → Settings or per-form settings (stored in wp_options and form meta). Your form fields are still stored in the GF form definition; the plugin doesn’t rewrite your form, it just intercepts save/resume.

What’s editable vs not:

  • Editable: which forms enable save/continue, token expiry, whether to email resume links, messaging/text, and sometimes autosave cadence.
  • Not really editable: the resume protocol itself (token format, how it rehydrates fields). If you need custom “save rules” (skip certain fields, map to CRM mid-way), you’re in hook/filter territory.

Where it usually breaks (and the fixes that don’t waste time)

Resume link opens, but the form is empty

Root causes I see:

  • A redirect strips query parameters (security plugin “clean URLs”, some SEO canonical redirect, language redirect).
  • Cache served a stale version of the form page that doesn’t execute the resume logic.

Fix I apply:

  • Exclude the form page from cache (page cache + edge cache). If it’s a “single page for all forms”, exclude that URL.
  • If you run redirect/canonical tools, allowlist the resume query arg so it isn’t removed.
  • DevTools → Network: reload the resume URL and confirm the HTML response is not coming from a full-page cache (look at response headers like x-cache / cf-cache-status).

Autosave / Save button does nothing (or works “randomly”)

Root cause: JS optimization breaks Gravity Forms’ frontend scripts order.

Fix:

  • In your optimization plugin, don’t delay/defer these on pages with the form:
    • jquery-core
    • Gravity Forms frontend/conditional logic scripts (commonly handled under script handles like gform_gravityforms, gform_conditional_logic)
  • DevTools → Console: if you see gform is not defined / jQuery is not defined, stop tuning and exclude the page from “Delay JS” entirely. It’s faster.

Partial entries exist in admin, but email resume links never arrive

Root cause: not the plugin. It’s mail delivery.

Fix:

  • Send via SMTP: WP Mail SMTP → Setup (or your preferred SMTP plugin).
  • Check your mail logs (WP Mail SMTP has them) and confirm the message is generated, then troubleshoot the mail provider.

VirusTotal archive check

All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.

View in VirusTotal

Activation + updates (plain language)

This plugin usually runs without a key, but without activation you commonly lose auto-updates and vendor support (and sometimes premium features depending on the build). My copy is activated and fully working (personally verified), so you’re not blocked by licensing screens.

Manual update path:

  • Plugins → Add New → Upload Plugin (ZIP) or replace via FTP/SFTP.
  • Any edits inside the plugin folder get overwritten on update. If you need custom behavior, I wire it via Gravity Forms hooks in a small custom plugin / mu-plugin, not by editing vendor files.

Manually Update WordPress Theme Guide
You can find detailed instructions on how to update a theme or plugin on this page.

Practical FAQ (things devs actually ask)

Often uploads are the tricky edge case: the form can save field values, but temporary upload handling depends on how GF is configured. I test file fields explicitly before launch.

Yes. The page renders, but the resume token logic relies on uncached responses + correct query args. Exclude the form page from cache.

Yes when GF scripts load normally. If conditional logic stops firing after resume, it’s almost always delayed/minified JS.

It’s as secure as your token policy. If tokens don’t expire and you email them around, treat them like passwordless links: set expiry where possible and avoid leaking them in analytics/referrers.

Conditional Pricing 2.0.28 – for Gravity Forms
Easy Passthrough 1.10.2 – for Gravity Forms

Reviews

There are no reviews yet.

Be the first to review “Advanced Save and Continue 1.0.39 – for Gravity Forms”

Before you send us a support request, take a quick look at our Terms Of Use and FAQs. We know nobody loves reading them, but very often the answer is already there and saves you some time.

What to do first

  1. If that doesn’t help, check the product documentation next.
    A lot of small issues come from missed settings or simple setup steps, and the docs usually clear that up pretty fast.
  2. Still not working?
    No problem — just open a support ticket and tell us what’s going on. We’ll take it from there.
  3. When to expect a reply
    We usually get back to you within 1–2 business days. Sometimes faster, depending on the issue.

How to explain the problem (this really helps)

  • Be specific
    Instead of saying “it doesn’t work,” tell us what exactly is going wrong. Which button? Which feature? What were you trying to do when it happened?
  • Add screenshots
    Screenshots make a huge difference. Seriously. A simple image (or link to one) helps us understand the issue right away and saves a lot of back‑and‑forth.

Following these steps helps us help you faster — and with fewer questions along the way. Thanks for making support easier for everyone.

Answers to common questions!

You can use any product from our store on as many websites as you like.

After purchasing a product, you’ll be able to download it — including the most recent version — for the next 72 hours. Once that period ends, you can either repurchase the product or switch to one of our membership plans.

With an active membership, updates are always included. You’ll have continuous access to the latest versions for as long as your membership remains active, without worrying about expiration dates.

Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.

You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.

No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.

We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.

No, license keys are not included. In the past, license sharing and related issues caused account problems, so we decided to stop distributing keys.

That said, all products you receive are fully authentic. For items that normally require activation, we provide them pre‑activated, allowing you to install and use them immediately without dealing with license input or activation errors.

Yes — 100%. All products are original and distributed under the GNU GPL v2/v3 license.

The main difference compared to purchasing directly from the original author is that we don’t offer additional services such as custom development or one‑on‑one support. License keys are also not included. Instead, products that typically require activation are delivered ready to use, allowing installation on unlimited websites.

Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.

Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.

Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

super offers of the month