hook_nodeapi using op load or prepare. Alternatively you could use my module <a href="http://drupal.org/project/custom_pub">http://drupal.org/project/custom_pub</a> but it doesn&#39;t have a per node_type customization at the moment. But if nothing else the code will show you how I accomplished it.<br clear="all">

-----<br>Adam A. Gregory<br>Drupal Developer &amp; Consultant<br>Web: AdamAGregory.com<br>Twitter: <a href="http://twitter.com/adamgregory" target="_blank">twitter.com/adamgregory</a><br>skype: aagregory2<br>Phone: 661.347.6597<br>


<br><br><div class="gmail_quote">On Tue, Jun 28, 2011 at 6:25 PM, Jeff Greenberg <span dir="ltr">&lt;<a href="mailto:jeff@ayendesigns.com">jeff@ayendesigns.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<u></u>

  
    
  
  <div style="direction:ltr" text="#000000" bgcolor="#ffffff">
    Still unclear on this...not for lack of searching.  If I add a field
    to node_type_form with hook_form_alter, how do I access that field&#39;s
    contents when NOT on the content type page? For example, if as a
    result of hook_form_alter my content type form shows the following:<br>
    <br>
    <span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:&#39;Times New Roman&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="color:rgb(51, 51, 51);font-family:&#39;Lucida Grande&#39;,&#39;Lucida Sans Unicode&#39;,sans-serif;font-size:13px;line-height:20px"><label style="display:block;font-weight:bold;margin:0px;padding:0px;border-width:0px;vertical-align:baseline">Default options</label>
        <div style="margin:0px;padding:0px;border-width:0px;vertical-align:baseline">
          <div style="margin:0px;padding:5px 0px;border-width:0px;vertical-align:baseline"><input name="node_options[status]" value="status" checked style="margin:0px;padding:0px;border-width:0px;vertical-align:middle;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif" type="checkbox"><span> </span><label style="display:inline;font-weight:normal;margin:0px;padding:0px;border-width:0px;vertical-align:baseline;text-transform:none;font-size:0.923em">Published</label></div>


          <div style="margin:0px;padding:5px 0px;border-width:0px;vertical-align:baseline"><input name="node_options[promote]" value="promote" checked style="margin:0px;padding:0px;border-width:0px;vertical-align:middle;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif" type="checkbox"><span> </span><label style="display:inline;font-weight:normal;margin:0px;padding:0px;border-width:0px;vertical-align:baseline;text-transform:none;font-size:0.923em">Promoted to
              front page</label></div>
          <div style="margin:0px;padding:5px 0px;border-width:0px;vertical-align:baseline"><input name="node_options[sticky]" value="sticky" style="margin:0px;padding:0px;border-width:0px;vertical-align:middle;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif" type="checkbox"><span> </span><label style="display:inline;font-weight:normal;margin:0px;padding:0px;border-width:0px;vertical-align:baseline;text-transform:none;font-size:0.923em">Sticky at top
              of lists</label></div>
          <div style="margin:0px;padding:5px 0px;border-width:0px;vertical-align:baseline"><input name="node_options[revision]" value="revision" style="margin:0px;padding:0px;border-width:0px;vertical-align:middle;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif" type="checkbox"><span> </span><label style="display:inline;font-weight:normal;margin:0px;padding:0px;border-width:0px;vertical-align:baseline;text-transform:none;font-size:0.923em">Create new
              revision</label></div>
          <div style="margin:0px;padding:5px 0px;border-width:0px;vertical-align:baseline"><input name="node_options[widglet]" value="widglet" checked style="margin:0px;padding:0px;border-width:0px;vertical-align:middle;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif" type="checkbox"><span> My option<br>


              <br>
            </span></div>
        </div>
      </span></span>The setting for My options shows up every time I
    edit the content type, but how do I access it when content is being
    created for that content type?
  </div>

</blockquote></div><br>