unclhos
Forum Replies Created
-
Please open a new thread or use one on the topic. But saving is still working for me on either hook. (The next release will use the new one though).
Thanks for info.
Forum: Plugins
In reply to: [Gravity Forms Data Persistence Add-On Reloaded] File Uploads persistenceI’d have to look at it. Have you tried the build in “Save and Continue” from gravity forms, I believe they handle files.
Please link me the other plugin. This is not coming from my plugin. But maybe able to disable it for you.
Forum: Plugins
In reply to: [Gravity Forms Data Persistence Add-On Reloaded] Data not savingThis plugin does NOT create an “incomplete” entry that is viewable in the admin section. It is only there for the benefit of the end-user. It is not a “capture incomplete submission” for the admin.
Using your new user on a multipage form. Fill out the first page, click next to the second. Now go to the url and hit enter again (refreshing the page without submitting data). The data you first entered should show up in those fields. This is the expected behavior.
Thanks for the code. Just recently looking back at this plugin after a long programming break. The problem with using your code as is the query variable would always take precedent. I didn’t want that to happen, as if there was already saved data (which I check for), means the user has started to fill the form out before. I will need to add in a priority system, or drop down and warning for different input values. The thinking is if someone used a link to get to the form, the field might change every time (timestamp or something), and they might try to use that same link to find the form again (I know I would).
Can you please deactivate your other plugins and reactivate one by one until you find the plugin(s) that there is a conflict with.
Forum: Plugins
In reply to: [Gravity Forms Data Persistence Add-On Reloaded] Saving dataThis plugin is not meant to be an “incomplete submission” plugin. Text based information is saved in the database (in the options table) for the users benefit of not having to reenter the same information, which should yield higher completion rates for returning users.
Feature has been requested before and on the list for next major release. I don’t know when this will be, may new features to be developed for that release with a complete rewrite of the plugin. Email me for other possiblities. [email protected]
Forum: Plugins
In reply to: [Gravity Forms Data Persistence Add-On Reloaded] Persistence with RCWD for GFThis plugin only works with textual data(no files). I will add this to the list of possible features for the next major release.
Update pushed.
Ah, I see the problem. Update being released shortly.
If you deactivate the plugin is it still showing?
The way it is currently setup, there is no quick and easy way to make this happen. It may also be outside the scope of being useful to add as a feature in this plugin.
You can email me directly and we can discuss of having a child or separate plugin to achieve your goals.
[email protected]Forum: Plugins
In reply to: [Gravity Forms Data Persistence Add-On Reloaded] Autoerase/resetInteresting idea. I will add that to the next major release. (Don’t know when that will be, next couple of weeks hopefully). I have lots of new stuff I am adding to the plugin.