LODGING: The location of the meeting and official hotel is the:
Eldorado and Spa
309 W. San Francisco St.
Santa Fe, NM 87501
505-988-4455
We have a block of rooms reserved at a special rate of $159 per night. To receive the special rate, reserve online or ask for the
OpenEye rate (promotion code '247') when making your reservation by phone. This rate is available for reservations made prior to February 12, 2010.
is_valid) {
die ("The reCAPTCHA wasn't entered correctly. Please go back and try it again.");
}
?>
Thank you for your reservation for CUP XI. A copy of this information has been
sent to .
Personal Information
Name:
Email:
Phone:
Organization:
Site:
Address:
Licensee:
Attending Sunday afternoon toolkit session:
Attending Thursday morning VIDA session:
Staying at hotel:
T-shirt size:
Comments:
Talk or Poster
Talk or Poster:
Talk
Poster
Title:
Abstract:
Talk or Poster:
No
LODGING: The location of the meeting and official hotel is the:
Eldorado and Spa
309 W. San Francisco St.
Santa Fe, NM 87501
505-988-4455
We have a block of rooms reserved at a special rate of $159 per night. To receive the special rate, reserve online or ask for the
OpenEye rate (promotion code '247') when making your reservation by phone. This rate is available for reservations made prior to February 12, 2010.
array (
'method' => 'POST',
'header'=> "Content-type: application/x-www-form-urlencoded\r\n"
. "Content-Length: " . strlen($strPost) . "\r\n",
'content' => $strPost
)
);
$ctx = @stream_context_create($context_options);
$url = "http://eyesopen.app7.hubspot.com/?app=leaddirector&FormName=cup11_reg";
//allow_url_fopen must be set to true in your php.ini file to use fopen with a URL
@fopen($url, 'r', false, $ctx);
//END HubSpot Lead Submission
} else {
printf("This page only works with GET and POST requests."); }
?>