I added filefield(http://drupal.org/project/filefield) field to CCK node type used as nodeprofile.
I checked "Show this node profile during user registration" for this node type.
So the plan is that anonymous user goes to user/register, uploads file with "Upload" button, registers with "Create new account" button.
But user registration fields (login, email, password) and nodeprofile fields are validated and turned red after "Upload" submission but not after "Create new account" submission as expected.
Comments
Comment #1
fagois this upload happening without AJAX? then I think this is by design, as drupal always validate the whole form and not only parts of it.