I have a referral form on this page that I want people to use repeatedly.
After submitting the form, it reloads the page with the query string ?referralsent=true
so users can refer more people through the form.
However, I also want to show users a confirmation message after they send an invitation.
To achieve this, my idea is to briefly display a popup message saying "Invitation sent" for a couple of seconds following the reload, which would then fade out.
I'm not sure how to implement this feature. Do you have any examples or tips on how to make it happen?