You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where I want to prompt users to upload their profile picture in create mode. Once the user uploads a profile picture and edits the other form fields such as country etc.. it should allow the form validation to pass without making the profile picture field mandatory.
Expectation is based on the condition below it should only make the field mandatory on create, and on edit, it should allow to pass the form validation for the profile picture field without the need to re-upload it, as the details are already present in the form.
I have a scenario where I want to prompt users to upload their profile picture in create mode. Once the user uploads a profile picture and edits the other form fields such as country etc.. it should allow the form validation to pass without making the profile picture field mandatory.
Expectation is based on the condition below it should only make the field mandatory on create, and on edit, it should allow to pass the form validation for the profile picture field without the need to re-upload it, as the details are already present in the form.
Django + Iommi Playground: https://github.com/akhileshThapliyal/django_plaground
onCreate
onEdit
Profile Image Field Configuration
The text was updated successfully, but these errors were encountered: