Hi, I have this scenario:
I need to build 3 related (but separate) WP sites (possibly running WPMU). These sites will all share a single MySQL db with different table prefixes.
each site needs a multi-page gravity form (same form on each site, only style differences).
Can all 3 forms write the submissions to a single shared data-source, or would there be someway merge the data from the 3 sites?
I realise we can use something like Wufoo to do this pretty easily, but would like to find a way to do it all within WP.
Thanks