• Right now, I am working on a woocommerce store that uses the Woodmart theme. I installed the WordPress Optin Wheel plugin since the site owner desired a gamified way for store users to get a few coupons as presents and discounts. The wheel pops up after 3 seconds when the site is initiated and the user has to give a number before they spin the wheel. The problem is that the company needs to use an API or plugin that will be supplied by a third party in order to validate a collection of phone numbers that are stored in the database of another business.

    I would like to know if it is possible to validate a phone number through an API from a separate database when the wheel pops up, and if yes, where and how do I make the necessary adjustments in the plugin’s source code?

    Also, i am not very good at php adjustments so if there’s any other way to solve this particular requirement, i would appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Wombat Plugins

    (@maartenbelmans)

    Hi @nrtalha

    This is not something the plugin can do out-of-the-box, sorry. As you already guessed, this would require PHP programming.

    Thread Starter Navid Redwan Talha

    (@nrtalha)

    Hi @maartenbelmans , thank you for your response. I completely understand this might be off out of the parameters of support, but can you suggest/redirect me to the way where i can run validation on phone numbers without having to mess around with php adjustments?

    I will be creating a dedicated page for a specific campaign where the wheel will show up and that is the only place where i need to run the validation. Any suggestion would be appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to validate phone numbers via a third party API?’ is closed to new replies.