Is there any way to have 'dynamically' calculated fields?
We have 4 text fields ('adjective', 'noun', 'number') where the user enters a word in each. We have a 5th text field that needs to have a concat of those 4 fields.
Ideally the concat would happen live via js (either as the user types, or after they leave each field).
Is there any means within EP that would allow us to do this?
If not, is there a way that we could write our own js so that future EP updates don't break it?
If neither of those is an option, we might be able to just live with it happening upon profile save. Is there any way to do this (other than just writing our own custom plugin to trigger on profileupdate or fieldupdate)?