Title: Modify HTML
Last modified: August 22, 2016

---

# Modify HTML

 *  Resolved [AminHarou](https://wordpress.org/support/users/aminharou/)
 * (@aminharou)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/modify-html/)
 * Hello there, very great plugin. Include all what I need.
    Just a little question,
   can I modify the HTML for the form and custome it as I want? I want to change
   the datepicker because it’s so big, also change the fields output, is this possible
   without changing the plugin? Thank you in advance.
 * [https://wordpress.org/plugins/restaurant-reservations/](https://wordpress.org/plugins/restaurant-reservations/)

Viewing 1 replies (of 1 total)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/modify-html/#post-5474799)
 * Hi AminHarou,
 * The plugin uses a filtered array to set up the form fields and callback functions
   to print each field. If you’re comfortable working with the WordPress hooks system,
   you can use [this filter](https://github.com/NateWr/restaurant-reservations/blob/master/includes/Settings.class.php#L768)
   to customize the form.
 * If you just want to change the label of a field, here’s an [example](https://gist.github.com/NateWr/048f86b46ba7e66425c9)
   of how you can create a micro plugin that uses this filter to customize the party
   field label.
 * You can make the date picker smaller using CSS code — though I caution you not
   to do so. The date picker may feel large to you, but it’s deliberately designed
   to be easy to use on a mobile device. Small date fields are a nightmare to hit
   on touch screens.

Viewing 1 replies (of 1 total)

The topic ‘Modify HTML’ is closed to new replies.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/modify-html/#post-5474799)
 * Status: resolved