Hi @niravnemali
I hope you’re well today!
Currently there’s no out of the box way to do this. The limit that you have set doesn’t hide the form – it will only show an error message upon submission.
Implementing this would require additional custom code.
If you feel like coding it yourself, you could use:
– “forminator_render_form_markup” hook to replace form’s markup with just a message
– and Forminator API method “get_form” (see here) to get form configuration data from which you can read current limit settings – to decide if to return form markup or you custom message.
However, providing custom development is out of the scope of this support, I’m afraid.
Kind regards,
Adam