how to get value from partial

By the way, you should also use the #label method, like this:

<%= form.label :arrival_date, 'Arrival Date:' %>

Cheers, Nick