CSS not being applied on Success page after Form Submitted on external hosted site

I’m having trouble with my site which I have exported and am hosting on bluehost. I am using formmail from tectite to get contact info. The form submits correctly and works but the success page that is called doesn’t apply the css styles to the page. However the navbar and footer are rendered correctly.

Here is my read-only link: https://preview.webflow.com/preview/prime-logistics?utm_medium=preview_link&utm_source=designer&utm_content=prime-logistics&preview=6b08704df7bb09e75aac66f8d115b152&mode=preview

Here is the success page on the host: Success

I have some embedded code in the form for the formmail to work:

<input type="hidden" name="required" value="name:Your name,Email:Your email address" />
<input type="hidden" name="derive_fields" value="realname = name,email = Email" />
<input type="hidden" name="recipients" value="sanfordpaul@gmail.com">
<input type="hidden" name="good_url" value="http://www.primelogisticshou.com/success.html">
<input type="hidden" name="bad_url" value="http://www.primelogisticshou.com/failure.html">
<input type="hidden" name="subject" value="Inquiry from primelogisticshou.com">

Any help or ideas would be greatly appreciated.

Thanks so much!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.