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 / Entity Form > Anonymou...
Power Pages
Answered

Entity Form > Anonymous > Once submitted > Restrict resubmit on form reload

(0) ShareShare
ReportReport
Posted on by 20

Hello,

 

I have developed an entity form for anonymous users. When user fills out form and clicks on submit, I just display "Thank you" message on the same page and hide entity form. 

1. How to expire session once submitted?

2. On "Thank you" message, when I reload the page, it RESUBMITS the record with the same information. This is the main problem. 

 

How can I solve this? When -

  1. Entity form doesn't have "New session on form load" setting like Web Form.
  2. I cannot even set Session Timeout under Site settings as it is anonymous form. 
  3. Don't want to redirect to another page due to licensing cost. 
  4. Clear all the fields on Submit???

 

Please suggest. 

Thank you.

Categories:
I have the same question (0)
  • Verified answer
    Fubar Profile Picture
    17 Super User 2026 Season 1 on at

    Most effective way is to redirect to another page (and is what you typically may do on a normal portal).

     

    Apart from that you would probably have to hook up some JavaScript such as

    if ( window.history.replaceState ) {
     window.history.replaceState( null, null, window.location.href );
    }

     

    And trigger it on something - possibly if the message is on the page (hint: it the message span has an id).

     

    Or find the form data and clear it.

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

Fubar 33 Super User 2026 Season 1

#2
sannavajjala87 Profile Picture

sannavajjala87 32 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 25

Last 30 days Overall leaderboard