venue logo multiple files
-
Hi all !
I wanted to have venue_logo mutiple files.
I have edited the form fields from WP back.
When I create a venue, it’s works great.
But when I come back to edit the venue from front dashboard, there is no more logo value.
Did you have an idea ?Value of $field in venue-submit.php Right after saved it from venue front dashboard :
array(11) { ["label"]=> string(17) "Photos du terrain" ["type"]=> string(4) "file" ["required"]=> string(1) "0" ["placeholder"]=> string(0) "" ["priority"]=> int(3) ["ajax"]=> bool(true) ["multiple"]=> string(1) "1" ["allowed_mime_types"]=> array(4) { ["jpg"]=> string(10) "image/jpeg" ["jpeg"]=> string(10) "image/jpeg" ["gif"]=> string(9) "image/gif" ["png"]=> string(9) "image/png" } ["visibility"]=> bool(false) ["description"]=> string(0) "" ["value"]=> array(2) { [0]=> string(108) "https://www.nextwarzone.com/wp-content/uploads/event-manager-uploads/venue_logo/2024/05/randomBanner_2-1.jpg" [1]=> string(108) "https://www.nextwarzone.com/wp-content/uploads/event-manager-uploads/venue_logo/2024/05/randomBanner_1-5.jpg" } }Value of the same variable when I come back later to edit it .
string(17) "Photos du terrain" ["type"]=> string(4) "file" ["required"]=> string(1) "0" ["placeholder"]=> string(0) "" ["priority"]=> int(3) ["ajax"]=> bool(true) ["multiple"]=> string(1) "1" ["allowed_mime_types"]=> array(4) { ["jpg"]=> string(10) "image/jpeg" ["jpeg"]=> string(10) "image/jpeg" ["gif"]=> string(9) "image/gif" ["png"]=> string(9) "image/png" } ["visibility"]=> bool(false) ["description"]=> string(0) "" ["value"]=> string(0) "" } ">Any Idea of what to do to solve it ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘venue logo multiple files’ is closed to new replies.