Multiple fields in the read only field types options

Hi,

I know we can change the value of a field after its set using java script “frappe.ui.form.on”.
eg : when user.first_name is set to a field we can change it to first_name+middle_name+last_name in js
Is there any way of doing it in the doctypes options field? it would be easier :wink:

Yeah, using eval: :smile:

Can you add this and send a PR?