Skip to main content
Home
Toggle menu
  • Home
  • Blogs

June 2013

Error message

The GeSHi filter requires the GeSHi library (which needs to be downloaded and installed seperately). Please review the install instruction at README.TXT.

Programmatically output webform block

Webform module provides a way to create forms, which can be used as contests, personalized contact forms, or petitions, etc.
  • Read more about Programmatically output webform block

Get allowed values of select list field

Ever wanted to retrieve a list of allowed values of select list, here's a sample code: [geshifilter-code] <?php $field = field_info_field('FIELD_NAME'); $allowed_values = list_allowed_values($field); ?> [/geshifilter-code] The
  • Read more about Get allowed values of select list field
sfy39587stp18