• Resolved pablog

    (@pablogutierrez)


    Hi!

    We are using the plugin for the World Cup 2026. As you may know, the group stage has DOZENS of matches, and the “Save Predictions” button appears only at the bottom.

    Is there any shortcode or function we can use to display another “Save Predictions” button elsewhere on the page? (This is just to improve the user experience.)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AntoineH

    (@antoineh)

    There are a couple of options. Some out of the box, some require some changes.

    Out of the box:

    1. Split your prediction sheet to multiple forms with the [fp-predictionform] shortcode. Each form will get a save button.
    2. Use the “Asynchronous saves” option (activate in this in the plugin options). With this option any changes to the form will be automatically saved for the user. But still the user is responsible for checking that latest status is saved. Because it is asynchronous, they’ll have to wait for the feedback that it was saved.

    Requires some custom work:

    1. Create a PHP extension that injects a save button on some parts of the page.
    2. Create a custom javascript that clones the save button to some parts of the form.
    3. Use one of these extensions: save button on top of form, extra save with each match or extra save before each match type. With some help of ChatGPT and/or some CSS you can alter the extensions to perfectly fit your needs.

    Hope this helps.

    Thread Starter pablog

    (@pablogutierrez)

    Yes! The “save button on top of form” worked perfectly!

    THANKS

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

You must be logged in to reply to this topic.