Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.6, 4.7
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
Add an imageURL field to a profile and include that in a contribution page.
When you get to the confirm and/or thank you page, instead of showing up as an image, it's showing up as an upload button.
I believe the issue is line 149 of /templates/CRM/UF/Form/Block.tpl which seems to be trying to deal with this by testing for the field.html_type, which is not set for the imageURL field. I'd guess it works for custom image file fields.