Implementing Mobile Number Login and Custom URL Redirection for Form Access

Hello Tadabase Community,

I’m working on a project where I need to implement a slightly unconventional login system. Instead of using email addresses for login, I want to use mobile numbers. Here’s the flow I’m envisioning:

  1. A unique URL is generated for a specific user. (URL generated from the Template)
  2. This URL is sent to the user via SMS or email.
  3. Upon clicking the URL, the user is prompted to enter their mobile number.
  4. The system then validates the mobile number to ensure the correct recipient is accessing the URL.
  5. Once validated, a specific template or set of questions is duplicated for the user to fill out.

I’m curious if anyone has implemented something similar or has any advice on how to approach this, especially regarding:

  • Generating and managing unique URLs for users.
  • Setting up the login system to validate users based on mobile numbers.
  • Best practices for duplicating templates/forms upon validation.

Any guidance, examples, or resources you could share would be greatly appreciated!

Thank you in advance for your help!