Hi, Roland. As expected, we could not set up database replication on shared web servers so we went the iFrame route. It is mostly working but we found that the “action” parameter has problems. Initially, we had a two page form so used the action parameter to send users to the second page but the second page would not display so we made it a single page form. However, we want to send users to a different Thank You page, one that does not have headers, footers, and menus so better for the iFrame.
Interestingly, the page specified in the action parameter does not display in the iFrame (it is empty) and none of the notification or thank you emails are sent but we do see the entry in the database. If I used the exact same page on the local site and thus not in an iFrame, it works as expected. Any idea what is happening and how we fix it? I did try using a full URI, i.e., including the site URL, as the action but that did not help. Thanks.