Liquid code does not work on a phone.

Hi

I have liquid code which puts a textarea on my site:.

The maxlength attribute works in desktop and mobile mode under development however it doesn’t restrict entry to 10 characters on my mobile phone -using using different browsers including Chrome

Any ideas?

Hi @Emma_B2 , The “maxlength” in is inconsistent across different devices. To fix the issue try adding the below script to your file code.


AT…