Skip Navigation

[Resolved] pulling pdf form submission into view

This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1212810

hi— i've created a form that allows users to upload pdfs to my site and it works great.

i'll be having monthly submissions and what i'd like to do, is create a view for each month and pull those pdfs into a front-end gallery. all that would appear on a page is a simple thumbnail grid of a single months submissions.

i've been sorting through the forums to try and figure this out but no luck. is it possible?

form is here:
hidden link

#1212906

Hello,

Please elaborate the questions with more details:
create a view for each month and pull those pdfs into a front-end gallery

I assume we are talking about a custom file field created with Types plugin, users can upload pdf files to this file field.
You are going to display a thumbnail image of pdf files in front-end.

Please check our document:
https://toolset.com/documentation/customizing-sites-using-php/functions/#file

Custom file field does not support thumbnail feature.

So there isn't such a built-in feature within Toolset plugins, you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

Our developers will evaluate it.

#1213188

if thumbnails are not possible that's fine.

how can i create any kind of gallery on a page that is populated by the monthly pdf submissions i get from the form?

#1213540

I assume we are talking about a Toolset post form for creating "submissions" posts.

If it is, you can create a post view:
- query "submissions" posts
- filter by publish date:
Select posts whose
Published date is after: year:CURRENT_ONE(), month:PAST_ONE(1)
https://toolset.com/documentation/user-guides/filtering-views-query-by-date/
- and display the PDF files