Restricting Review Submission Frequencies

Matthew Howard:
Hello all. We have a review app set up. Right now the link allows for a user to submit multiple reviews. We want to restrict that access to once after they have submitted their review.

What is the best way to go about this? My thought is to remove the token in FileMaker, but want to know the best starting point.


Hassan Mukhtar:
Can remove token and make link expired or the onFormRequest can check to see if its been submitted and have some sort of “This Link is expired” message on your page


Delfs:
Are the reviews sent out as a smart link to a specific email?
If so then yes, that is the best way.


Matthew Howard:
The links are sent out to a specific email.


Delfs:
yeah so just blow out the temp token


Matthew Howard:
Thank you so much!