Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Forms Functionality: Be able to view forms and submissions #107

Merged
merged 1 commit into from
May 4, 2018
Merged

Forms Functionality: Be able to view forms and submissions #107

merged 1 commit into from
May 4, 2018

Conversation

lannonbr
Copy link
Contributor

It was suggested in Issue #6 and I have added a new command and one subcommand to netlifyctl: $ netlifyctl form.

Running the forms command will list out every form a user has access to with the following fields: form name, form id, site id, and number of submissions.

As well, you can view basic details of form submissions as follows:

$ netlify form submissions --form-id <form-id string>

That will return a list of the submission timestamp, name, and body.

@calavera
Copy link
Contributor

calavera commented May 4, 2018

This is great @lannonbr! Thanks a lot.

@calavera
Copy link
Contributor

calavera commented May 4, 2018

I'm merging this, but I'm going to wait a few days to do a release, although the command should be available via go get before that.

@calavera calavera merged commit 58a2828 into netlify:master May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants