Allow only specific email address' domain to register through JQuery (preferably)

前端 未结 2 656
故里飘歌
故里飘歌 2020-12-18 17:18

I am trying to make registration form within which I want to register only with specific domains\' emails. For e.g. I want to register only the emails which are from the com

2条回答
  •  伪装坚强ぢ
    2020-12-18 17:52

    What if you have the input textbox only accept the first part of an email address and then have a select box that only has the email domains you want to allow for the user to select from?

提交回复
热议问题