dynamic enquiry form [closed]

Add a hidden field to the form like this:

<input type="hidden" name="page_title" value="<?php the_title_attribute(); ?>" />

This will send the current posts’s title.