Im sure it worked a few months ago but i hadnt finished a site then but now going to the contact page it lists the fields correctly but will not allow me or anyone else to type more then 1 character except for in the Your message field, any ideas?
Im sure it worked a few months ago but i hadnt finished a site then but now going to the contact page it lists the fields correctly but will not allow me or anyone else to type more then 1 character except for in the Your message field, any ideas?
Can you share the URL of the site?
yeah no problem, the link is here
Ive tried multiple browwers
All fields have attribute maxlength="1", this is the cause. How have you set your form? I guess you have fields like [text* your-name 100/1], the '/1' means maxlength, so just remove that.
Ah i see, i thought this value dictated how many lines the field was
Thanks so much
You must log in to post.