Start a Purchase

Please read the customer's ID number off of their card and enter it in the box below.

<%= start_form_tag :action => 'customer_ok'%> <%= text_field 'customer_id', nil %> <%= submit_tag 'Ok' %> <%= end_form_tag %>