• 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: advices for submissionid and treating vars

advices for submissionid and treating vars 4 years 5 months ago #39596

Hello!
i've two questions about php script on Rsform:
1) it's possible to get the submission id in php section?

2) i read overe the doc, when you want to access some vars, you always use $_POST.. but in joomla 3 for security reason, isn't better use the joomla classes?
use Joomla\CMS\Factory;
$input = Factory::getApplication()->input;
$val = $input->get(param_name, default_value, filter);

thanks in advance!
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!