Replies: 2
Form 1 – https://pdrl.in/sign-up/ and Form 2- https://pdrl.in/signup/
This is a separate form and I need separate credentials for its self login.
but it’s the same username and password for both forms.
I need to create multiple credentials for multiple forms on my WordPress website. Each signup should be valid for only one specific form and should not be used to sign in to any other form. Currently, WordPress allows common credentials for all forms, but I want to restrict login access so that each username and password can only be used for the form it was registered with.
Expected Result
User A registers using Form 1 (form_id=signup_form_1).
User B registers using Form 2 (form_id=signup_form_2).
User A cannot log in from Form 2, and User B cannot log in from Form 1.
Each user’s credentials only work for the form they registered with.
Please help me with this asap, because it’s my live website so I need help asap