Aug 14, 2023 08:29 AM
Hello,
I would like to create an RSVP form that can limit the number of participants. Is it possible?
Aug 14, 2023 09:06 AM
@IrisA , would you like to create a form and to limit the number of ways this form can be used? In other words, would you like to limit the number of records created by a certain form? If so, it is possible.
Aug 14, 2023 09:10 AM
Hello, I would like to restrict the number of individuals who can respond to the form. Specifically, I would like to implement a limit where after 30 individuals have registered, there will be no further option to register, similar to a "sold-out" situation.
Aug 14, 2023 09:24 AM
JotForm has this ability built into their forms:
Then, you would use Make’s JotForm integrations to move your form submissions from JotForm into Airtable. (I give an introductory Make training video here.)
Aug 15, 2023 03:55 AM
It is possible you create a form in AT that can create only 30 records. After that, the form will not be able to submit.
Aug 15, 2023 07:19 AM
Hi Rafael, Can you guide me on how to creat this form?
Aug 15, 2023 06:05 PM
We have this on our near-term roadmap for Fillout!
Right now we support setting a "close" date and disabling the form based on an arbitrary condition (using the inputs in the form)
Aug 15, 2023 06:37 PM - edited Dec 02, 2023 09:18 AM
Fillout is a great app!
Fillout is actually the most advanced form software available for Airtable.
I just recently discovered it, and now I have all of my Airtable consulting clients using it!
p.s. If you have a budget for your project and you'd like to hire an expert Airtable consultant, please feel free to reach out to me through my website: Airtable Consultant — ScottWorld
Aug 16, 2023 01:17 AM
@IrisA , you'll have to create two tables. One of them will be the one that will limit the number of records created via form.
The table A will be your main table, where the records will be created and where you'll have the form.
Then you create table B with 30 records. You link table A to table B.
The form have to have one field linked to the table B. You could call this, for example, as Position 1, Position 2 ... In order this field to be shown automatic filled in, you can use prefill_ parameters.
In table B, you create a view having a filter. You set up the field that is connected to the table A equals empty. So whenever you create a new record in Table A, this field in table B we'll be populate and so it will disappear from that view.
In the form, as I said, you'll have to add the field that is linked to the table B. You'll have to set up in the form this field a condition based on that view of the table B.