CTLModuleMaker frontenduser edit redirect issue

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

CTLModuleMaker frontenduser edit redirect issue

Post by olumide »

Hello,

Have built a module with CTLMM, and also integrated it with the FEU module, so that users can update their own items.

This all works fine, however, after clicking submit in the front end edit form, I would like the user to get redirected to another page (like a thankyou page). At the moment, they just get the same page with the form.

Is this possible? I notice the options in the settings, but this seems to get ignored...??

Any help?

Many Thanks
klenkes
Power Poster
Power Poster
Posts: 307
Joined: Mon Sep 08, 2008 9:43 am

Re: CTLModuleMaker frontenduser edit redirect issue

Post by klenkes »

I tried the same and failed.
As a workaround I inserted a button to the detail view of the edited item this way:

Code: Select all

<a href="{cms_module module="YOUR_MODULE" action="link" what="ENTITY" alias=$item->alias->value}">Detailview Item</a>
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

Re: CTLModuleMaker frontenduser edit redirect issue

Post by olumide »

Thanks klenkes that did work, got it going now.
ataxel
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 19, 2007 1:32 pm

Re: CTLModuleMaker frontenduser edit redirect issue

Post by ataxel »

I did use that trick too, helpful! Thank you.
Post Reply

Return to “Modules/Add-Ons”