cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Customizing relay response page SIM

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!

VFHwebdev145
Member
1 ACCEPTED SOLUTION

Accepted Solutions

cross domain in browser probably is going to stop it, your better of with just a javascript redirect

View solution in original post

4 REPLIES 4

Either use absolute path or use a javascript on the relay response page to redirect back to yours site.

RaynorC1emen7
Expert

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?

cross domain in browser probably is going to stop it, your better of with just a javascript redirect

Ok, will do.