Changing the destination page value based on user input on p

Posted by Rollbase User on 08-Jul-2012 22:14

I want to force the portal page to a specific destination(s) based on user input. (instead of/overriding using the portal page destination setting in the page properties) Is there anyway to access the value that is assigned to the submit destination value? I want to change/set that value with javascript to re-direct them on save/submit to a specific create object portal page. So, if they choose "A" then they will go to page 1 and if they choose "B" then they will go to page 2. (both Create Object pages for different objects)

All Replies

Posted by Admin on 08-Jul-2012 22:20

Try changing value of "d" parameter:



document.theForm.d.value=123456;

Posted by Admin on 09-Jul-2012 14:51

Thanks Pavel

This thread is closed