How to create committee signup form, where new responders can see who's already signed up? | Community
Skip to main content
Answered

How to create committee signup form, where new responders can see who's already signed up?


I need to create a committee signup form that:

  1. enables users to see who’s already signed up for each committee. So in other words, this form needs to show current results to the user.
  2. prevents users from deleting others’ data
  3. caps committees at six members

How would I do this?

 

Thanks!

 

 

Best answer by Liz

Hi @karenzachary Welcome to the community! The only way to show data from the form that’s already submitted would be by sharing a report link within the form, but I’m not sure if this would work best for you. 

Instead, you could link your form to a Google Sheet that’s view-only to allow those submitting the form to see previous answers. 

Finally, as for capping responses, you can do that using our close feature here. :) 

I hope this helps!

View original

6 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14905 replies
  • Answer
  • October 28, 2021

Hi @karenzachary Welcome to the community! The only way to show data from the form that’s already submitted would be by sharing a report link within the form, but I’m not sure if this would work best for you. 

Instead, you could link your form to a Google Sheet that’s view-only to allow those submitting the form to see previous answers. 

Finally, as for capping responses, you can do that using our close feature here. :) 

I hope this helps!


  • Author
  • Explorer
  • 2 replies
  • October 28, 2021
Liz wrote:

Hi @karenzachary Welcome to the community! The only way to show data from the form that’s already submitted would be by sharing a report link within the form, but I’m not sure if this would work best for you. 

Instead, you could link your form to a Google Sheet that’s view-only to allow those submitting the form to see previous answers. 

Finally, as for capping responses, you can do that using our close feature here. :) 

I hope this helps!

Thank you! Is there a way to embed the Google Sheet, so it’s within the form? Or would a user have to have two tabs open? 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14905 replies
  • October 28, 2021

Hi @karenzachary It isn’t possible to embed anything within the forms, so you would have to hyperlink it. :pensive:


  • Author
  • Explorer
  • 2 replies
  • October 29, 2021

 

Thank you, @Liz. At least I wasn’t missing an obvious solution. :)


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14905 replies
  • October 29, 2021

Not a problem, @karenzachary ! Let me know if I can help with anything else. :grinning:


picsoung
Typeform
Forum|alt.badge.img+5
  • Developer Advocate @ Typeform
  • 384 replies
  • November 1, 2021

Hi @karenzachary 

If you feel adventurous there might be a solution to have everything in the form. It would rely on our APIs.

APIs help you manipulate forms.

Here is how this could work:

  1. Webhook triggered when a new response comes in
  2. Webhook handler extract data from this reponse like name of the person and the committee they are part of.
  3. Update the form with the description of who is part of the committee 

This should be doable either by coding everything yourself, or via Zapier/Integromat.


Reply