Hello to everyone,
I'm in trouble with this amazing component..
I need to do a form that save the fields on a record in the DB and then redirect the user to another page in the same server but out of the joomla core (example.php). In that page I need to have all the saved data of the record in the DB by a POST send.
The question is: how I can have the data of the record (in the DB) that is generated by the fields in the form by a simple POST call?
I saw I have an array when the DB Save action is called but I can't find that!?
What I did:
On Load:
Show HTML
On Submit:
DB Save
Redirect URL
Redirect USER
NOTE: the form is correctly saving in the DB and the redirect works fine.
Please help me, I'm going crazy!!!!
I'm in trouble with this amazing component..
I need to do a form that save the fields on a record in the DB and then redirect the user to another page in the same server but out of the joomla core (example.php). In that page I need to have all the saved data of the record in the DB by a POST send.
The question is: how I can have the data of the record (in the DB) that is generated by the fields in the form by a simple POST call?
I saw I have an array when the DB Save action is called but I can't find that!?
What I did:
On Load:
Show HTML
On Submit:
DB Save
Redirect URL
Redirect USER
NOTE: the form is correctly saving in the DB and the redirect works fine.
Please help me, I'm going crazy!!!!