• 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: Script called on form process...

Script called on form process... 16 years 5 months ago #5761

  • rageau
  • rageau's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi All,
anyone know how to get the formid and submissionsid on post?

I have tryied the following, tho it does not seem to work.

$item_number = $_POST[0];
$custom = $_POST[0];

PS this is for Paypal so i can track the what form and db submission

thanks

Stuart
The administrator has disabled public write access.

Re:Script called on form process... 16 years 4 months ago #5847

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

The form id is $_POST.
The submission id can't be retrieved since it's being added at the end of the processing.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!