From what I understand, the file field should output the URL of the uploaded file.
According to the user guide: “In its most basic form, a File field can be used as a single tag that simply outputs the URL of the file:”
But when I try to do something like this:
style="background: url({event_image}) no-repeat;"The following is output:
style="background: url(M10o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr) no-repeat;"Thoughts on why it’s not outputting the actual URL?