I'm writing a event code where I want to concat the firstname and last name but when I run it in the brower to test it, it gives me this error:
Fatal error: Call to undefined function concat() in ...
Is there something else I should be using in the events section instead of concat?
Thank you