all form processing is done on the forms action page.
you would not post to another page is captcha is entered correctly, you would add whatever scripts to process the form on the action page.
the form posts to the action page, it processes the validation than whatever action should happen if validation passes, such as send an email or insert to a database.