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 / Page refreshes on any ...
Power Pages
Answered

Page refreshes on any change when Basic Form is present

(0) ShareShare
ReportReport
Posted on by 104

I have a page where I have an entity list displayed, which holds a bunch of product items. By adapting the Java Script code of the entity list, I've added a button "Add to Cart" on each row. Everything worked fine, until I've also added a Form component on the page. Now, whenever I click on any "Add to Cart" button, the page refreshes. The form is not submitted, so it is just the page that refreshes. This issue appeared just when I added the form component on the page. So without interacting with it at all, the page refreshed out of nowhere. 

Any ideas why?

Thanks'!

 

@OOlashyn @Lucas001 @OliverRodrigues 

Categories:
I have the same question (0)
  • Verified answer
    OOlashyn Profile Picture
    3,498 Most Valuable Professional on at

    Hi @taraubianca25 ,

    So this is expected as the form component actually adds form HTML tag and functionality to the page. In that case, any button without a specified type is considered by the page as a submit button. This is standard HTML form behaviour. To avoid it simply specify a button type that is not "submit" - for example type="button" will work. You can also add event.preventDefault() at the beginning of the function that is triggered by your button to prevent form submission.

  • taraubianca25 Profile Picture
    104 on at

    Yes, this worked like a charm!

    Thank you so much for again helping me out 🙂

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
rezarizvii Profile Picture

rezarizvii 55

#2
DP_Prabh Profile Picture

DP_Prabh 38

#3
oliver.rodrigues Profile Picture

oliver.rodrigues 30 Most Valuable Professional

Last 30 days Overall leaderboard