• Resolved saxcbr

    (@saxcbr)


    My project: a big form with 165 field – 17 toggle with a lot of repetitive inputs. 12 digital signature (converts in jpg), multiple upload.

    On submit generates and save custom PDF

    I need to save the content while editing and complete the submission later, hours or days later (basically pre-compile the form e submit it when needed)

    Is it possible?

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Yes, 2 ways to achieve this, save the submission as a full-fledged custom post, for this, use my other plugin, Post My CF7 Form which is compatible with this one.

    The other solution is to use the redirect functionality built-in which this plugin and which allows you to store the submission as a transient and determine how long the transient should be valid for. You can then retrieve this transient form the DB and process the submission with cron job or something like that. (See screenshot #24)

Viewing 1 replies (of 1 total)
  • The topic ‘Save content for later submit’ is closed to new replies.