The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
7k views

How to disable a field or make it readonly in Drupal 7

I am trying to disable couple of fields and make them readonly via hook_page_alter(). I was able to do check if user is viewing the page edit section (the form edit) ...
0
votes
1answer
1k views

Drupal 7 retain file upload

I have a file upload form how can I retain this file when there are other validation errors so that the user doesn't have to upload the file again? I tried this in my validation function but it ...
1
vote
4answers
920 views

Drupal 6: Only inserting first character of value to MySQL

I am working with a hook_form_alter on a CCK type (for you drupal-ers). I have a field that is normally a select list in my node form. However, in this instance, I want to hide the select list, and ...
0
votes
0answers
159 views

Drupal managed_file error on submit

I am using a Drupal 7 form and would like to provide an image field to submit as an option. The following code works fine IF AN IMAGE FILE IS UPLOADED. If the image field is not used, I get the ...