I have a site for subscribers - a123.domain.com with a form that captures data field1 and data field2 and I have a site for publishers a456.domain.com that has a view that needs to display data field1 and data field2. If these were SQL tables this would be a no brainer as I would just run a SQL query against the database (two different Wordpress sites and two different databases) but using formidable I don't know how to connect the view to the form source. Any insights would be greatly appreciated.
Maybe just embedding the view is an option? https://formidableforms.com/knowledgebase/formidable-api/#kb-show-a-form-or-view-on-another-wordpress-site
Please login or Register to submit your answer