support request

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Fohsap's picture

Special permissions to alter null fields and edit existing fields

Functions required:

<

blockquote>
drupal_hook_form_alter()
why? To check to see if fields are or are not null (note that "drupal" will be replaced with a suggested module name for anyone who thinks that this should be modulated)
dropdown()
Preferred/chosen method, due to its being concise. For larger sites, it would probably be best to use some kind of auto-complete function
foreach()
This is used to fill the drop-down with options (the variable $option will be used)
submit()
To initiate actions which will fill the form in question with the user entries made herein

Read more
Subscribe with RSS Syndicate content