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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025