Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Embedded Javascript Form From External Site, Cannot Override The CSS Reply To: Embedded Javascript Form From External Site, Cannot Override The CSS

#155562
__
Participant

server: "https://forms.xxxxxxx.com"

I assume you’re trying to obfuscate the actual domain name. It is better to use “example.com” (which was specifically reserved for the purpose of example URLs), rather than “xxxxxxx.com” (which is a for-sale domain that contains links to p0rn sites).

rates_styles: ["http://forms.xxxxxxx.com/MXForms/Content/Site.css",
"http://forms.xxxxxxx.com/MXForms/Content/Rates.css"]

Looks like the script is using these URLs to load the stylesheets. You might try changing those URLs to point at your local (modified) stylesheets. Couldn’t offer anything more without actually seeing the script.