I want the subject text to be auto filled out. So instead of being blank I would like the subject line to have "New Member" all ready inserted in the subject field. Can someone show me how to do this ?
Here is a part of my contact.php, I thought you could use this to show me where it would go.
'message_subject' => array(
'type' => 'text',
'name' => 'subject',
'caption' => _t('_message_subject'),
'required' => true,
Thank you.