Please add support for custom HTML on the website landing page. There are fields for this presently but they do not alter the content of the page.
e.g. the following code should popup an alert and turn the text colour of buttons to black. Actual behavior is the closing script tag breaks the injection script and the code runs as plain text down the bottom of the page.
<script>alert("hello");</script>
<style>button {color:black !important}</style>
Related suggestions:
https://feedback.cloudwaitress.com/116
https://feedback.cloudwaitress.com/671
https://feedback.cloudwaitress.com/790