Forums

CF6 - database - add record for ip address

jetroh 10 May, 2017
How to add a record into database for ip address of users?
Thanks
Max_admin 11 May, 2017
Answer
1 Likes
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.
jetroh 11 May, 2017
1 Likes
Thanks, it's work fine🙂
This topic is locked and no more replies can be posted.