I am sending otp verification link in mail when user completes the form. For this I am using "OTP by Email for Contact Form 7 plugin". I want to verify that users are clicking on that link or not. And want to save data/or update true against the emailID user who clicked on that link. How do I do this?
After clicking on verification link,I want to redirect user to one page, that will have form details completed by him. Those details are saved in one js variable. How can I display his details on the page? How do I achieve this?
Please guide me with steps and solution. TIA.