Skip to content

Instantly share code, notes, and snippets.

@vkareh
Created June 25, 2012 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkareh/2990301 to your computer and use it in GitHub Desktop.
Save vkareh/2990301 to your computer and use it in GitHub Desktop.
Forcing an input format on a textfield
$form['my_text_field'] = array(
'#type' => 'text_format',
'#base_type' => 'textfield',
'#title' => t('My Text'),
'#default_value' => '',
'#format' => 'filtered_html',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment