Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm having a form with textarea field and print this field value in ValidateForm using $form_state->getValue('field_name'). But it returns empty value if i give huge input(80K+ characters). Same will work if i give some less input (20k chars). Is there any limits in input value?
Hello, everyone! I've found an interesting issue with views.
I use views bulk operations module and vbo_export modules to export views to excel file using Drush. And I found that it's using a lot of memory, which is not good. I've tried to disable caching but it's also doesn't help.
So I've tried to use views data export module hoping it will reduce memory usage, but it's also didn't do anything better. I thought that it's the modules issue and tried to write my own command, you can find it here
I maintain the Textfield Counter module. An issue was raised that the module does not work for textareas with CKEditor enabled. I need to catch a keyup event from editors, or even just the CKEditor module, for the module to work. I haven't worked much with Drupal editors, nor CKEditor. Does anyone have any insight into how to do this?