Skip Navigation

[Resolved] Cred Form redirect without parameter

This support ticket is created 5 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by arisG 5 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1347677

Hello,

we want to redirect the users after submitting a post to our homepage. We use "latest posts" as homepage so the available options in cred forms are not working. We use "cred_success_redirect" filter and we managed to redirect to our homepage but a url parameter appeared in url "?cred_referrer_form_id=xxxxx"

How we can remove the parameter?

Thank you

#1347723

Hello,

It is possible with another action hook "cred_submit_complete".
For example, you can try the solution of another thread:
https://toolset.com/forums/topic/page-refresh-or-redirect-to-custom-url-after-form-submit/#post-1334825

#1350025

My issue is resolved now. Thank you!