How to transfer a custom HTML jotform to the Dawn theme?

Hi All,

Bit of a tricky one to explain but here goes…

On my existing website (link below) we have a custom HTML jotform uploaded to our prestige theme. this enables submissions from the form to come through to whatsapp.

https://label-source.co.uk/pages/sell-to-us

We are moving our website to the Dawn theme and are trying to copy the existing

code. We have this 90% complete however we are seeing the below message on the form on our draft site.

Any help/guidance appreciated

Thanks,

Daniel

@LabelSource - itmeans that your current theme do not have a section named ‘page-header’ instead it is named something else, may be only header.liquid

please go to online store->themes->actions->edit html/css and search what header file do you have

1 Like

Hi Suyash,

I have just checked this and you are correct it is called header-liquid, however im not sure how to change this. i cant find any section called page-header.

thanks

Hi Suyash,

Is there a way we can change the page-header in section to match the form or the other way round?

Thank you

@LabelSource - can you please rename that section page-header code to section header and check?

1 Like

I might be being stupid but i cant see where to rename this. i used control F shortcut and cannot locate the title

@LabelSource - please check theme.liquid

I have found the section header in theme liquid, however it relates only to my announcement bar i believe

{{ "accessibility.skip_to_text" | t }}

{% section ‘announcement-bar’ %}
{% section ‘header’ %}

{{ content_for_layout }}

{% section ‘footer’ %}

@LabelSource - on which page are you getting this error?

this is on the ‘sell to us’ page of our new website, preview link below

https://dvsc3g2yk8k2u0dy-25590600.shopifypreview.com

@LabelSource - please check page.liquid template

this is what i have on page.sell-to-us.liquid

{%- section ‘page-header’ -%}
{%- section ‘sell-to-us-form’ -%}

@LabelSource {%- section ‘page-header’ -%} - change this to {%- section ‘header’ -%} and check

that has worked to remove the header but now i have two web banners

also my font has now changed