• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

widget jotform has http code instead of https???

Explorer ,
Nov 15, 2017 Nov 15, 2017

Copy link to clipboard

Copied

Hi Adobe Muse,

in the website for my client I am implementing a registration form by the jorform widget.

Because of all sensitive information people need to register, we choose to upgrade the website by making it https.

BUT

...then the form wasn't visible anymore??

Now the hosting company helped me by rewriting some code that still was http, but that it way too technical for me. And it restricts me to make any changes to the form anymore.

Can someone please help me? What do I need to do or look out for to prevent any further issues in this?

I want to be able to adjust the form when needed.

The webpage where the form is placed is:

https://www.baaijlightcards.nl/registratieformulier.html

And the guy of the hosting company told me it was in these lines of code:

<script src="http://use.fontawesome.com/ff14f50bdc.js"></script>

<script type="text/javascript" src="http://form.jotform.us/jsform/72762093184359"></script>

href="http://muse-themes.com"

document.write('\x3Cscript src="http://musecdn2.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js" type="text/javascript">\x3C/script>');

I appreciate your help in advance, thank you!

Kind regards,

Chantal

Views

456

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Nov 16, 2017 Nov 16, 2017

Hi Chantal

Your signup form is visible and active the url you have shared (with green [secured] icon).

if you have problem loading secured script for jotForm, you can manually add the 's' after http in the code snippet that jotForm have provided you. (where it says http://use.font.......  add an 's'  so it reads https://use.fontawesome.....).

Muse adds the jquery scripts from BC that does not have https:// in it

to overcome this problem you can force any external links to be overwritten as https://

...

Votes

Translate

Translate
Contributor ,
Nov 16, 2017 Nov 16, 2017

Copy link to clipboard

Copied

Hi Chantal

Your signup form is visible and active the url you have shared (with green [secured] icon).

if you have problem loading secured script for jotForm, you can manually add the 's' after http in the code snippet that jotForm have provided you. (where it says http://use.font.......  add an 's'  so it reads https://use.fontawesome.....).

Muse adds the jquery scripts from BC that does not have https:// in it

to overcome this problem you can force any external links to be overwritten as https:// instead of http:// from SSL certificate provider.

or

you can add your own script: (in the head section of your master page)

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

that will solve the problem.

http://adobemuseexpert.com/about-adobe-muse-expert.html

Toufic Nabi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 21, 2017 Nov 21, 2017

Copy link to clipboard

Copied

LATEST

Thank you Toufic for your professional reply.

Sorry my repons is so late, due to work I couldn't get to you sooner.

I have now 2 days to deliver and will work with your comments. I will save them, so in the future I will be able to do it myself.

Thanks again for your constructive help!

Creative greetz,

Chantal

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines