How to add a record into database for ip address of users?
Thanks
Hi jetroh,
In the forms manager, click the table name under the "data tables" to open the table, click "Edit table", add a new field called "ip_address" and make sure its enabled" then save the table and go in your form under the "Events" section, find the "save data" function and add this to the "insert data override" box:
ip_address:{ip:}
You better have the latest update before trying this procedure.
Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thanks, it's work fine🙂