Action Required: Mandatory Salesforce Sites security configuration update

Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

Why is my Studio page editor broken after saving?

If your Studio page editor appears blank, frozen, or unresponsive after saving changes, the most common cause is:

Custom JavaScript was added directly into the HTML Editor.

Studio does not support adding <script> tags inside the HTML editor, and doing so can break the page builder interface.

✅ The Correct Way to Add Custom JavaScript

If you need to add tracking scripts, widgets, or custom functionality, please use one of the supported methods below:

Option 1 — Use the “No Script Code” Section

  1. Go to Page Update
  2. Locate the No Script Code section
  3. Paste your <script> code there

This safely inserts your code into the <body> section of the published page without interfering with the Studio editor.

You may:

  1. Upload your JavaScript as a .js file
  2. Add a reference to it in the <head> section of your page using Add Head Script field

Example:

<script src="https://yourdomain.com/custom-script.js"></script>

This keeps the HTML editor clean and prevents conflicts.

🚨 If Your Page Is Already Broken

If JavaScript was added directly into the HTML editor and the page is now un-editable:

  • The page cannot be fixed from inside the editor
  • A new page may need to be created and rebuilt

Need Help Restoring the Page?

Please contact the Payments2us Support Team. A Support Block is required for us to attempt page restoration.
 

Updated at March 1st, 2026

Was this article helpful?