Skip to main content
Home
Toggle menu

Main navigation

  • Home
  • Blogs

June 2013

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:
  <?php
    $field = field_info_field('FIELD_NAME');
    $allowed_values = list_allowed_values($field);
  • Read more about Get allowed values of select list field

Monthly archive

  • March 2019 3
  • September 2018 1
  • July 2018 2
  • April 2018 1
  • August 2017 1

Pagination

  • Next page ››
sfy39587stp18