Page 1 of 1

How create form into a site page with document counter

Posted: 02 Jul 2014
by spozzi
Hi,

I want to create a custom form inside a site page with different element.

Every element may indicate the number of document that respect a state condiction on a specific library.

How can I create it?

Regards

Stefano

Re: How create form into a site page with document counter

Posted: 03 Jul 2014
by Dmitry Kozlov
Hi,

Not sure, I've understood you. Could you provide more information with screenshots or sketches of the required form? Thanks a lot.

Re: How create form into a site page with document counter

Posted: 03 Jul 2014
by spozzi
Hi,

I have two document library (DL1 and DL2) and I want to create a form to put inside a site page with the following summury information:

Number of documents in state "Approved" in library DL1 = 12
Number of documents in state "Not Approved" in library DL1 = 3
Number of documents in state "Approved" in library DL2 = 20
Number of documents in state "Not Approved" in library DL2 = 2

Regards

Stefano

Re: How create form into a site page with document counter

Posted: 07 Jul 2014
by Dmitry Kozlov
You can aggregate data from both libraries with help of a workflow and save it to a list. Then design a form for that list. Or simply, retrieve data via CSOM or REST api and aggregate it via JavaScript right on a site page.