Adding an additional photo to Persons
I want to be able to add a second photo upload to Persons. I can add the field with the "files" field type, just like the Profile Picture field, but it does not behave the same way.
What am I missing?
-
- · Wise
- ·
The code that handles it server side. That is the one thing in the form builder dependant on server side processing.
-
- · Brian
- ·
So is there another way to get a back end photo upload without putting it into a gallery? I want our users to be able to snap a quick photo of a membership card, and upload it to prove their membership. (saves me calling the association for each member when they just provide me with a number)
-
- · Wise
- ·
Easiest way? Add a input and select HTML editor. It allows the insertion of images into a field. That's the easiest, however, not the most professional.
Anything else will require a custom solution.
-