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.
angus
June 26, 2025, 9:01am
3
Hey there @tomatie , yes you can accomplish this with the custom wizard plugin. You would need to do the following:
Add an upload field.
Make it a required field.
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.
Each step can have multiple fields. Each field has its own settings.
Add, remove and re-arrange
You can add, remove and re-arrange fields using the controls below “Fields”. The text in (brackets) is the field id (e.g. “field_1”). You may need to know that for some Conditional fields.
[image]
Label
This text will appear above the field input.
Description
This text will appear below the Label, and above the field input.
Required
The user will not be able to progress to the next step if the f…
Each wizard can have multiple actions. Each action has its own settings.
[image]
Add, remove and re-arrange
You can add, remove and re-arrange actions using the controls below “Actions”. The text in (brackets) is the action id (e.g. “action_1”). You may need to know that for some Conditional fields.
[image]
Type
Create Topic
This creates a new topic with given inputs. A title and post must be present for the action to be performed.
Title. Conditional field with alternatives.
Post. Yo…