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 / Cancel button on Edit ...
Power Pages
Unanswered

Cancel button on Edit screen

(0) ShareShare
ReportReport
Posted on by 67

Hi Team,

 

I would like to include a Cancel button on my Edit form, which is accessed from a Task list view page. The Edit form already has a Submit button, but I'd like to provide users with the option to cancel the edit and return to the list view. How can I add the Cancel button on the Power Page Basic form?

 

Thank you! 

Categories:
I have the same question (0)
  • Abhishek Bihani Profile Picture
    45 on at

    @Sandeep009 

     

    Can you try like this?

     

    $(document).ready(function(){
    AddCloseButton();
    });

    function AddCloseButton(){
    var button ="<input type='button' class='btn btn-warning' value='Close' onclick='parent.$(\".form-close\").eq(0).click();'/>"
    $("#EntityFormControl_EntityFormView").next().append(button);
    };

  • GWham1 Profile Picture
    on at

    Hi, you could add a cancel button via JQuery.

     

    Find out your original button ID and replace it in the below.

     

     

    <script type="text/javascript">
     $(document).ready(function() {
     $("#SubmitButtonID").before("<a title='Cancel' href="/yourpage" class='btn btn-secondary'>Cancel</a> "); 
     });
    </script>

     

     

    Let me know how you get on.

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 48

#2
Valantis Profile Picture

Valantis 46

#3
rezarizvii Profile Picture

rezarizvii 43

Last 30 days Overall leaderboard