<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% form = new Form( 'ads_notify_list_add' ); %> The Canadian Association of Physicists Home

Employment Opportunity Notification Email List

<% if( _GET( 'thank_you' ) ) { %>
Thank you <%= Server.HTMLencode(_GET( 'name' )) %> for signing up for the CAP's employment opportunity notification service<%=(_GET('wip'))?" for Women in Physics (WiP)":""%>.
When a new employment opportunity is posted an email will be sent to <%= Server.HTMLencode(_GET( 'email' )) %> to notify you of the employment opportunity.
Back To Employment Opportunities
<% } else { %>
This service will send you a notification email when a new employment opportunity has been added to the CAP's website.

Add me to the CAP Employment Opportunity Notification Email List
*Name: <% form.SetField( 'name' ); form.ErrorNotice( Form.MISSING, 'Please put your name.' ); %> />
*Email: <% form.SetField( 'email' ); form.ErrorNotice( Form.MISSING, 'Please put your email address.' ); form.ErrorNotice( Form.INVALID, 'Please put a valid email.' ); form.ErrorNotice( Form.UNIQUE, 'This email is already registered.' ); %> />
<% } %>