alexistkd Posted October 14, 2015 Share Posted October 14, 2015 Hi i created a payment notification form that includes fields like name, phone, comments and e-mail, theres any way i can validate if the e-mail filled by the client exists in whmcs clients database? and if not then disable the next steps. So field should validate if its a existing e-mail address. thank you. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 15, 2015 Share Posted October 15, 2015 use Data Feeds to query WHMCS Database to check if email is exist, and connect to that data feed file using AJAX or cURL depends on how your form works 0 Quote Link to comment Share on other sites More sharing options...
alexistkd Posted October 15, 2015 Author Share Posted October 15, 2015 but any idea of which data feed do i need to use? i saw also this but im not sure about it: http://www.whmcsjet.com/how-to-check-existing-client-in-whmcs-by-email/ 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 15, 2015 Share Posted October 15, 2015 but any idea of which data feed do i need to use? i saw also this but im not sure about it: http://www.whmcsjet.com/how-to-check-existing-client-in-whmcs-by-email/ Use your own data feed I see that code you share can handle the task! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.