Cannot Read Property 'Elements' Of Undefined - In JS Console
HTML form (outputed thru PHP) $retVal .= '
Solution 1:
Try
document.getElementById('importSampleDataForm').elements.length
Also, nested forms are not allowed, so that also needs to be resolved.
Post a Comment for "Cannot Read Property 'Elements' Of Undefined - In JS Console"