Title: Save Predictions Button Shortcode?
Last modified: April 9, 2026

---

# Save Predictions Button Shortcode?

 *  Resolved [pablog](https://wordpress.org/support/users/pablogutierrez/)
 * (@pablogutierrez)
 * [2 months ago](https://wordpress.org/support/topic/save-predictions-button-shortcode/)
 * 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](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [2 months ago](https://wordpress.org/support/topic/save-predictions-button-shortcode/#post-18876515)
 * 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](https://www.dropbox.com/scl/fi/o9qxv2lrx4uibqv0btxqn/football-pool-extra-match-save-button-at-top.php?rlkey=94mn71c6tw6ba7ajjwfav82iq&dl=0),
       [extra save with each match](https://www.dropbox.com/scl/fi/dve375vbftpdph7hjbis2/football-pool-extra-match-save-buttons.php?rlkey=c3uso8ge244th3s32ypbet1gs&dl=0)
       or [extra save before each match type](https://www.dropbox.com/scl/fi/f3jcbeckb4f6g27ljverc/football-pool-extra-match-save-buttons-before-matchtype-row.php?rlkey=wa3gnu5ulim0amr0uv6no07ka&dl=0).
       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](https://wordpress.org/support/users/pablogutierrez/)
 * (@pablogutierrez)
 * [2 months ago](https://wordpress.org/support/topic/save-predictions-button-shortcode/#post-18876525)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsave-predictions-button-shortcode%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pablog](https://wordpress.org/support/users/pablogutierrez/)
 * Last activity: [2 months ago](https://wordpress.org/support/topic/save-predictions-button-shortcode/#post-18876525)
 * Status: resolved