Is it possible to get the raw HTML-code of a form that I have created using the Shopify Forms app?
I have created a web form with the Shopify Forms app. Next, I have connected this form to a Shopify Flow automation to send people who have submitted their email address via this form a sequence of messages.
Now, I would like to edit the Shopify Forms web form. First, because I would like to improve the layout, second, because I need to be able to translate the words in the web form.
Where can I get the raw html code of the form? The Shopify Forms app doesn’t offer access to the raw html. I tried to find the html code by inspecting the source code in my browser. But the form’s html seems to be hidden behind some java script which I don’t understand.
Can you tell me where I can find the html code of the form?
My intention is to edit the html code slightly and then publish it via a Custom Liquid block in the theme editor.