How can I insert image from upload button to picture field on the Private MembersData collection?

Hi I hope someone can guide me on this, I have create a custom sign up using velo form and I have put an upload button for an image however the photo seems not storing on the PrivateMembersData collection.

This is the code that I have put.

Can someone help me with this. Thank you in advance

You’re not doing it right.
Please post your code (not a screenshot) so I’ll be able to show you what you’re missing there.

  • let us know if the image is a required field or optional.

sorry I already deleted the code as I am expecting that someone will provide me a new and correct codes,., if you dont mind giving me the exact steps and code how its being done?

Basically, you need to upload the file using startUpload( ) and when the promise gets resolved you assign the uploadedFile.url to the registration object.