Tell us what you are trying to do?
I'm attempting to use the [toolset-edit-post-link] shortcode to allow site users to edit a CPT on the site ("Businesses"). I had this feature working on a development site, but now can't seem to get it working on the production site. It's likely a simple setting somewhere that I've overlooked, but I can't for the life of me figure it out...
What is the link to your site?
hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
Have you checked that the shortcode parameters, the edit form, and the content template are set up the same as the development website?
( ref: https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#toolset-edit-post-link )
In case the issue still persists, you're welcome to share temporary admin login details, along with the example page where the shortcode is in use.
Note: Your next reply will be private and making a complete backup copy is recommended before sharing the access details.
regards,
Waqar
This turned out to be a forehead-slapper: I had inadvertently included the "edit" CPT form in a re-usable block that I was also using for the "new" CPT form. This caused both forms to be included in only one of the content templates with the consequence that only one of the content templates was recognized as being allowed to modify the CPT.
Once I removed the "edit" CPT form from the re-usable block definition, everything returned to working normally.
Took me a while to figure that out though...