Hi,
If you want to attach that second form to theme options page too, it’s a lot of work.
To do it the simple way:
1) Duplicate file page.template.contact and rename it for example: page.template.contact.second
2) Open that file and change template name to: Template Name: Contact Page Second
3) Look for this:
$emailTo = ''.of_get_option('contact_email').'';
Change that into:
$emailTo = 'your email here';
(enter your personal email there)
4) Create new contactpage and select this template.
Done.
Guido