jQuery verifique si el campo existe por su nombre
if (! $('input[name="inputName"]').length) {
//Your code when inputName does not exist!
}
Ivan The Terrible
if (! $('input[name="inputName"]').length) {
//Your code when inputName does not exist!
}