• 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: No documentation for PHP global POST variables

No documentation for PHP global POST variables 5 years 3 months ago #39728

  • Paladin
  • Paladin's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Hello RSFormPro! Team,
There are many examples how to use POST variables in PHP like
$_POST['form']['name_of_field']
https://www.rsjoomla.com/support/documentation/rsform-pro/customizing-rsform-pro/custom-php-code.html
but nowhere about Global PHP variables (like for MySQL mappings)
For example, how to use in PHP custom scripts global variables for UserId, FormId, SubmissionId ?
$userid = $_POST['form']['userid'];
$formid = $_POST['form']['FormId'];
$submid = $_POST['form']['{global:submission_id}'];
?
I know syntax above is wrong because no one works.
So what is correct syntax for PHP global POST variables ?
The administrator has disabled public write access.

No documentation for PHP global POST variables 4 years 11 months ago #40169

Same question :(
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!