Shopify themes, liquid, logos, and UX
I am trying to add in this code, but its coming up with the above error message. Can someone please help me correct it?
Solved! Go to the solution
This is an accepted solution.
Hi @HIEa
I think the name with localization was depreciated already. I remember this to be available in debut theme but anyway. Please see corrected code. This should work
<div class="globo-formbuilder" data-id="{{section.settings.form_id}}"></div>
{% schema %}
{
"name": "Form",
"settings": [
{
"type": "select",
"id": "form_id",
"label": "Select form to display",
"default": "21114",
"options": [{"label":"Wholesale Registration form","value":"21114"}]
}
],
"presets": [
{
"name":"Form",
"category": {
"en": "Powerful Contact Form Builder"
}
}
]
}
{% endschema %}
This is an accepted solution.
Hi @HIEa
I think the name with localization was depreciated already. I remember this to be available in debut theme but anyway. Please see corrected code. This should work
<div class="globo-formbuilder" data-id="{{section.settings.form_id}}"></div>
{% schema %}
{
"name": "Form",
"settings": [
{
"type": "select",
"id": "form_id",
"label": "Select form to display",
"default": "21114",
"options": [{"label":"Wholesale Registration form","value":"21114"}]
}
],
"presets": [
{
"name":"Form",
"category": {
"en": "Powerful Contact Form Builder"
}
}
]
}
{% endschema %}
Thank you so much, this worked!
Your welcome. Glad to help
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025