Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We need to display special instructions (if exist) in "Things to Take" tab. To bind with SpecialInstrunctions Special Instructions field; use data-ex-bind to"field" and data-ex-fieldid to "SpecialInstructions".

...

Code Block
languagexml
<div class="table-responsive">
	<table class="table" id="hotelPickupList" data-ex-bind="data" data-ex-populatemethod="listHotelPickups" data-ex-autopopulate="1"></table>
</div>


Now we driver can press "Leave City" button  button once pickup is complete. 

...

Then notes can be added using field Notes field with binding to "DriverNotes".

...