Home › Forums › Quform WordPress › Limiting Preview Entries Data, Layout disappear.
- This topic has 12 replies, 2 voices, and was last updated 6 years, 8 months ago by
Ally.
- AuthorPosts
- June 6, 2018 at 8:55 am #25966
onukingsleyonu
ParticipantI have a form preview page but I want to limit the number of entries so that it can just be one page for the user to print out since the form entries doesn’t keep the form layout.
In my function.php I change this code line return $form->replaceVariables(‘{all_form_data}’, ‘html’); to
return $form->replaceVariables(‘{element|id:3|Name}{element|id:24|Date of Birth{element|id:27|Gender}{element|id:30|Height}{element|id:19|Zone}{element|id:21|University}}’, ‘html’);
It doesn’t maintain the entries layout any more. It will become scattered
Any help please. Thanks
June 8, 2018 at 4:39 pm #25988Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 9, 2018 at 5:22 pm #26006onukingsleyonu
ParticipantThank you very much. The job is almost completed but one more thing, I want the uploaded image to be visible in the preview page but it shows just the link. It was showing when I was using return $form->replaceVariables(‘{all_form_data}’, ‘html’);. See picture below. It is now showing link but I want the image to be visible.
Attachments:
You must be logged in to view attached files.June 10, 2018 at 7:32 pm #26010onukingsleyonu
ParticipantAnd how can I make the image also visible in the email.
June 12, 2018 at 2:58 pm #26032Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 13, 2018 at 12:36 pm #26054onukingsleyonu
ParticipantThank you very much, the image is now visible both in the preview and email.
One more thing, is it possible to make the image visible when you export to excel.
Thanks,
KingsleyJune 14, 2018 at 12:55 pm #26065onukingsleyonu
ParticipantAnd also if it will be possible to make the uploaded image visible once the user select the image while filling the remaining form field.
June 19, 2018 at 12:51 pm #26091Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 19, 2018 at 2:16 pm #26092onukingsleyonu
ParticipantThank you for your help but I tried filling the form and when I select the image I was expecting to see the image show preview but it still shows the file name. I did exactly what you said I should do.
The Question again
“And also if it will be possible to make the uploaded image visible once the user select the image while filling the remaining form field.”
Image below
Thanks,
KingsleyAttachments:
You must be logged in to view attached files.June 21, 2018 at 11:57 am #26131Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 22, 2018 at 10:21 am #26144onukingsleyonu
ParticipantI turned it off and still, it does show image preview. Well, thanks very much, I will keep trying and see if it will finally works.
June 22, 2018 at 10:34 am #26145onukingsleyonu
ParticipantI turned it off and still, it doesn’t show image preview. Well, thanks very much, I will keep trying and see if it will finally works.
June 26, 2018 at 10:47 am #26190Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.