Is it possible to redirect to a url based on the users input into a form? My form allows the user to enter 3 different values into the form which on submit writes directly to my product database creating a new product. This automatically creates a new product page and I would like to have the form redirect to the new page.
Example: User enters Length - 25.25, Width - 15.50 and Depth - 5.75
The created page would be -
/index.php/stock-boxes/rsc/P-rsc-25-1-4-x-15-1-2-x-5-3-4
I can use JS to generate the "P-rsc-25-1-4-x-15-1-2-x-5-3-4" just don't know what actions I need to implement in Chronoforms
thanks,
Matt
Example: User enters Length - 25.25, Width - 15.50 and Depth - 5.75
The created page would be -
/index.php/stock-boxes/rsc/P-rsc-25-1-4-x-15-1-2-x-5-3-4
I can use JS to generate the "P-rsc-25-1-4-x-15-1-2-x-5-3-4" just don't know what actions I need to implement in Chronoforms
thanks,
Matt