Submit a form via a link

merlino68

Member
I tried to use the link to submit the form with a link:
index.php?option=com_fabrik&task=form.view&formid=42&tm_gruppi___gruppo=rob
but I get the error: Call to a member function getData () on null

if I replace "process" with "view" I see the form correctly

"form processing"....spoof in the form is OFF

https://trainermanager.it/demo/elenco-clienti-tm
the field "Cognome" has a link to a form with "process".
the record is added in https://trainermanager.it/demo/gruppi
but I always have the error
Call to a member function getData () on null

thanks
 
Last edited:
No, you can't submit a form with a link. That's not a Fabrik thing, that's an HTML thing. Forms can only be submitted with a POST operation. Anything done on the URL is a GET.

Also, the task=form.view only works on the backend. That's a Joomla thing. Front end links use different syntax to backend links. So front end is $view=form, backend is task=view.form.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top