So, here is the situation. I have a wordpress multisite where i am collecting my form data and saving to the database. I have a second wordpress multisite install where I would like to display the collected forms from the 1st site. Is there a way to write to two databases or is there some other easy way for me to grab the data to display on another site??
I tried messing around with reading the database into the 2nd site using a new instance of wpdb; which I could get, but I was having a hard time displaying my data since each form submission is not a single database entry, but rather several entries.
Is there an easier way to do this?
http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/