• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: My script doesn't work

My script doesn't work 11 years 4 months ago #26532

  • stevent
  • stevent's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
  • Thank you received: 1
I have several forms om a website, where submitted values of the forms are passed to the other form.

I'm using the piece of code that is described on this page:
www.rsjoomla.com/support/documentation/v...-different-form.html

$submissionId = JRequest::getInt('submissionId');  
if ($submissionId) {
     list($replace, $with) = RSFormProHelper::getReplacements($submissionId);
     $formLayout = str_replace($replace, $with, $formLayout);
}

It seems that lines 3 & 4 don't work anymore.

Please help / fix this.
Last Edit: 11 years 3 months ago by octavian.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!