Dean K Posted April 27, 2017 at 03:41 PM Share Posted April 27, 2017 at 03:41 PM I have set up a direct debit payment handler, and can redirect to a 3rd party form with this:$url = JUri::base(). '/index.php?option=com_rsform&formId=1'; // Redirect to payment instructions $complete_url = $url; This is as far as I got: https://www.mywebsite.com/index.php?option=com_rsform&formId=1 I need help to add the order id and listing title so I can catch them in the form. I started with this: $order_data = array('order_id'=>$order['PaidOrder']['order_id']); But can't get the array on to the end of the url so not sure if I'm on the right track here. What do I need to do to end up with this url below? https://www.mywebsite.com/index.php?option=com_rsform&formId=1&form[order_id]=123&form[listing_title]=ABC%20COMPANY Link to comment
Alejandro Posted April 27, 2017 at 04:22 PM Share Posted April 27, 2017 at 04:22 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Dean K Posted May 1, 2017 at 03:42 AM Author Share Posted May 1, 2017 at 03:42 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted May 1, 2017 at 11:42 AM Share Posted May 1, 2017 at 11:42 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Dean K Posted May 2, 2017 at 03:26 AM Author Share Posted May 2, 2017 at 03:26 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Dean K Posted May 2, 2017 at 06:53 AM Author Share Posted May 2, 2017 at 06:53 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted May 2, 2017 at 09:46 AM Share Posted May 2, 2017 at 09:46 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Dean K Posted May 2, 2017 at 12:35 PM Author Share Posted May 2, 2017 at 12:35 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted May 2, 2017 at 12:58 PM Share Posted May 2, 2017 at 12:58 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Dean K Posted May 2, 2017 at 01:18 PM Author Share Posted May 2, 2017 at 01:18 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts