Ok somehow im having the hardest time figuring this out so i want to do an call ajax with a form and im using jquery to serialize it with .serialize(). The data being sent t
You values exists in formInfo index of $_POST array,
formInfo
print_r( $_POST['formInfo'] ); echo $_POST['formInfo']['key1'];