Hi,
I'm trying to customize the look of the relay response page so it looks like my website. Images, css, and scripts don't appear to be included in the response page even though they are referenced with their full urls.
How do I include these files? Or how do I redirect the relay response so it's actually loading a page from my site?
Thanks!
Solved! Go to Solution.
02-10-2014 10:53 AM
cross domain in browser probably is going to stop it, your better of with just a javascript redirect
02-11-2014 07:59 AM
Either use absolute path or use a javascript on the relay response page to redirect back to yours site.
02-10-2014 11:07 AM
Pulling from the absolute path doesn't seem to work. The files (css, js, and php) aren't pulled in. Do they have to be served via https?
02-11-2014 07:52 AM
cross domain in browser probably is going to stop it, your better of with just a javascript redirect
02-11-2014 07:59 AM
Ok, will do.
02-11-2014 08:41 AM