Viewing 1 replies (of 1 total)
  • 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 to customize the form.

    If you just want to change the label of a field, here’s an example 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.