Warning: Trim expects
- by user1257518
I'm getting this warning
Warning: trim() expects parameter 1 to be string, array given in ..
which is my trim line.
The full code is functioned to send an error when fields are empty. However, this error appears saying every field is empty, but only the 'native' field is meant to be required so thats my 2nd problem.
Thanks for any help!
…