Subscriptions 3

‘textfield’,
‘#title’ => t(‘bar’),
‘#default_value’ => t(‘foo’),
‘#size’ => 60,
‘#maxlength’ => 64,
‘#description’ => t(‘baz’),
);
$form[‘submit’] = array(
‘#type’ => ‘submit’,
‘#value’ => t(‘Save’),
);

?>