Forums

Custom field added to user table to be saved during "Save User" function

relliott 06 Jan, 2018
Hello,

I have added a custom field to the user table called "phone_number" and am looking to save it during save user function on the form. In the "Data override" section I have tried {data:phone_number} (my field name in the form is phone_number also) and it is not working. Does anyone know what I need to do?
Max_admin 29 Jan, 2018
Hi relliott,

In the data provider you need to provide the table field name and the intended value, so you need to use:
phone_number:{data:phone_number}

This is assuming both the table field and the form field are named "phone_number"

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.