Jump to content

Calculator needed


Gauravk

Recommended Posts

Posted

Is there any way to design a custom calculator for car loan, evaluation, depreciation etc?

Happy to purchase if any such app exists in marketplace. Thanks in advance.

Posted

Usually you can find calculator javascript widgets online that you can freely embed into your site. You would just copy the code into a manual HTML Pages block, then embed the block where-ever you want the calculator to display on your site.

Posted
On 12/5/2019 at 9:37 AM, bfarber said:

Usually you can find calculator javascript widgets online that you can freely embed into your site. You would just copy the code into a manual HTML Pages block, then embed the block where-ever you want the calculator to display on your site.

So, not on calculator topic, but I am having trouble embedding javascript code into a wysiwyg block on my site.

I am clicking the "code" button, pasting the code, selecting "javascript" and all that is displayed is the code, not what it is supposed to do.

this is the code: <!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/adminwizard" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->

Help is appreciated.

 

Posted

When you paste "code", this is code designed to display in a code box. i.e.:

<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/adminwizard" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->

What you would need to do is click the "Source" button on the editor and paste your javascript embed code in there.

Posted
7 hours ago, bfarber said:

 

What you would need to do is click the "Source" button on the editor and paste your javascript embed code in there.

Thanks for your reply. I thought that what the "code" button was for, but now I know. However, on my editor I did not have a source button. I tried to install a new ckeditor, but the plugin keeps failing. I have a trouble ticket submitted. 

Posted
16 hours ago, James Adams said:

Thanks for your reply. I thought that what the "code" button was for, but now I know. However, on my editor I did not have a source button. I tried to install a new ckeditor, but the plugin keeps failing. I have a trouble ticket submitted. 

You may need to give your group permission to post HTML in the AdminCP > Members > Groups area in that case.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...