-1

We need to customize the WordPress registration form by adding a "Code" field that stores some value at backend like

Code = some value/text/number

Then at front-end when the user wants to register into the website they enter their information like Email address, password with the passcode which we set at back-end.

Then our code checks the user has entered the valid code or not.. if yes, then immediately registered into the website. And if not, system says invalid code entered.

Please help with this functionality

Thanks in advance.

Waqas Bukhary
  • 4,339
  • 4
  • 38
  • 52
Chandan Sahu
  • 24
  • 1
  • 4

1 Answers1

0

I have resolved this issue by applying some conditions on the code.

Chandan Sahu
  • 24
  • 1
  • 4