The Article with the Drupal 6 Email Contact Form Setup is Contained in the Link Below.
The How to Setup Drupal Email Contact Form is Contained Here:
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
The Article with the Drupal 6 Email Contact Form Setup is Contained in the Link Below.