How to retrieve id of newly added row in custom code event in joomla?

60 Views Asked by At

i'm new in joomla and i'm trying to get the id of newly inserted record in URL by custom code event.

1

There are 1 best solutions below

1
GreyHead On

If you are using ChronoForms then the record ID will be in the form data. You can use a Debugger action to see exactly where it is saved. It will depend on which version of ChronoForms you are using.