I'm wondering if there is a way to force an event based rule to fire a
maximum of once per page view.The example we have is a form that is
embedded in a page. We currently have the event based rule to fire on
'change' on the first form field, which works great. The only issue is
if a user goes back to the same field and changes the value (perhaps
altering a typo), the rule fires again which is not ideal.We've had a
play with a few other event types, but the 'change' type is the best
that meets o...