I need to add an input field that makes use of intl-tel-input to verify the entered cellphone number, an additional button that sends an sms to that cellphone number. And then a second input for the code that has been sent to that sms. Implementing that is fairly straight forward and got it up and running in a regular html form along with some php files.
The problem I have currently is that the client insists on using the Contact Form 7 plugin. So I need to integrate that without breaking the plugin.
I'm extremely inexperienced when it comes to wordpress. And my deadline is tomorrow morning...Can anyone perhaps point me in the direction of some decent tutorials on how to add either create a plugin that is compatible with another plugin, or just advice in general on how to best approach this please?
Any advice will be greatly appreciated!