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.

Amazing, thank you! i got it to work. Two additional questions.

  1. do you know what’s with the missing image at the bottom. how to remove it?

  2. is it possible to prompt this wizard to existing users? i want them to be prompted so they can upload avatar.

Thanks so much!