$(document).ready(function () {
var rmGuestCardOptions = {
DBID: “sprad”, /* Change this to your dbid */
Location: “Default”, /* Change this to your location name */
TemplateName: “Owner Prospect Guest Card”, /* This corresponds to the name of the guest card in Rent Manager */
DefaultProperty: “PROPSHORTNAME”, /* Optionally specify a property short name or property ID */
/* UnitID: 5 */ /* You can specify a unit ID here (This corresponds to the system-level ID. If using Unit Availability, set this equal to *{unitid}*) */
}
$(‘.rmGuestCardContainer’).GuestCardForm(“initialize”, rmGuestCardOptions);
});