I need to create a new page or just re-use the existing About page to add one html textbox which will call a subscribe(event) function when users click Enter.
As you can see here, I'm using Netlify CMS's admin portal to modify my About page. I did pay attention to the empty lines in-between <input>
and <script>
as someone said to have a few empty line in the middle to make them work.
The issue is it works sometime, but when I update anything on the page, the code breaks saying the function "subscribe(e)" is not defined even I have the script there.