Back to Integrations

Install Made For Law on Wix

Add Made For Law legal calculators to any Wix website in minutes using an HTML embed block.

Requirements

Wix requires a Premium plan (Business or higher) to add custom code embeds. Free plans do not support custom HTML/JavaScript.

Option A: Wix Editor

  1. 1

    Open your Wix site editor

    Log in to Wix and click "Edit Site" on the site where you want to add the calculator.

  2. 2

    Click Add (+) → Embed Code → Custom Element or HTML iframe

    In the left toolbar, click the "+" button, then navigate to "Embed Code" and choose "Custom Element" or "HTML iframe."

  3. 3

    Paste the embed code

    In the code editor that appears, paste the embed snippet (below) and replace the placeholder data-key value with your license key from Settings > Embed.

  4. 4

    Adjust the element size

    Drag the corners of the embed element to resize it. We recommend a minimum width of 350px and height of 600px.

  5. 5

    Publish your site

    Click "Publish" in the top-right corner. The calculator will be live on your site.

Option B: Wix Studio

  1. 1

    Open Wix Studio

    Log in to Wix Studio and open your project in the editor.

  2. 2

    Add an "HTML embed" component

    Click "Add Elements" in the left panel, search for "HTML embed," and drag it onto your page.

  3. 3

    Paste the embed code

    Click the embed component, select "Enter Code," paste the snippet below, and replace the placeholder data-key value with your license key from Settings > Embed.

  4. 4

    Preview and publish

    Use the preview mode to verify the calculator renders correctly, then publish your site.

Embed Code

Copy this snippet and replace MFL-XXXX-XXXX-XXXX-XXXX with the license key from Settings > Embed in your portal.

<script src="https://app.madeforlaw.com/widget/loader.js"
        data-key="MFL-XXXX-XXXX-XXXX-XXXX"
        data-app="probate"></script>

Troubleshooting

The calculator does not appear after publishing

Make sure you are on a Wix Premium plan (Business or higher). Free plans strip custom JavaScript. Also verify you selected "HTML iframe" or "Custom Element," not a plain text block.

The widget looks cut off or too small

Resize the embed element in the editor. We recommend at least 350px wide and 600px tall. On mobile, set it to 100% width.

"Invalid license key" error

Double-check that your script tag includes the correct data-key value from Settings > Embed in your portal. Keys are case-sensitive.

Content Security Policy (CSP) errors in the console

Some Wix configurations may block external scripts. If scripts are blocked, use the iframe embed code from Settings > Embed in the portal (Iframe tab) instead of the script tag.