bosconian-dynamics / gf-poplink

A GravityForms AddOn adding strategies and options for creating links and tokens to prefill form fields.
MIT License
0 stars 0 forks source link

Strategy: Database/Save & Continue #7

Open bosconian-dynamics opened 3 years ago

bosconian-dynamics commented 3 years ago

Stateful strategy - store incomplete form data in the database and pass off a temporary token for lookup.

This is pretty much exactly what Gravity Forms' "Save & Continue" functionality accomplishes - it's possible that some of it's implementation might be leveraged without completely hijacking the feature. If not, it can be used as a model for the strategy - standalone might be more desirable anyway for not depending on undocumented and unexposed interfaces.