How can I add a real-time letter counter to my gift card message box?

Hi,

I have a text box for a custom gift card message, with a place holder saying maximum 200 letters.

Code in product-custom-template.liquid:

Gift Card Message:

However, I would like to have a letter counter (eg. Message Limit: 0/200) that counts in real time at the bottom of the box like the following:

May I ask how can I achieve this?

Thank you in advance :slightly_smiling_face:

Hello @LaurenGlacia

For this to be done you can check the following solutions: jquery - Count characters in textarea - Stack Overflow

You would need to know your way around jQuery to get this done. Let us know if you need any help!

Cheers!

Hi @JHKCreate ,

Thank you for the link. I’ve found the thread earlier before posting the question here. Not sure how to get around jQuery as you pointed out.

Any further advice?