Require upload avatar upon signup.

My forum is invite only. Members receive an invitation link, upon clicking on it, they fill out the generic signup form: 1) name 2) username 3) password.
i would like to require them to upload a profile picture/avatar.

Would the Custom Wizard plugin accomplish what i am looking to do? If not, can someone reach out to me for custom code, for a fee?

Thank you.

bumping this. anyone interested in taking on this task? for a fee? Thanks.

Hey there @tomatie, yes you can accomplish this with the custom wizard plugin. You would need to do the following:

  1. Add an upload field.
  2. Make it a required field.
  3. Add an Update Profile action, and map the upload field to the user avatar.

Please read the Custom Wizard documentation to learn more about each of the above.