A clients wordpress website currently has an application form on it (jetpack) which when completed sends an email with the entered details to the business.
I want to instead have this data automatically sent to a local database at the business site. What is the best way to go about doing this?
I was thinking, have the web server put responses into a local mysql database and then retrieve this data and then insert it into the database that is running at the business site.
I was thinking of writing a simple Java app that connects to the remote mysql database reads the data from it and then inserts it into the local database. Is this a reasonable approach? Or are there better ways of doing this with plugins and apps? Any advice would be greatly appreciated here, thanks.
I want to instead have this data automatically sent to a local database at the business site. What is the best way to go about doing this?
I was thinking, have the web server put responses into a local mysql database and then retrieve this data and then insert it into the database that is running at the business site.
I was thinking of writing a simple Java app that connects to the remote mysql database reads the data from it and then inserts it into the local database. Is this a reasonable approach? Or are there better ways of doing this with plugins and apps? Any advice would be greatly appreciated here, thanks.