<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    Sorry to ask a ridiculous question but in step 8 detailed at<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://drupal.org/node/717742">http://drupal.org/node/717742</a><br>
    <br>
    <code><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0,
          119, 0);"><br>
        </span><span style="color: rgb(255, 128, 0);">// This is the new
          validation handler for our Reset button. Setting<br>
          // the $form_state['rebuild'] value to TRUE, clears the form
          and also<br>
          // skips the submit handler.<br>
        </span><span style="color: rgb(0, 119, 0);">function </span><span
          style="color: rgb(0, 0, 187);">my_module_my_form_clear</span><span
          style="color: rgb(0, 119, 0);">(</span><span style="color:
          rgb(0, 0, 187);">$form</span><span style="color: rgb(0, 119,
          0);">, &amp;</span><span style="color: rgb(0, 0, 187);">$form_state</span><span
          style="color: rgb(0, 119, 0);">) {<br>
          &nbsp;&nbsp;&nbsp; </span><span style="color: rgb(0, 0, 187);">$form_state</span><span
          style="color: rgb(0, 119, 0);">[</span><span style="color:
          rgb(221, 0, 0);">'rebuild'</span><span style="color: rgb(0,
          119, 0);">] = </span><span style="color: rgb(0, 0, 187);">TRUE</span><span
          style="color: rgb(0, 119, 0);">;<br>
          }<br>
          <br>
        </span></span></code>It suggests the fields should be cleared
    when you press the button. For me all of the fields remain the same.<br>
    <br>
    I am using drupal 7<br>
    <br>
    Thanks<br>
    Iain<br>
  </body>
</html>