Hello, all,<br><br>I am working in a system that should have the following workflow:<br><br>After a user has registered, he is able to create one (and just one) node of a certain content type, which has several fields.<br>

<br>In order to &quot;submit&quot; que node type, there are several fields that should be filled, and thus I marked them as required.<br><br>However, this person should also be able to save an &quot;Incomplete&quot; content type, as a &quot;draft&quot;, before submiting it. And, in this case, the fields wouldn&#39;t have to be filled.<br>

<br>After the content is submitted, the user should not be able to edit it anymore. <br><br>Ok, so, how have I done it so far?<br><br>I created the content type and then used save&amp;edit (<a href="http://drupal.org/project/save_edit">http://drupal.org/project/save_edit</a>) to create two status: published and saved.<br>

<br>Then I used Skip validation (<a href="http://drupal.org/project/skip_validation">http://drupal.org/project/skip_validation</a>) so, when the person just saves the content type, it skips validation.<br><br>And the validation is just done when the person publishes the node, which is when I used Rules (<a href="http://drupal.org/project/rules">http://drupal.org/project/rules</a>) in order to prevent send e-mail and prevent further access to the content.<br>

<br>Sounded good, but the problem is that the content is not being save after skipping validation.<br><br>So, here I am, trying to think about another way of doing this. My doubts/thoughts until now are:<br><br>- is there a module that makes a different kind of validation which is not the core validation?<br>

<br>- why is the content type not being save after skipping validation? <br><br>- does anybody have any different idea of how i could do this?<br><br>thank you in advance, <br><br>best regards,<br><br>daniela<br>- <br><br>

<br><br><br clear="all"><br>-- <br>Daniela de Carvalho Matielo<br><a href="http://dacamat.com.br">dacamat.com.br</a> | <a href="http://weblab.tk">weblab.tk</a> | <a href="http://lixoeletronico.org">lixoeletronico.org</a><br>

twitter: @danimatielo<br><br>&quot;The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say an uncommon-place thing, but burn, burn, burn like fabulous yellow roman candles.&quot; ~ Jack Kerouac<br>