Home › Forums › Quform WordPress › Display data from a field on a previous page › Reply To: Display data from a field on a previous page
May 31, 2022 at 2:21 pm #34319
Participant
Hi Ally,
Yes, this makes sense. I have updated the unique ID’s and image URL’s in my code as per your instructions and the radio button image is displayed.
However, then radio button label is now missing. I tried using the code below but this didn’t work.
if (url) {
$(‘#stage-value’).html($(‘‘).attr(‘src’, url));
} else {
$(‘#stage-value’).html(”).text($(this).closest(‘.quform-option’).find(‘.quform-option-text’).text());
}
});
});