Redirect a user after submit (on portal)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 12:56 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 01:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 01:05 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 01:09 AM
In the record producer script, the one available on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 01:12 AM
@Vaibhav127 ok, and I should insert in the '' '' the url of the page of the portal I want ?