web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Submit button to show ...
Power Pages
Unanswered

Submit button to show in the advanced form for all tabs? (Having 3 buttons: Previous, Next and Submit)

(0) ShareShare
ReportReport
Posted on by 520

We can only see the submit button at the last step, but maybe I don`t want to go until last step to submit if there are no required tabs, so how can I add the submit button to each step/tab, so in the image there will be 3 buttons: Previous, Next and also Submit

Robert94_1-1656580090092.png

 

Categories:
  • ragavanrajan Profile Picture
    7,044 Most Valuable Professional on at

    Hi @Robert94 

     

    In the advanced form steps. 

    1. Select each step > Form options >  Custom JavaScript 

    2. Insert a jquery that will create a button  called Submit and perform Submit action 

     

    $(document).ready(function () {
     var $input = $('<input type="button" value="Submit" />');
     $input.appendTo($("body"));
    
    });
    

    Include form action as submit. 

     

    Hope it helps. 
    ------------

    If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.

  • Robert94 Profile Picture
    520 on at

    Hi @ragavanrajan ,
    Thank you for your response.
    I`m kind of new to whole this Portal/JavaScript, I copied that script where you`ve told me, but nothing happened, do I have to do anything else? Is there something to replace in that script based on my portal?

    Robert94_0-1656925940305.png

     

  • Robert94 Profile Picture
    520 on at

    HI @ragavanrajan , I still couldn`t make this work, I`m copying that code in the custom javascript, but nothing happens in the website, no button appears.
    Couldn`t be there a way to copy the inspect of an already existing submit button (the defaul one), and creating another?

  • ragavanrajan Profile Picture
    7,044 Most Valuable Professional on at

    Hi @Robert94 

    Sorry for the delay. I need to check my implementation. I will check probably this weekend and get back to you. 

    Meanwhile I will notify other superusers.

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Mohsin Ali Profile Picture

Mohsin Ali 45

#2
sannavajjala87 Profile Picture

sannavajjala87 30 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 22 Super User 2026 Season 2

Last 30 days Overall leaderboard