Tagged: CONTACT FORM
-
AuthorPosts
-
August 30, 2016 at 10:58 am #679323
My client is reporting a character limit on the avia contact form message field. Is there a way to remove this limit?
August 30, 2016 at 12:40 pm #679367Hey shanhard,
There is no limit set as far as I know. However we would like to take a look at it Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayAugust 30, 2016 at 2:30 pm #679444Hi Vinay, thanks for the reply, here is the site:
August 30, 2016 at 2:43 pm #679462Hi,
I copy pasted random text that has 55668 characters and there still was no character limit :)
Best regards,
YigitAugust 30, 2016 at 4:07 pm #679539OK thanks I will investigate further. Thanks for the replies.
August 31, 2016 at 7:53 am #679849Hi,
Great! we will keep this ticket open so you can reach out to us in case you need any help.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayDecember 4, 2018 at 11:48 am #1040678Hi there,
I would like to set a character limit to the Contact form Text Area. How do I do that?
December 4, 2018 at 4:23 pm #1040763Hi,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your Contact Form element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Functions.php file in Appearance > Editor
function av_limit_textarea(){ ?> <script> jQuery(window).load(function(){ jQuery('.my-custom-class textarea').attr('maxlength', '150'); }); </script> <?php } add_action('wp_footer', 'av_limit_textarea');Best regards,
YigitDecember 5, 2018 at 8:39 am #1041095Thank you! Worked wonderfully!
December 5, 2018 at 1:09 pm #1041194 -
AuthorPosts
- The topic ‘Remove character limit in contact form message field’ is closed to new replies.
