Hi!
I would like to show a Shopify form to logged in customers only, unless they already have a tag “klubiliige”. The last part is needed to hide the form from customers that have already submitted it.
Below is the whole code from the page .json file that includes the form. Could anybody please modify the code to include the necessary logic? ![]()
Thank you in advance!
K.
{
"sections": {
"main": {
"type": "main-page",
"blocks": {
"forms_inline_qhpT7C": {
"type": "shopify://apps/forms/blocks/inline/8744a304-fcb1-4347-b211-bb6b4759a76a",
"settings": {
"form_id": "287968",
"text_color": "#1c1c1e",
"button_background_color": "#76232f",
"button_label_color": "#ffffff",
"links_color": "#1c1c1e",
"errors_color": "#76232f",
"text_alignment": "center",
"form_alignment": "center",
"padding_top": 0,
"padding_bottom": 0,
"padding_right": 0,
"padding_left": 0
}
}
},
"block_order": [
"forms_inline_qhpT7C"
],
"custom_css": [],
"settings": {
"content_direction": "column",
"gap": 32,
"color_scheme": "",
"padding-block-start": 48,
"padding-block-end": 48
}
}
},
"order": [
"main"
]
}

