How can I add a simple feedback form to my store's footer?

Hi,

I would like to add a mini form to my store footer, just a single form-field to get my visitors’ feedback and suggestions, without having to enter their names, without address, without phone number, even probably, probably, without email address. Just let them type their message and click send, that is it.

May anybody help me on this please with my great appreciation?

Theme: Studio

Best Regards

@ayTra - a new form for footer will need to be created, it will need code editing and it should have email field so you can get who has sent the feedback8

1 Like

Ok, thank you. I know that it needs code editing and this is what I’m looking for, some one to guide me how to apply this code editing.

@ayTra - you can visit this link and apply the code into your footer.liquid file, this will add form in the footer and feedback can be added by the site visitor

1 Like

Thank you Suyash1,

Almost done, but…

I got the code, removed the name, phone, order no, and just kept what I want. Then I pasted it at the END of the footer.liquid file, so it created the form at the very bottom of the page, as you can see in the attached screenshot.

May I know where exactly to paste the code in the “footer.liquid” file to get the required form inside the footer?

And how can I control the appearance of the form, fields alignment, and fields width & height?

I regretfully could not attach the screenshot

Regards

Here is the modified code which I pasted:

{% form ‘contact’ %}
{{ form.errors | default_errors }}

Email
Message
{% endform %}

@ayTra

May I know where exactly to paste the code in the “footer.liquid” file to get the required form inside the footer?

And how can I control the appearance of the form, fields alignment, and fields width & height?

=======================================

1] you will have something like , your code needs to be inside it

2] it will some css coding, if you are not familiar with css then you will need someone who knows css very well

1 Like

Well noted. Thank you for your help

1 Like

@ayTra - do let me know if you need any more updates, you can message here or you have my email below

Sure, I will. Thank you

@ayTra - you will have blocks of html code in the footer, you will need to adjust the coding… if you are not familiar with html/liquid coding then I recommend to get someone who can do it, but it is bit time taking task hence I doubt if anyone will do it for free

Yes sure Suyash1, you are right. Thanks a lot