Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
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.

  • Verified answer
    Fubar Profile Picture
    8,014 Super User 2025 Season 1 on at
    Re: Entity Form > Anonymous > Once submitted > Restrict resubmit on form reload

    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35