Hello,
After the user submit my register form I want him to be redirected to another article with some parameter.
For exemple the link of my seblod form is : http://mywebsite.com/&key=1234
I want to be redirected to http://mywebsite/article/&key=1234
How to do that through seblod ?
Thanks for help !
(Or another thing that can solve my problem, how to catch when the form is submited ? I was looking inside /public_html/components/com_cck/views/form/tmpl but I can't find where the form is submited in the edit.php doc)
(And how to modify the text displayed in the tab when using a seblod form)