Tell us what you are trying to do?
- We have a customer who is a realtor company and needs to limit the number of "listings" per realtor account created that is displayed.
For example, Realtor "A" will only have the ability to post 10 listings. Is this possible within the toolset settings?
Is there any documentation that you are following? no
Is there a similar example that we can see? not sure
Add the above to Toolset->Settings->Custom Code and activate it. Then go to Toolset -> Settings -> Frontend and add "current_user_post_count" to the 3rd party shortcode arguments.
Finally go to the page that you've added the form and add the conditional block and set the conditional for the conditional block. See My Screenshot
Once you've done this the form should only show when the user has 10 or less posts.