I need to choose which email to send the submission to from a database. How can I integrate this with contact form 7?
to clarify, this is how it will work: the user will choose which State they are from through a drop-down menu, and the email designated to that state will be the one receiving the form submission. But, in order to do so, I need to query from the database "email WHERE STATE = state" (to provide you with a pseudo-sql statement)