Title: Permalink Manager vs Forms
Last modified: December 30, 2022

---

# Permalink Manager vs Forms

 *  Resolved [neosan](https://wordpress.org/support/users/nreljed/)
 * (@nreljed)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/permalink-manager-vs-forms/)
 * hello ,
   I just discovered that my posts made with [jetformbuilder](https://wordpress.org/plugins/jetformbuilder/)
   ignore Permalink Manager..URI update mode > auto-update permalinkswhat is the
   code snippet that allows Permalink Manager.. to communicate with insert/update
   post action type forms?
 * have you thought about this scenario with forms Third party plugins

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/permalink-manager-vs-forms/#post-16329398)
 * Hi [@nreljed](https://wordpress.org/support/users/nreljed/),
 * I’m sorry to inform you that Permalink Manager does not currently support the
   custom hooks used by JetFormBuilder to create and update post items.
 * JetFormBuilder has a special way of saving and processing new post items, but
   it doesn’t have a built-in callback hook that Permalink Manager can use to hook
   into this process. This means that I can’t currently get the two plugins to work
   together :/
 * However, there is a workaround that you can try. You can add a custom callback
   function similar to the example provided in this link:
   [https://wordpress.org/support/topic/call-a-custom-hook/](https://wordpress.org/support/topic/call-a-custom-hook/)
 * This should allow you to use Permalink Manager’s API with JetFormBuilder:
   [https://permalinkmanager.pro/docs/filters-hooks/update-permalinks-programatically/](https://permalinkmanager.pro/docs/filters-hooks/update-permalinks-programatically/)
 * The other idea could be to force Permalink Manager to regenerate the custom permalink
   unconditionally whenever the `wp_insert_post()` function is called:
   [https://pastebin.com/vnVJYV99](https://pastebin.com/vnVJYV99)
 *  Thread Starter [neosan](https://wordpress.org/support/users/nreljed/)
 * (@nreljed)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/permalink-manager-vs-forms/#post-16350966)
 * Hi [@mbis](https://wordpress.org/support/users/mbis/) 
   I notified the devs behind
   jetformbuilder on github and the request was considered in the listing. we can
   soon hope for a hook or a code refinement update at plugin level to make compatibility
   possible between the two by defaultI hope so 🤞</img>
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/permalink-manager-vs-forms/#post-16350999)
 * Hi [@nreljed](https://wordpress.org/support/users/nreljed/)
 * Perfect! If they make it, it will help not only to integrate my plugin but also
   the functions of third-party plugins.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Permalink Manager vs Forms’ is closed to new replies.

 * ![](https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166)
 * [Permalink Manager Lite](https://wordpress.org/plugins/permalink-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/permalink-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/permalink-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/permalink-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/permalink-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/permalink-manager/reviews/)

## Tags

 * [forms](https://wordpress.org/support/topic-tag/forms/)

 * 3 replies
 * 2 participants
 * Last reply from: [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/permalink-manager-vs-forms/#post-16350999)
 * Status: resolved