I am utilizing the pods framework for all customized submit sorts on my wordpress web site. The client I am constructing the web site for desires to have a type, the place his associates can submit their firm and a few details about them, together with their firm emblem.
So i attempted making a type by way of pods, which labored like a attraction, besides that the picture enter discipline doesn’t work, since a person who isn’t logged in doesn’t have the fitting permissions to add media recordsdata.
The Kind code appears the next with the pods shortcodes:
[pods-form name=”Partner” label="Sign now" id=”new” fields="post_title, website, text_a, name_b, adress_c, ..., logo"]
The place the emblem
needs to be the picture add discipline.
Now all of the textual content fields work completely superb and get rendered as enter
within the dom. However for the emblem
, a message:
You don’t have entry to add / browse recordsdata. Contact your web site
admin to resolve.
Is displayed within the frontend. Now after a number of web-searches I am a bit confused on whether or not this coverage comes from the pods framework or wordpress itself. Is there a typical setting to disable to be able to permit media add for non registered customers?
Admire any hints.