I am prepopulating the list of District from a CRM in my Drupal project, but by using Select Option, I am getting an error that "The field supports a maximum of 500 options. Please reduce the number of options."
Total District count is 543 in my codebase.
How to remove/increase the limit of the select box
Hi folk. I'm new to Drupal, and am trying to write a file upload form, so I can get the file contents into another database.
I wrote a module called FileUpload, that consists of a FileUploadForm. I used a managed_file field in the form, and called it "file". Now I'm trying to read the file contents, and display them via drupal_set_message, but I don't know enough about the file api, and documentation is somewhat scant.