WordPress custom form post to different page
If you choose to use contact form 7 plugin then you can find very detailed instructions here. Basically you need to create a custom filter using wpcf7_form_action_url hook. Another option would be to create child-theme and create your custom form there, but that IMHO would be a bit of an overkill.