Ampscript Editor in cloud pages Checkout demo here Copy the html Deploy into a landing page & Open Write code and debug!! Happy coding! <script runtat="server"> Platform.Load("core","1.1.5"); try { Write('Hello world'); } catch(e) { Write(Stringify(e)); } </script>