It looks like you updated the name of the hidden field, but didn't update the bindings. The name of the hidden field is "salesrep" but your column bindings are set to use: $_POST["Registration_group_13_salesrep"]
You would have to replace "Registration_group_13_salesrep" with "salesrep" where it appears on the page.