Home › Forums › Quform WordPress › Trying to find a way to displays uploaded image attachment in the post content
- This topic has 3 replies, 2 voices, and was last updated 5 years ago by
Ally.
- AuthorPosts
- August 8, 2017 at 2:50 pm #21596
akmalpunya
ParticipantI’m setting up customize notification html email and trying to find a way to displays the uploaded image attachment in the post content?
I searched at the comment section and found this code:
$upload = $form->getValue(‘iphorm_X_X’);if (isset($upload[0][‘url’])) {
$content .= ‘‘;
}But not really sure where should i put this code. Any help would be much appreciated. Thanks.
Attachments:
You must be logged in to view attached files.August 9, 2017 at 2:47 pm #21612Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
July 15, 2021 at 12:38 pm #33200minze_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 5 years ago by
minze_agentur.
July 16, 2021 at 11:05 am #33204Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- This reply was modified 5 years ago by
Ally.
- This reply was modified 5 years ago by
- AuthorPosts
- You must be logged in to reply to this topic.
