Rent item


Rent item page is created with several elements, which can be used together or separately:

Date Picker

Date picker

Date picker

HTML markup:

Scripts:

Radioboxes

Radioboxes

Radioboxes

HTML markup:

Checkboxes

Checkboxes

Checkboxes

HTML markup:

Checkout Box

Checkout box

Checkout box

HTML markup:

  • dataItemPrice – product price per day;

Notice:
data-price – Every checkbox and radiobox should have specified this attribute, otherwise script responsible for total price calculating won’t work correctly;
data-name – For radioboxes this attribute should have the same value as form’s ID containing a group of radio inputs.
For checkboxes this attribute should have the same value as input’s [name] attribute.

Required javascript: