• Resolved glimmerdog

    (@glimmerdog)


    We already have several of your forms working well on our charity site. There is however a need for some volunteer training question and answer test forms to be ‘save and return later to complete and submit’. Came across this possible .php solution by your dev team…

    https://gist.github.com/wpmudev-sls/9917696b87543e3edb92e84f41933be0

    Haven’t tried it because it needs only to apply to the new traing question/test forms rather than all Forminator created forms across our website.

    Question (assuming the above works in our case) – can we make it ‘form specific’ and if so, how?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @glimmerdog and thanks for your question.

    I will need to check this further with our devs and see if there’s a simple change that can be applied here so it’s not applied to all forms on site.
    We appreciate your patience while we look into it.

    Cheers,
    Predrag

    Hi @glimmerdog,

    Our devs updated the code you linked and in there you can now find this code on line 14:
    $allowed_form_ids = array( 6, 12, 345, 6434);

    You can change the IDs there to point to desired IDs of your forms where it should be applied and that should be it.

    Let us know if that does the trick for you ??

    Cheers,
    Predrag

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @glimmerdog

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

    Thread Starter glimmerdog

    (@glimmerdog)

    Nastia/Predrag

    Thanks for your response/message. Unfortunately family issues have kept me away from computer for some days!

    Yes, the dev 14th line change does work but on reflection the complexity of finding/returning to the form via a browser (and with each having different routes to cookies) this particular solution is not really user friendly enough for ‘Joe Public’ completing a Formintor form on a ‘save and resume’ basis.

    Perhaps one day your dev team can incorporate something with a simple ‘save pending send’ button. Nevertheless very grateful for your prompt response and my apologies for not fully understanding the save-in-cookies methodolgy until now and for not responding earlier.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @glimmerdog

    I hope you’re fine today!

    Yes, it may not be particularly “friendly” indeed and it’s actually a “workaround” for now. We plan to implement a “real” “save and resume” feature in future so it would work way better and would be easier for visitors.

    I don’t have an ETA but it’s planned so will eventually get there ??

    Best regards,
    Adam

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Save and Resume on Specific Form’ is closed to new replies.