• The ability to “save and continue” entry of a form is really useful, but if the form has “File upload fields” any files identified before doing a save are not recorded and therefore absent when continuing later.

    I appreciate it does not make sense to actually upload the files until the form is submitted but I would like to warn my users that any they have entered will be lost by doing save.

    I had considered that could be done by adding an error in filter “forminator_custom_form_submit_errors” but that does not appear to have any way of telling that it has been called for a “save” rather than a “submit”.

    So:

    • Should the standard product warn that files marked for upload will be lost by doing “save”?
    • Is there a way to determine reason “forminator_custom_form_submit_errors” has been called?
    • Is there a better filter to use?
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @peter8nss

    Hope you are doing well today and thank you for your suggestion.

    I will check your request with our development team and get back to you soon when we have more updates.

    Best Regards
    Amin

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @peter8nss

    We received further feedback from our development team.

    You can use the “forminator_form_save_draft_response” filter to modify the messages when using the save and continue feature.

    Best Regards
    Amin

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.