By Andy on Monday, 01 January 2018
Posted in General Issues
Replies 4
Likes 0
Views 525
Votes 0
Is there any current way of tracking changes to a user profile field?

My site is fitness based on I want users to be able to update a 'weight' field such that a history of changes in weight is kept. (Day and Value basically in the DB tables)

I can think of a way to do this using another component but wanted to check first there is no way of doing it all within EasySocial itself?

Thanks.. and Happy New Year!
Hi Andy,
Is there any current way of tracking changes to a user profile field?
Currently this is not possible. The only workaround I can think of is by using the multi textbox custom field(adding new values in new rows, http://take.ms/aLWmr).
is there a custom field currently that is set to accept only numeric entry (with decimals).
You would have to use the textbox field and utilize the regexp to enforce validation(http://take.ms/nYdGW).
·
Tuesday, 02 January 2018 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Also related to this... is there a custom field currently that is set to accept only numeric entry (with decimals). For example 5.6 or 5.

All I can see is 'currency' which looks like it'll enforce a $ or similar symbol in the display.
·
Monday, 01 January 2018 03:58
·
0 Likes
·
0 Votes
·
0 Comments
·
OK thanks Raymond. I'll experiment a bit!
·
Tuesday, 02 January 2018 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Alright Andy.
·
Tuesday, 02 January 2018 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post