custom field customization
-
-
You will find this file at the below path -
marketplace/views/templates/front/hotels/_partials/hotel-information.tplIn this file, find the label tag for State field and add class required in this label tag.
< label for="hotel_state" class="control-label required" >
In this way this field will be shown as mandatory.
Hope you understand.
-
Thanks Sumit..
Is this on the code?
-
where is this path?
-
Yes, to show this filed as mandatory you have to modify the code.
This page is from marketplace addon of QloApps.
So I have given you the path of marketplace module file.
If your QloApps directory is 'hotelcommerce', Then this file's full path will be hotelcommerce/modules/marketplace/views/templates/front/hotels/_partials/hotel-information.tplHope you understand.
-