I am using Drupal 7.x framework to create website. When i click the add content link to create content of a page, it is showing title as mandatory field. So whatever the text i entered is showing on the title of the content section.
Could you please help me how to disable the mandatory section for the title field.
went through an upgrade (my host only has Drupal 6 so installed that first) then I downloaded the 7.2 zip and followed all the upgrade instructions including putting my v6 site into maintenance mode...
I have a changed node edit form by hook_form_alter(), who contains additional button for speed save. This button must save all data for this form and redirect to this form when all data will be saved.
If node contains any empty required fields, form submit is unavailable, because validation function returns an error.
How to pass a form validation when some required fields are empty?
Hi, I am trying to remove certain content types from search results and from searching have found that its not actually a standard function (and much to my surprise, not even an addon module)
If im just not finding the easy way to do it, please point me in the right direction and save yourself reading any more.