Is there a way that a user can be re-directed to a different form if th
M
Mahlon Moore
Asked on October 10, 2021 at 12:23 AM
Is there a way that a user can be re-directed to a different form if the current form's maximum number of submissions has been reached? For example, I'm doing a registration form but limiting the number of submissions to 24. I'd like for the users after that to be sent to a waiting list. Is that possible? Many thanks.
You can display the waiting list form URL in the warning message.
Besides this, you can use the Paragraph field to display a more customized option. After the form is disabled you can hide all the fields and use the Paragraph field to create a custom message.
Let us know if you have any questions.
Thanks
mahlonmoore
Replied on October 11, 2021 at 11:41 AM
Thanks, Vick! Much appreciated. That will work great.