Hi Toolset,
In my business I only want either admins or high-level users to be able to add a new agency. My data-entry users, I only want them to be able to connect existing agencies and use a toolset front end form to add a new agency where the user submissions are set to "pending" for review before being published.
How would I be able to either remove the "Add New Agency" button or have that button redirect to the front end "Add New Agency Form" where they would be able to enter the information and it will be set to pending.
This is very important as my data entry sometimes create duplicate agencies or don't use the correct information when adding a new agency.
Hello,
There isn't such kind of built-in feature within Toolset plugins, you might consider custom JS codes, for example, enqueue a cusotm JS file in WordPress admin side:
https://developer.wordpress.org/reference/hooks/admin_enqueue_scripts/
In that JS file, setup Javascript codes to redirect user to a page when click the "Add New Agency" button:
hidden link
hidden link