Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Important
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.12, 4.7.13
-
Fix Version/s: 4.7.23
-
Component/s: CiviEvent
-
Labels:None
-
Versioning Impact:Minor (add functionality in backwards-compatible manner)
-
Documentation Required?:User and Admin Doc
-
Funding Source:Contributed Code
-
Verified?:No
Description
When configuring the 'Profile for Additional Participants' in civievents, the 'image url' field can be added to the profile, but then it doesn't show up when the participant is filling out the form. The HTML output is empty, like:
<div class="crm-section editrow_image_URL-section form-item" id="editrow-image_URL">
<div class="label"></div>
<div class="content"></div>
<div class="clear"></div>
</div>