Hi,
I've got three fields in a template page:
name
surname
full name (hidden field)
Now I'd like "full name" to be a combination of "name" and "surname". There's no need to use javascript, since I only need the "full name" field later on for processing. Would be totally fine to populate "full name" once the page is saved. I don't have any experience with hooks, any hints how I could get the merging done?
Thanks
sarah