One year ago i had a full subscription and i'm now evaluating to buy Sourcerer
Can i use it to manage POST data coming from a form submit ?
I'm asking it because i've tried my last version sourcerer-v9.2.3-pro & Joomla 4.2.6 with code like this:
{source}
<?php
$uri = JFactory::getURI();
print_r($uri);
?>
{/source}
but i've this error:
CALL TO UNDEFINED METHOD JOOMLA\CMS\FACTORY::GETURI()