Request for SMS Verification Functionality
Hello,
I'm using Fluent Forms on my website and need to implement an SMS verification step for a lead form.
The desired workflow is as follows:
- A user fills out the form, including their mobile phone number.
- Upon submission, a unique verification code is sent to the provided phone number via SMS.
- The user is then prompted to enter this code on the same page (or a new one).
- Only after the correct code is entered is the form submission finalized and the lead created.
Could you please advise on the best method to achieve this? Are there any built-in features, recommended integrations, or specific hooks I can use to make this work?
Thank you for your assistance.
Best regards,
Anri
You can easily build this yourself with Twilio. Send out the SMS after the first step and add a validation to check for the code on the second step. If successful, save the submission, else reject it.
Andre DausΒ much appreciated, Andre!