Is there a way to allow the user to upload several images to their profile? I touched on this subject in another unrelated post, so I thought I would give it it’s own thread.
Right now I have put photo2,photo3,photo4 etc in my &customFields parameter, and tweaked the html in the registration form like so:
<label for="wlpeUserProfilePhoto" id="photolabel"> Image 1
<input id="wlpeUserProfilePhoto" type="file" name="photo" />
</label>
<label for="wlpeUserProfilePhoto" id="photolabel"> <br>
Image 2
<input id="wlpeUserProfilePhoto" type="file" name="photo2" />
</label>
<label for="wlpeUserProfilePhoto" id="photolabel"> <br>
Image 3
<input id="wlpeUserProfilePhoto" type="file" name="photo3" />
</label>
<label for="wlpeUserProfilePhoto" id="photolabel"> <br>
Image 4
<input id="wlpeUserProfilePhoto" type="file" name="photo4" />
</label>
However, still no joy. I can see the table columns in the _extended table, but they don’t seem to want to populate. Any ideas?
Thanks.