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 Pages
Answered

Sbubmit Button

(0) ShareShare
ReportReport
Posted on by 5

Hello

I am brand spanking new to power apps.  I have finally managed to create a form that has four pages and can get it to submit to my SharePoint list.  On the last page of my form I have a Submit button.  All fields on the form will be required.  I would like the submit button to be greyed out if fields are left blank.  If the button is greyed out, when you hover over the button there is a "Please ensure all fields are complete" tooltip.  Now, I can get this to work on the first page of the form with this code:

 

If(IsBlank(SharePointForm1) || SharePointForm1.Valid,DisplayMode.Edit,DisplayMode.Disabled)

 

Is there a way to get it to work for the other three pages of the form?

 

Help would very much be appreciated.

 

Categories:
I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @KKN 


    You said that the form has four pages, do you mean there are four screens and four EditForm?

    If my assumption is right, please try this:

    1. Set Required property of each Data Card to true

    2. modify the SubmitButton.DisplayMode as below:

     

    If( SharePointForm1.Valid && Form2.Valid && Form3.Valid && Form4.Valid,DisplayMode.Edit,DisplayMode.Disabled)

    Snipaste_2020-04-09_16-24-05.png

    Hope this helps.

    Sik

     

  • KKN Profile Picture
    5 on at

    Hello

     

    You were correct in your assumption.  THANK YOU! THANK YOU! THANK YOU!  The code worked perfectly and I am a very happy camper.

  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @KKN ,

     

    Could you please mark my post as the answer? It will help other members to find it more readily.

    Sik

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 42

#2
Valantis Profile Picture

Valantis 24

#3
omkarsupreme Profile Picture

omkarsupreme 23

Last 30 days Overall leaderboard