Thanks,
I was able to add a field to the form by editing the booking-fields file.
I have added this line :
p>
<label for=’dbem_language’><?php _e(‘Language’,’dbem’) ?></label>
<input type=”text” name=”dbem_language” id=”dbem_language” class=”input” <?php if(!empty($_REQUEST[‘dbem_language’])) echo “value='{$_REQUEST[‘dbem_language’]}'”; ?> />
</p>
but for some reason i cant see it on the bookings page or on the email sent to me, after i make a booking.
How do i add it there ?
Thanks,
Ron.