Good Morning,
I’m trying to insert a form on a page that contains an image field, which the user should be able to upload from his computer, but he adds it to the insert form as text.
I have created a DataProject to which I have added a Page that allows only inserting and that shortcode I have copied to the Calls page.
The section in which I am testing it is http://xuventudepoloemprego.es/emprego/gl/convocatorias/
I would appreciate any help.
Thanks a lot.
Lucía.
Good Morning,
I’m trying to insert a form on a page that contains an image field, which the user should be able to upload from his computer, but he adds it to the insert form as text.
I have created a DataProject to which I have added a Page that allows only inserting and that shortcode I have copied to the Calls page.
The section in which I am testing it is http://xuventudepoloemprego.es/emprego/gl/convocatorias/
I would appreciate any help.
Thanks a lot.
Lucía.
Hi Lucía,
Image uploading to your WordPress galary is only supported in the back-end. Sorry! If you want to use images in the front-end, you can use column type ImageURL. This is documented here:
https://wpdataaccess.com/docs/documentation/data-explorer/table-and-view-settings/#column-settings
Hope this helps,
Peter