Is there a way to identify the type of field that is coming in a post?
If it's Text or Array?
Example:
I have listbox (select multiple) and text fields in html, and in it the user can select values or not, I have a function where I check the values of the fields before proceeding, but when I have this type of field in between I get the problem , I needed to treat it differently when it comes in the post.