Hi,
I had install BFRegistration package and input the form data via joomla menuitem with add form function. Can I edit the submitted data in frontend?
I found there is a line prevent user edit submitted data from frontend:
$isedit=JFactory::getUser()->get('id');
if($isedit!=0){ff_redirect('./index.php');}
And I had enable the edit in frontend while I setting menuitem:
How can I edit the submitted data in frontend?
Thanks!