Special registration

Hello,

Could someone explain to me how I can do this?

"* If the code entered matches and has not been used, then the user registers

  • If the code entered does not match, then user can’t register
  • If the code entered has already been used, then user can’t register

For each instance you can show an alert or message explaining what’s happening"

Hi @nl2001 ,

You would need to use text input to assign if the code’s count equal to 0, filtered by code = entered code.

Just a rough idea, but worth experimenting.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.