Hi
I would like to add a small section like this, How did you hear about us and with a blank field to write in, can this be done in a code or similar? ![]()
The section should be on the on a page where the check out comes in. ![]()
Thanks in advance. ![]()
A user wants to add a βHow did you hear about us?β section with an open text field to their Shopify store using the Dawn theme.
Recommended Solution:
form="cart" attribute to connect it to the actual cart formImplementation Options:
Note: This goes beyond simple CSS modifications and requires advanced customization involving form markup and cart attribute handling.
Hi
I would like to add a small section like this, How did you hear about us and with a blank field to write in, can this be done in a code or similar? ![]()
The section should be on the on a page where the check out comes in. ![]()
Thanks in advance. ![]()
Depending on total needs this can be an advanced customization, beyond just simple CSS band-aids.
Create an input, of fieldset of inputs, that uses cart attributes and put it in a custom-liquid section, or custom-liquid block if available, on the cart template
https://community.shopify.com/topic/613718
make sure the custom inputs or containing fieldset has the form attributeform="cart" to connect it to the actual cart form:
e.g.
To match a themes structure & style more consistently look for the themes contact us page code and copy the relevant parts that create a form.
Or use similar approach if you need this info to be summited like a contact form before a customer checks out.
If you need more advanced customization then contact me by my email for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Good Hunting