Sep 27 2020
01:36 PM
- last edited on
Feb 01 2023
02:14 PM
by
TechCommunityAP
Sep 27 2020
01:36 PM
- last edited on
Feb 01 2023
02:14 PM
by
TechCommunityAP
I have a wordpress site running Contact Form 7 addin.
Does anyone know a way I can automatically record submissions on this form directly to Microsoft List?
Sep 27 2020 02:24 PM
SolutionSep 27 2020 03:49 PM
Sep 27 2020 04:16 PM
@liverlarson well, that's a completely different approach then and depending on your expertise and ability, could be a lot more complex.
Bottom line, if you're not catching the event via some kind of PHP hook on the back of the contact form then you need to poll the database. Alternatively, you could apply an approach like that mentioned in this post ... http://www.mooreds.com/wordpress/archives/1497 ... and use DB triggers but it looks shakey and potentially problematic, still worth a shot though I'd say.
Once you have the data though, using the Azure based services (like a Logic App or Azure Function or Power Automate) to create the list item is a sure fire approach.
You can also connect to MySQL from Logic Apps but depending on where your DB is hosted and how accessible it is could depend on how much complexity needs to go into the solution, i.e. you may need a gateway instance to connect. Honestly, catching the email is the easiest path but I guess, if you don't trust it then that's not going to get you across the line.
Sep 28 2020 07:51 AM