Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
- July 15, 2021 at 12:38 pm in reply to: Trying to find a way to displays uploaded image attachment in the post content #33200
minze_agentur
ParticipantIs this code still actual?
I am using something like this:<?php
$upload = $form->getValue(‘quform_2_70’);
if (isset($upload[0][‘url’])) {
echo ‘‘;
}
?>and it’s not working.
I am trying to insert the image from the singnature field (created following the official instructions.)
- This reply was modified 3 years, 11 months ago by
minze_agentur.
- This reply was modified 3 years, 11 months ago by
- AuthorPosts
Viewing 1 post (of 1 total)