Redirect a user after submit (on portal)

Alessia Russo
Tera Expert

Hi everybody! Somebody could tell me how to redirect after click the submit button on a form to a page on a custom portal? I would redirect the user after he submit the form to the home page of the custom portal.

I've tried the road map, but with no success, someone have other suggestions ?

thanks

5 REPLIES 5

Vaibhav127
Tera Guru

Hi,

If you are talking about record producer, you can you record producer script for redirection,

producer.redirect=""; //backend redirection

producer.portal_redirect = ""; //portal redirection.

hi @Vaibhav127 , yes there's a record producer! So can I write on backend script of the record producer producer.redirect="";  ? Or have I to write both (backend redirection and portal redirection)? And where?

In the record producer script, the one available on the form.

@Vaibhav127 ok, and I should insert in the '' '' the url of the page of the portal I want ?