I have a client who can not host the Quform files along with the rest of the site and forms we have built for them. Is it possible to still use Quform when the Quform files are hosted on a server separate from the forms it’s processing? I tried simply adding an absolute link to the form’s action command and the required CSS and JS files. But I am receiving “An Ajax Error Occured” message upon submission. The data is actually going through, as I successfully receive email notifications with the submitted data, but neither the same-page form validation nor success message will appear. I’m assuming if it’s possible to do, I need to set some more absolute links within the Quform files, but I’m not sure where that would be.
Further, after some research, I think this might come down to a cross domain ajax request issue, but since I’m not a programmer, I can’t be certain. But, again, any input is appreciated.