How to customize enquire form?

Remove form elements?

Form is usually located in: templates\{your-template}\property.php so first remove elements there.

If form element is required then you should remove this “requred|” validation rule in:

application\models\enquire_m.php , defined in “$rules” array.