Skip to content
Advertisement

How to redirect the user to detail page after saving a new pod item/record in Pods / WordPress?

After saving a new pod item, I want to redirect the user to the detail page of the newly created record. How can I achieve this?

I tried using post_save hooks but it didn’t work. I used the following code:

JavaScript

The pod item is created by a shortcode like this:

JavaScript

Advertisement

Answer

Try this:

[pods name="egitim" form="1" fields="name, salon" label="Kaydet" thank_you="/egitim/X_ID_X/"]

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement