To use the form ID for example in the Conditional Content Block, simply open the corresponding form. You will now find the form ID at the top in the URL, e.g. "post=17967"
How do I create a form that only allows a certain number of submissions?
With the following code snippet you can easily use GREYD.Forms to create a form that only allows a limited number of form submissions and displays a corresponding info message. Please be aware of the comments in the snippet as the code needs to be adapted individually.if ( ! defined( 'COUNTER_FORM_ID' ) ) { /** * […]
Thema
Forms & Popups