SPIRAL ver.2では内覧の予約受付から内覧後のアンケート、検討状況の確認対応やメール配信を行うモデルルーム予約管理アプリの構築が可能です。
アプリ(DB)設計・構築 / サイト設計・構築 / ユーザ・アプリロール・グループ設定
に各工程を分け、ポイントやおすすめ機能・強化ガジェットを紹介いたします。
サイト設計・構築では以下の工程に分けて作成します。
・認証エリアと各ページと共通ブロック、内覧予約トップページ
・内覧予約登録、変更、キャンセルフロー
・検討状況アンケート、案内後アンケート、資料請求ページ
この記事は サイト設計・構築② のフェーズとなります。
サイト設計・構築②では内覧予約登録、変更、キャンセルフローの作成をします。
関連記事はこちら
SPIRAL ver.2はプログラミング経験がなくても、オリジナルの業務アプリの制作・カスタマイズができるローコード開発プラットフォームです。
詳しくは SPIRAL ver.2 とはをご覧ください。
アプリ(DB)設計・構築 / サイト設計・構築 / ユーザ・アプリロール・グループ設定
に各工程を分け、ポイントやおすすめ機能・強化ガジェットを紹介いたします。
サイト設計・構築では以下の工程に分けて作成します。
・認証エリアと各ページと共通ブロック、内覧予約トップページ
・内覧予約登録、変更、キャンセルフロー
・検討状況アンケート、案内後アンケート、資料請求ページ
この記事は サイト設計・構築② のフェーズとなります。
サイト設計・構築②では内覧予約登録、変更、キャンセルフローの作成をします。
関連記事はこちら
- アプリ(DB)設計・構築
- サイト設計・構築①
- サイト設計・構築②
- サイト設計・構築③
- ユーザ・アプリロール・グループ設定
SPIRAL ver.2はプログラミング経験がなくても、オリジナルの業務アプリの制作・カスタマイズができるローコード開発プラットフォームです。
詳しくは SPIRAL ver.2 とはをご覧ください。
変更・改定履歴
-
改定
記載内容一部修正および関連記事の追加
-
改定
記載内容一部修正
-
改定
記載内容修正
サイト機能
SPIRAL ver.2 のサイト管理機能では、静的なWebページを作成したり、
データベースに対して登録・更新するフォーム や データベースの情報を一覧形式で表示させるページなどを作成できます。
詳細は、サイト機能の全体像を確認してください。
今回は、サイト機能を使って「予約日一覧ページ」「内覧予約ページ」「登録情報変更ページ」「予約キャンセルページ」を作成します。
データベースに対して登録・更新するフォーム や データベースの情報を一覧形式で表示させるページなどを作成できます。
詳細は、サイト機能の全体像を確認してください。
今回は、サイト機能を使って「予約日一覧ページ」「内覧予約ページ」「登録情報変更ページ」「予約キャンセルページ」を作成します。
注意
設定の説明部分にて、ソースコードを記載しております。
ソースコードに記載されている 各種リンク や name値、規約含めて文言などは、デモの環境に合わせたものとなります。
実際に同様のものを作成する際は、変更が必要となる箇所がありますので、ご注意ください。
「siteClient.record[xx]」という箇所には、フィールドID(name属性から「f0」を除いた数字)が入ります。
「p0xx」という箇所には、ページIDが入ります。
サイト管理 > ページ > 対象のページ > 基本設定 > IDからご確認ください。
ソースコードに記載されている 各種リンク や name値、規約含めて文言などは、デモの環境に合わせたものとなります。
実際に同様のものを作成する際は、変更が必要となる箇所がありますので、ご注意ください。
ソース内の「f0xx」と「record[xx]」、「siteClient.record[xx]」、「p0xx」について
ソース内の「f0xx」、「record[xx]」という箇所には、ブロックのフィールド一覧に記載されている識別名が入ります。「siteClient.record[xx]」という箇所には、フィールドID(name属性から「f0」を除いた数字)が入ります。
「p0xx」という箇所には、ページIDが入ります。
サイト管理 > ページ > 対象のページ > 基本設定 > IDからご確認ください。
フロー・使用機能の整理
内覧予約フロー
登録情報変更、予約キャンセルフロー
アンケートフロー
資料請求フロー
予約日一覧ページの作成
手順1:予約可能日一覧ブロックを作成
共通使用ブロック作成の手順1で作成したように、レコードリストブロックにて、
物件に紐づく予約可能日の情報を表示するためのリストを作成します。
物件に紐づく予約可能日の情報を表示するためのリストを作成します。
レコードアイテムブロックは使用しないため、「作成しない」に設定ください。
設定方法は、ソース設定を選択します。
設定方法は、ソース設定を選択します。
公開するレコードを絞りたいので、レコードリストブロックからリスト設定を設定します。
レコードリストブロックのリスト設定は下記のように設定ください。
レコードリストブロックのリスト設定は下記のように設定ください。
フィルタ | 初期ソート | 初期表示件数 |
---|---|---|
なし | (ID)昇順 | 20件 |
フィールド条件抽出は高度な条件設定を関数設定にしたうえで、下記関数を設定ください。
関数設定
@holidayFlag = '1'
HTML
<div class="sp-record-list-container"> <div class="sp-record-list-parts sp-record-list-pagination"> <div class="sp-record-list-pagination-left"></div> <div class="sp-record-list-pagination-center"></div> <div class="sp-record-list-pagination-right"> <div> <span th:text="${pagination.startIndex}"></span> - <span th:text="${pagination.endIndex}"></span> / </div> <div> <span th:text="${recordList.totalRecordCount}">Total count</span> </div> <div class="sp-form-dropdown-inline"> <select class="sp-form-control sp-url-switcher"> <option value="20" th:selected="${pagination.currentPageSize == 20}" th:attr="data-link=${pagination.getLinkWithPageSize(20)}">20件</option> <option value="50" th:selected="${pagination.currentPageSize == 50}" th:attr="data-link=${pagination.getLinkWithPageSize(50)}">50件</option> </select> <span class="sp-form-dropdown-icon"></span> </div> </div> </div> <div class="sp-record-list-parts"> <table class="sp-record-list-table sp-table-hover"> <thead> <tr> <!--/* 予約日 (reservationDate) */--> <th scope="col"> <a th:class="${pagination.isSorted('f0xx')} ? |sp-${pagination.getSortDirection('f0xx')}-sorted|" th:href="${pagination.getLinkWithSort('f0xx')}"> <span th:text="${fields['f0xx'].label}">Label</span> <span class="sp-sorting-desc"><i class="fa fa-angle-down"></i></span> <span class="sp-sorting-asc"><i class="fa fa-angle-up"></i></span> </a> </th> <!--/* 予約時間 (reservationTime) */--> <th scope="col"> <span th:text="${fields['f0xx'].label}">Label</span> </th> <!--/* 残席数 (seatNum) */--> <th scope="col"> <span th:text="${fields['f0xx'].label}">Label</span> </th> </tr> </thead> <tbody> <tr th:each="record, stat : ${pageRecords}"> <!--/* 物件ID (preview_ref.propertyID) */--> <sp:record-data-field name="f0xx.xx"></sp:record-data-field> <!--/* 物件ID (propertyID) */--> <sp:record-data-field name="f0xx"></sp:record-data-field> <!--/* 予約日 (reservationDate) */--> <sp:record-data-field name="f0xx"></sp:record-data-field> <td> <!-- <span th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('yyyy/MM/dd')} : ''">2000/01/01</span> --> <a th:if="!|${#lists.contains(cp.result.value['SEAT_NUM_AVAIL'], #strings.toString(record['f0xx']))}|" th:href="|${pages['p0xxxxx']?.path ?:'/404'}?${record['f0xx'].linkParam}&reservationID=${record['f0xx']['f0xx']}_${record['f0xx'].format('yyyy-MM-dd')}-${record['f0xx'].format('HH')}|" th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('yyyy/MM/dd')}">12345</a> <a th:if="|${#lists.contains(cp.result.value['SEAT_NUM_FEW'], #strings.toString(record['f0xx']))}|" th:href="|${pages['p0xxxxx']?.path ?:'/404'}?${record['f0xx'].linkParam}&reservationID=${record['f0xx']['f0xx']}_${record['f0xx'].format('yyyy-MM-dd')}-${record['f0xx'].format('HH')}|" th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('yyyy/MM/dd')}">12345</a> <span th:if="|${#lists.contains(cp.result.value['SEAT_NUM_FULL'], #strings.toString(record['f0xx']))}|" th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('yyyy/MM/dd')}">12345</span> </td> <!--/* 予約時間 (reservationTime) */--> <sp:record-data-field name="f0xx"></sp:record-data-field> <td> <!-- <span th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('HH:mm')} : ''">12:00</span> --> <a th:if="!|${#lists.contains(cp.result.value['SEAT_NUM_AVAIL'], #strings.toString(record['f0xx']))}|" th:href="|${pages['p0xxxxx']?.path ?:'/404'}?${record['f0xx'].linkParam}&reservationID=${record['f0xx']['f0xx']}_${record['f0xx'].format('yyyy-MM-dd')}-${record['f0xx'].format('HH')}|" th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('HH:mm')} : ''">12345</a> <a th:if="|${#lists.contains(cp.result.value['SEAT_NUM_FEW'], #strings.toString(record['f0xx']))}|" th:href="|${pages['p0xxxxx']?.path ?:'/404'}?${record['f0xx'].linkParam}&reservationID=${record['f0xx']['f0xx']}_${record['f0xx'].format('yyyy-MM-dd')}-${record['f0xx'].format('HH')}|" th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('HH:mm')} : ''">12345</a> <span th:if="|${#lists.contains(cp.result.value['SEAT_NUM_FULL'], #strings.toString(record['f0xx']))}|" th:text="${record['f0xx'] != null} ? ${record['f0xx'].format('HH:mm')} : ''">12345</span> </td> <!--/* 残席数 (seatNum) */--> <sp:record-data-field name="f0xx"></sp:record-data-field> <td> <!-- <span th:text="${record['f0xx']}">12345</span> --> <!-- <div class="sp-record-list-card-actions"> --> <!--/* 残席数4以上のとき表示 */--> <th:block th:if="!|${#lists.contains(cp.result.value['SEAT_NUM_AVAIL'], #strings.toString(record['f0xx']))}|"> <a th:if="${record['f0xx'] != null}" th:href="|${pages['p0xxxxx']?.path ?:'/404'}?${record['f0xx'].linkParam}&reservationID=${record['f0xx']['f0xx']}_${record['f0xx'].format('yyyy-MM-dd')}-${record['f0xx'].format('HH')}|" th:text="${cp.result.value['SEAT_NUM_AVAIL_MESSAGE']}">12345</a> </th:block> <!--/* 残席数1-3のとき表示 */--> <th:block th:if="|${#lists.contains(cp.result.value['SEAT_NUM_FEW'], #strings.toString(record['f0xx']))}|"> <a th:if="${record['f0xx'] != null}" th:href="|${pages['p0xxxxx']?.path ?:'/404'}?${record['f0xx'].linkParam}&reservationID=${record['f0xx']['f0xx']}_${record['f0xx'].format('yyyy-MM-dd')}-${record['f0xx'].format('HH')}|" th:text="${cp.result.value['SEAT_NUM_FEW_MESSAGE']}">hoge</a> </th:block> <!--/* 残席数0のとき表示 */--> <th:block th:if="|${#lists.contains(cp.result.value['SEAT_NUM_FULL'], #strings.toString(record['f0xx']))}|"> <span class="full_seat" th:text="${cp.result.value['SEAT_NUM_FULL_MESSAGE']}">hoge</span> </th:block> <!-- </div> --> </td> </tr> </tbody> </table> <div class="sp-record-list-no-records" th:if="${recordList.totalRecordCount == 0}"> 表示できるデータがありません </div> </div> <div class="sp-record-list-parts sp-record-list-pagination"> <div class="sp-record-list-pagination-left"></div> <div class="sp-record-list-pagination-center"> <ul class="sp-page-navs" th:with="pageNavItemSize = 5" th:if="${recordList.totalRecordCount != 0}"> <li class="sp-page-nav-item" th:if="!${pagination.isFirstPage}"> <a th:href="${pagination.firstPageLink}"><<</a> </li> <li class="sp-page-nav-item" th:if="!${pagination.isFirstPage}"> <a th:href="${pagination.prevPageLink}"><</a> </li> <li class="sp-page-nav-item" th:each="item : ${pagination.getPrevPageNavItems(pageNavItemSize)}"> <a th:text="${item.pageNum}" th:href="${item.link}">Page Number</a> </li> <li class="sp-page-nav-item sp-page-nav-current"> <span th:text="${pagination.currentPageNum}">Page Number</span> </li> <li class="sp-page-nav-item" th:each="item : ${pagination.getNextPageNavItems(pageNavItemSize)}"> <a th:text="${item.pageNum}" th:href="${item.link}">Page Number</a> </li> <li class="sp-page-nav-more" th:if="${pagination.showEllipsis}">...</li> <li class="sp-page-nav-item" th:if="!${pagination.isLastPage}"> <a th:href="${pagination.nextPageLink}">></a> </li> <li class="sp-page-nav-item" th:if="!${pagination.isLastPage} and !${recordList.recordCountLimitExceeded}"> <a th:href="${pagination.lastPageLink}">>></a> </li> </ul> </div> <div class="sp-record-list-pagination-right"></div> </div> </div>
CSS
:root { /*============================= カスタムプロパティ ==============================*/ --background-color: #FFFFFF; /* ページの背景色 */ --main-color: #0D60DB; /* メインカラー */ --table-border: 1.5px solid #EBEBEB; /* レコードリストの枠線(外周) */ --table-shadow: 0 2px 5px rgba(0,0,0,0.2); /* レコードリストの影 */ --mobile-table-width: 200%; /* スマホ表示時のレコードリストの横幅 */ --th-color:#FFFFFF; /* ヘッダ行の背景色 */ --th-txtcolor:#333333;/* ヘッダ行の文字色 */ --th-col-border: none; /* ヘッダ行の縦線 */ --th-bottom-border: 1.5px solid #EBEBEB; /* ヘッダ行の下線 */ --data-color: #FFFFFF; /* データ行の背景色 */ --even-color: #FFFFFF; /* データ行の背景色(偶数行) */ --hover-color: #E9F6FF; /* データ行の背景色(マウスオーバー時) */ --data-padding: 16px; /* データ行の余白(上下) */ /* --link-color: #4286F4; リンク列の文字色 */ --link-color: #0000ee; --row-border: 1.5px solid #EBEBEB; /* リストの横線 */ --col-border: none; /* リストの縦線 */ --border-radius: 12px; /* 角の丸さ */ word-break: break-all; /* 改行 */ /*------ 項目ごとの横幅を固定したい場合は合計100%になるよう調整 -------*/ --col01-width: ; /* 項目1 */ --col02-width: ; /* 項目2 */ --col03-width: ; /* 項目3 */ --col04-width: ; /* 項目4 */ --col05-width: ; /* 項目5 */ --col06-width: ; /* 項目6 */ --col07-width: ; /* 項目7 */ --col08-width: ; /* 項目8 */ --col09-width: ; /* 項目9 */ --col10-width: ; /* 項目10 */ } body{ background: var(--background-color); } .sp-record-list-container { color:#333333; clamp:(452px, 60%, 800px); margin:0 auto; } body .full_seat { color:#ff0000; font-weight: bold; } .sp-record-list-card-actions { display:flex; /* justify-content:flex-end; */ width: 50%; justify-content:center; margin: 0.5rem 0; } .sp-record-list-card-actions a { border:1px solid #dddddd; border-radius:0.25rem; color:#333333; /* background-color:#ffffff; */ font-size:0.875rem; padding:0.5rem 0.75rem; text-align:center; text-decoration:none; flex: 1; } .sp-record-list-container .sp-html-parts p { margin:0; } .sp-record-list-container .sp-record-list-parts { /* margin: 0 1rem .5rem; */ } .sp-record-list-container .sp-record-list-table { line-height:1.15; border-collapse:collapse; width:clamp(452px, 60%, 800px); height: 100%; margin:auto auto 1rem auto; color:#333333; border-radius: var(--border-radius); border: var(--table-border); border-collapse: separate; border-spacing: 0; box-shadow: var(--table-shadow); overflow: hidden; padding: 0.5rem; } .sp-record-list-container .sp-record-list-table caption { padding-top:0.75rem; padding-bottom:0.75rem; color:#6c757d; text-align:left; caption-side:bottom; } .sp-record-list-container .sp-record-list-table a { text-decoration:none; } .sp-record-list-container .sp-record-list-table th, .sp-record-list-container .sp-record-list-table td { vertical-align:top; border-top:var(--row-border); } .sp-record-list-container .sp-record-list-table td:not(:last-child) { border-right: var(--col-border); } .sp-record-list-container .sp-record-list-table th { text-align:inherit; padding: 1.0rem 0.75rem; } .sp-record-list-container .sp-record-list-table td { padding: var(--data-padding) 0.75rem; } .sp-record-list-container .sp-record-list-table thead th { background: var(--th-color); color:var(--th-txtcolor); padding: calc(var(--data-padding) * 1.2) 0.75rem; font-weight:bold; vertical-align:top; border-bottom:var(--th-bottom-border); text-align:center; } .sp-record-list-container .sp-record-list-table thead th:not(:last-child){ border-right: var(--th-col-border); } .sp-record-list-container .sp-record-list-table thead th:nth-child(1) { width: var(--col01-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(2) { width: var(--col02-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(3) { width: var(--col03-width); text-align: left; } .sp-record-list-container .sp-record-list-table thead th:nth-child(4) { width: var(--col04-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(5) { width: var(--col05-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(6) { width: var(--col06-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(7) { width: var(--col07-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(8) { width: var(--col08-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(9) { width: var(--col09-width);} .sp-record-list-container .sp-record-list-table thead th:nth-child(10) { width: var(--col10-width);} .sp-record-list-container .sp-record-list-table thead th.sp-nowrap { white-space:nowrap; } .sp-record-list-container .sp-record-list-table thead th.sp-nowrap-truncate { white-space:nowrap; } .sp-record-list-container .sp-record-list-table thead th.sp-nowrap-truncate a>span:first-child { display:inline-block; vertical-align:middle; max-width:12rem; overflow:hidden; text-overflow:ellipsis; } .sp-record-list-container .sp-record-list-table thead th a { color:inherit; text-decoration:none; } .sp-record-list-container .sp-record-list-table thead th a .sp-sorting-asc, .sp-record-list-container .sp-record-list-table thead th a .sp-sorting-desc { color: var(--th-txtcolor); } .sp-record-list-container .sp-record-list-table thead th a .sp-sorting-asc .fa, .sp-record-list-container .sp-record-list-table thead th a .sp-sorting-desc .fa { font-weight:bold; } .sp-record-list-container .sp-record-list-table thead th a .sp-sorting-desc { visibility:hidden; } .sp-record-list-container .sp-record-list-table thead th a .sp-sorting-asc { display:none; } .sp-record-list-container .sp-record-list-table thead th a.sp-desc-sorted .sp-sorting-desc { visibility:visible; } .sp-record-list-container .sp-record-list-table thead th a.sp-asc-sorted .sp-sorting-asc { display:inline; } .sp-record-list-container .sp-record-list-table thead th a.sp-asc-sorted .sp-sorting-desc { display:none; } .sp-record-list-container .sp-record-list-table thead th a:hover { color:#333333; text-decoration:none; } .sp-record-list-container .sp-record-list-table thead th a:hover:not(.sp-sorted) .sp-sorting-desc { visibility:visible; } .sp-record-list-container .sp-record-list-table tbody+tbody { border-top:2px solid #dddddd; } .sp-record-list-container .sp-record-list-table tbody tr td{ transition: .1s; width: 30%; } .sp-record-list-container .sp-record-list-table tbody tr:hover a{ background:var(--hover-color); } .sp-record-list-container .sp-record-list-table tbody tr{ background: var(--data-color); } .sp-record-list-container .sp-record-list-table tbody tr:nth-child(even){ background: var(--even-color); } .sp-record-list-container .sp-record-list-table tr:first-child th, .sp-record-list-container .sp-record-list-table tr:first-child td { border-top:0; } .sp-record-list-container .sp-record-list-table td a:not(.sp-form-file-bold-link) { color: var(--link-color); font-weight:bold; display: inline-block; width: 100%; height: 100%; padding: var(--data-padding) 0.75rem; margin: calc(-1 * var(--data-padding)) -0.75rem; transition: .1s; } .sp-record-list-container .sp-record-list-table td span:not(.sp-form-file-bold-link) { /* color: var(--link-color); */ font-weight:bold; display: inline-block; width: 100%; height: 100%; padding: var(--data-padding) 0.75rem; margin: calc(-1 * var(--data-padding)) -0.75rem; transition: .1s; } .sp-record-list-container .sp-record-list-table td span:nth-child(n+2) { margin-left:.1rem; } .sp-record-list-container .sp-record-list-table a.sp-form-file-bold-link { text-decoration:none; color: var(--link-color); cursor:pointer; font-weight:bold; } .sp-form-file-text-label { color:#6c757d; } .sp-record-list-container .sp-table-sm th, .sp-record-list-container .sp-table-sm td { padding:0.3rem; } .sp-record-list-container .sp-table-bordered { border:1px solid #dddddd; } .sp-record-list-container .sp-table-bordered th, .sp-record-list-container .sp-table-bordered td { border:1px solid #dddddd; } .sp-record-list-container .sp-table-bordered thead th, .sp-record-list-container .sp-table-bordered thead td { border-bottom-width:2px; } .sp-record-list-container .sp-table-borderless th, .sp-record-list-container .sp-table-borderless td, .sp-record-list-container .sp-table-borderless tbody+tbody { border:0; } .sp-record-list-container .sp-record-list-no-records { margin:6.25rem auto; text-align:center; color:#808080; } .sp-record-list-pagination { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center; width: clamp(452px, 60%, 800px); margin: auto; } .sp-record-list-pagination .sp-record-list-pagination-left, .sp-record-list-pagination .sp-record-list-pagination-center, .sp-record-list-pagination .sp-record-list-pagination-right { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-record-list-pagination .sp-record-list-pagination-left>*, .sp-record-list-pagination .sp-record-list-pagination-center>*, .sp-record-list-pagination .sp-record-list-pagination-right>* { margin:0 .5rem; } .sp-record-list-pagination .sp-record-list-pagination-left { -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .sp-record-list-pagination .sp-record-list-pagination-center { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .sp-record-list-pagination .sp-record-list-pagination-right { -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .sp-record-list-pagination .sp-form-control { -webkit-appearance:none; -moz-appearance:none; appearance:none; font-family:inherit; font-size:1rem; line-height:1.5; padding:.3rem .7rem; color:#333333; -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; margin: 1px 1px calc(0.2rem + 1px); border:1px solid #dddddd; border-radius:calc(var(--border-radius) / 1.2); box-sizing:border-box; outline:none; } .sp-record-list-pagination .sp-form-control:focus { margin: 0 0 0.2rem; border: 2px solid var(--main-color); } .sp-record-list-pagination .sp-form-inline .sp-form-control { display:inline-block; width:auto; vertical-align:middle; } .sp-record-list-pagination select.sp-form-control, .sp-record-list-pagination option.sp-form-control { -webkit-appearance:none; -moz-appearance:none; appearance:none; padding-right:1.5rem; } .sp-record-list-pagination select.sp-form-control::-ms-expand { display:none; } .sp-record-list-pagination .sp-form-dropdown { position:relative; } .sp-record-list-pagination .sp-form-dropdown-inline { position:relative; display:inline-block; } .sp-record-list-pagination .sp-form-dropdown-icon { display:block; position:absolute; top:1rem; right:.5rem; line-height:0; pointer-events:none; } .sp-record-list-pagination .sp-form-dropdown-icon:after { content:""; display:block; border-top:.333rem solid #888888; border-right:.333rem solid transparent; border-left:.333rem solid transparent; } .sp-record-list-pagination ul.sp-page-navs { display:-webkit-box; display:-ms-flexbox; display:flex; padding-left:0; list-style:none; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item { line-height:1.25rem; text-align:center; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item a, .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item span { display:inline-block; margin:0 0.2rem; padding:.375rem .75rem; border-radius:calc(var(--border-radius) / 1.2); color:var(--main-color); font-weight: bold; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item a .fa, .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item span .fa { font-size:1.125rem; width:1rem; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item a { text-decoration:none; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item a:hover { background-color:rgba(0,0,0,0.075); } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item span { background-color:rgba(0,0,0,0.075); color: var(--main-color); font-weight: bold; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-item.sp-page-nav-current span { background-color:var(--main-color); border-color:var(--main-color); color:#ffffff; } .sp-record-list-pagination ul.sp-page-navs li.sp-page-nav-more { line-height:1rem; text-align:center; margin:0 .2rem; padding:.375rem .3rem; } @media (max-width: 765px) { .sp-record-list-container .sp-record-list-parts { margin: 0 0 .5rem; } .sp-record-list-container [class="sp-record-list-parts"]{ overflow-x: auto; } .sp-record-list-container .sp-record-list-table { width: var(--mobile-table-width); font-size: .9em; box-shadow: unset; } } .sp-record-list-container .sp-record-list-table thead th:nth-child(3){ text-align:center; }
HTMLの各「xx」には、以下の値を記載ください。
書き換える場所 | 記載する値 |
---|---|
"f0xx" | カレンダーDB内の対応するフィールドID |
"f0xx.xx" | 1つ目に参照_物件マスタDB(カレンダーDB)のフィールドID、 2つ目に物件ID(物件マスタDB)のフィールドID |
strings.toString(record['f0xx']) | 残席数(カレンダーDB)のフィールドID |
record['f0xx'].linkParam | 参照_物件マスタDB(カレンダーDB)のフィールドID |
record['f0xx']['f0xx'] | 1つ目に参照_物件マスタDB(カレンダーDB)のフィールドID、 2つ目に物件ID(物件マスタDB)のフィールドID |
record['f0xx'].format('yyyy-MM-dd') | 予約日(カレンダーDB)のフィールドID |
record['f0xx'].format('HH') | 予約時間(カレンダーDB)のフィールドID |
"p0xxxxx" | 内覧予約ページのID |
手順2:予約可能日一覧を検索するためのレコード検索ブロックを作成
手順1と同様に、レコード検索ブロックを作成します。
DBは「カレンダーDB」、検索対象レコードリストは手順1で作成した「予約可能日一覧」、検索結果表示ページは「物件詳細ページ」を選択します。
HTMLの「'f0xx'」、「'f0xx:before'」、「'f0xx:after'」には、カレンダーDB内の対応するフィールドIDを記載ください。
DBは「カレンダーDB」、検索対象レコードリストは手順1で作成した「予約可能日一覧」、検索結果表示ページは「物件詳細ページ」を選択します。
HTML
<div class="sp-record-search-container"> <div class="sp-record-search-parts sp-html-parts"><p>予約日検索</p></div> <!--/* 予約日 (reservationDate) */--> <sp:record-search-field name="f0xx"></sp:record-search-field> <div class="sp-record-search-parts sp-record-search-field"> <div class="sp-record-search-label" th:text="${fields['f0xx'].label}">Label</div> <div class="sp-record-search-data"> <div class="sp-form-datetimes"> <div class="sp-form-date"> <input type="date" class="sp-form-control" th:name="${fields['f0xx:after'].name}" th:placeholder="${fields['f0xx'].placeholder.startDate}" th:value="${inputs['f0xx:after']}"> <span class="sp-form-date-separator">〜</span> <input type="date" class="sp-form-control" th:name="${fields['f0xx:before'].name}" th:placeholder="${fields['f0xx'].placeholder.endDate}" th:value="${inputs['f0xx:before']}"> </div> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> </div> </div> <div class="sp-form-item sp-form-html" th:inline="none">カレンダーマークを押すとカレンダーが表示されます。</div> <div class="sp-record-search-parts sp-form-interaction"> <button class="sp-search-button" type="submit" name="action" value="search">検索</button> </div> </div>
CSS
:root { /*============================= カスタムプロパティ ==============================*/ --search-container-color: #FFFFFF; /* 検索コンテナの背景色 */ --search-container-border: 1.5px solid #EBEBEB; /* 検索コンテナの枠線 */ --search-container-shadow: 0 2px 5px rgba(0,0,0,0.2); /* 検索コンテナの影 */ --search-label-txtcolor: #333333; /* ラベルの文字色 */ --search-input-color: #F7F8FC; /* 入力欄の背景色 */ --search-input-border-color: #F0F1F5; /* 入力欄の枠線の色 */ --search-border-radius: 12px; /* 角の丸さ */ text-align: center; } .sp-record-search-container { background-color:#ffffff; border-radius:var(--search-border-radius); -webkit-box-sizing:border-box; box-sizing:border-box; background: var(--search-container-color); color:#333333; padding:1rem; width:clamp(452px, 60%, 800px); margin:auto; margin-bottom:1rem; border: var(--search-container-border); box-shadow: var(--search-container-shadow); font-size: .9rem; } .sp-record-search-container .sp-record-search-parts { margin-bottom:.5rem; } .sp-record-search-container .sp-record-search-parts:last-child { margin-bottom:0; } .sp-record-search-container .sp-html-parts p { margin:0; } .sp-record-search-container .sp-record-search-field { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-record-search-container .sp-record-search-field>.sp-record-search-label { font-size:1rem; font-weight:bold; padding:.25rem .5rem; word-break:break-all; -webkit-box-sizing:border-box; box-sizing:border-box; color:#555555; } .sp-record-search-container .sp-record-search-field>.sp-record-search-data { padding:.25rem .5rem; -webkit-box-sizing:border-box; box-sizing:border-box; margin: auto; } .sp-record-search-container .sp-form-noted { font-size:.8rem; color:#808080; word-break:break-all; margin-top:.5rem; } .sp-record-search-container .sp-form-control { -webkit-appearance:none; -moz-appearance:none; appearance:none; font-family:inherit; font-size:1rem; line-height:1.5; padding:.3rem .7rem; color:#333333; background: var(--search-input-color); -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; height:42px; outline:none; border:none; border-radius:calc(var(--search-border-radius) / 1.2); box-shadow:0 0 0 1px var(--search-input-border-color); } .sp-record-search-container .sp-form-control:focus { box-shadow:0 0 0 2px var(--main-color); } .sp-record-search-container .sp-form-control::-webkit-input-placeholder { color:#aaaaaa; } .sp-record-search-container .sp-form-control::-moz-placeholder { color:#aaaaaa; } .sp-record-search-container .sp-form-control:-ms-input-placeholder { color:#aaaaaa; } .sp-record-search-container .sp-form-control::-ms-input-placeholder { color:#aaaaaa; } .sp-record-search-container .sp-form-control::placeholder { color:#aaaaaa; } .sp-record-search-container textarea.sp-form-control { resize:vertical; } .sp-record-search-container select.sp-form-control, .sp-record-search-container option.sp-form-control { -webkit-appearance:none; -moz-appearance:none; appearance:none; padding-right:1.5rem; } .sp-record-search-container select.sp-form-control::-ms-expand { display:none; } .sp-record-search-container .sp-form-dropdown { position:relative; } .sp-record-search-container .sp-form-dropdown-icon { display:block; position:absolute; top:1rem; right:.5rem; line-height:0; pointer-events:none; } .sp-record-search-container .sp-form-dropdown-icon:after { content:""; display:block; border-top:.333rem solid #888888; border-right:.333rem solid transparent; border-left:.333rem solid transparent; } .sp-record-search-container .sp-form-selection { display:block; margin: 0 .5rem 0 0; padding:0 .8rem 0 0; } .sp-record-search-container .sp-form-selection-horizontal { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-record-search-container .sp-form-selection-label { vertical-align:middle; } .sp-record-search-container .sp-form-selection>input[type="checkbox"] { vertical-align:middle; margin-left:0; } .sp-record-search-container .sp-form-selection>input[type="checkbox"] { display: none; vertical-align: middle; margin-left:0; } .sp-record-search-container .sp-form-selection-label { display: inline-block; position: relative; vertical-align: middle; padding: 4px 0; } .sp-record-search-container .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ display: inline-block; content:""; position: relative; box-sizing: border-box; top: 4px; margin-right: 6px; width: 20px; height: 20px; background: #ffffff; border:10px solid #ffffff; box-shadow: 0 0 0 1px var(--search-input-border-color); } .sp-record-search-container .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before { border-radius: min(calc(var(--search-border-radius) / 1.2), 4px); } .sp-record-search-container .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ background: var(--search-input-color); border:10px solid var(--search-input-color); } .sp-record-search-container .sp-form-selection>input[type="checkbox"]:hover+.sp-form-selection-label::before{ border:10px solid #dddddd; } .sp-record-search-container .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::after{ border-right: 3px solid var(--main-color); border-bottom: 3px solid var(--main-color); content: ''; display: inline-block; width: 6px; height: 10px; left: 9px; margin-top: -7px; position: absolute; top: 50%; transform: rotate(45deg); opacity: 0; } .sp-record-search-container .sp-form-selection>input[type="checkbox"]:checked+.sp-form-selection-label::after{ left: 6px; opacity: 1; } .sp-record-search-container .sp-form-datetimes, .sp-record-search-container .sp-form-date, .sp-record-search-container .sp-form-time, .sp-record-search-container .sp-form-timezone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-record-search-container .sp-form-datetime, .sp-record-search-container .sp-form-date, .sp-record-search-container .sp-form-time, .sp-record-search-container .sp-form-timezone { margin-right:.5rem; -ms-flex-wrap:nowrap; flex-wrap:nowrap; } .sp-record-search-container .sp-form-datetime { max-width:20rem; } .sp-record-search-container .sp-form-date-separator { text-align:center; -ms-flex-negative:0; flex-shrink:0; margin:auto .5rem; } .sp-record-search-container .sp-form-date>input, .sp-record-search-container .sp-form-time>input { max-width:9rem; } .sp-record-search-container .sp-search-button { color:#ffffff; background-color: var(--main-color); border:1.0px solid var(--main-color); border-radius:calc(var(--search-border-radius) / 1.2); } .sp-record-search-container .sp-form-interaction { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:.5rem; } .sp-record-search-container .sp-form-interaction>button { -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; cursor:pointer; font-size:1rem; line-height:1.5; margin:.5rem; padding:.375rem 0; text-align:center; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap; } @media (min-width:768px) { .sp-record-search-container { padding:2rem 2rem 1rem; margin-top: 1rem; margin-bottom: 1rem; width:clamp(452px, 60%, 800px); font-size: 1rem; } .sp-record-search-container .sp-record-search-field>.sp-record-search-label { font-size:1rem; } .sp-record-search-container .sp-record-search-field>.sp-record-search-data { font-size:1rem; } .sp-record-search-container .sp-form-control { font-size:.9rem; padding:.27rem .63rem; } .sp-record-search-container .sp-form-selection-vertical { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-record-search-container .sp-form-interaction { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; margin-top:1rem; } .sp-record-search-container .sp-form-interaction>button { -webkit-box-flex:0; -ms-flex-positive:0; flex-grow:0; padding:.375rem 5rem; } } .sp-record-search-group { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-record-search-group>.sp-record-search-label { font-size:1.15em; font-weight:bold; padding:.25em .5em; word-break:break-all; box-sizing:border-box; color:#333333; } .sp-record-search-group>.sp-record-search-field { display:block; padding:.25em; } .sp-record-search-group>.sp-record-search-field>.sp-record-search-data { width:auto; padding:0; } .sp-record-search-group>.sp-record-search-field { border-bottom:none; } .sp-record-search-group>.sp-record-search-field>.sp-record-search-label { font-size:.9em; font-weight:normal; width:auto; padding:0; word-break:break-all; display:inline-block; margin-bottom:0.2em; } @media (min-width:768px) { .sp-record-search-group { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-record-search-group>.sp-record-search-label { font-size:1em; width:100%; } .sp-record-search-group>.sp-record-search-data { font-size:1em; width:70%; } .sp-record-search-group>.sp-record-search-data { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } }
HTMLの「'f0xx'」、「'f0xx:before'」、「'f0xx:after'」には、カレンダーDB内の対応するフィールドIDを記載ください。
手順3:予約日一覧ページにブロックの埋め込み
予約日一覧ページに共通ブロックの手順2/手順3で作成した「ヘッダ」「フッター」「物件詳細ブロック」を埋め込みます。
HTML
<!-- ヘッダ --> <sp:block name="fcb0xxxx"></sp:block> <!-- 予約日一覧 --> <h1>予約日一覧ページ</h1> <!-- 物件詳細 --> <sp:block name="rib0xxxx"></sp:block> <th:block th:if="${cp.result.value['check']} eq 0"> <div class="sp-record-list-card-actions sp-record-list-container sp-record-list-table sp-url-button"> <a class="url-button button-l" th:href="${pages['p0xxxxx']?.path ?:'/404'}">戻る</a> </div> </th:block> <th:block th:if="${cp.result.value['check']} eq 1"> <div class="sp-record-list-card-actions sp-record-list-container sp-record-list-table sp-url-button"> <a class="url-button button-l" th:href="${pages['p0xxxxx']?.path ?:'/404'}">戻る</a> <a class="url-button button-r" th:href="${cp.result.value['recordInfo']}">資料請求</a> </div> <!-- 予約日検索 --> <sp:block name="rsb0xxxx"></sp:block> <!-- カレンダー一覧 --> <h3>予約をする場合は、「空席」または「残りわずか」を押してください。<br>※満席は予約できませんので、ご了承ください。<br>※当日分の予約に関しては、電話で承っております。</h3> <!-- 予約日一覧 --> <sp:block name="rlb0xxxx"></sp:block> <div class="sp-record-list-container sp-record-list-table sp-url-button"> <a class="url-button button-l" th:href="${pages['p0xxxxx']?.path ?:'/404'}">戻る</a> <a class="url-button button-r" th:href="${cp.result.value['recordInfo']}">資料請求</a> </div> </th:block> <!-- フッター --> <sp:block name="fcb0xxxx"></sp:block>
CSS
h2 { text-align: center; } h1 { text-align: center; } h3 { display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; unicode-bidi: isolate; } .reserve_attention { display: block; text-align: center; margin: 0.5rem 0; } .url-button { width: auto; /* font-size:0.875rem; */ padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); } .button-l { padding:0.5rem 6%; margin-right: 0.5rem; } .button-r { padding:0.5rem 5%; margin-left: 0.5rem; } .button { padding:0.5rem 5%; } .sp-url-button { text-align: center; width: auto; margin: 1.5rem auto; /* border: 1px solid #dddddd; */ }
HTMLの「"fcb0xxxx"」「"rib0xxxx"」「"rsb0xxxx"」「"rlb0xxxx"」には、
共通ブロックの手順2/手順3で作成した「ヘッダ」「フッター」「内覧予約物件詳細ブロック」と、作成した「レコード検索ブロック」「予約可能日一覧」をそれぞれご記載ください。
また、PHPに予約可能日一覧での予約表示の出し分けと改ざん防止の処理を記載します。共通ブロックの手順2/手順3で作成した「ヘッダ」「フッター」「内覧予約物件詳細ブロック」と、作成した「レコード検索ブロック」「予約可能日一覧」をそれぞれご記載ください。
PHP
<?php //------------------------------ // API設定 //------------------------------ //------------------------------ // 設定値 //------------------------------ define("API_URL", "https://api.spiral-platform.com/v1"); define("API_KEY", "APIキー"); //APIキー define("APP_ROLE", "アプリロール"); //API権限を持つアプリロール識別名 define("DB_ID", "DBID"); //物件マスタDBID define("APP_ID", "アプリID"); //モデルルーム予約管理アプリID define("AREA_NAME","内覧認証エリアの識別名");//内覧認証エリアの識別名 define("PAGE_NAME","資料請求ページの識別名");//資料請求ページの識別名 //------------------------------ // 残席数表示設定値 //------------------------------ $SPIRAL->setTHValue("SEAT_NUM_AVAIL_MESSAGE", "空席"); //残席数がたくさんある場合に表示するメッセージ $SPIRAL->setTHValue("SEAT_NUM_FEW_MESSAGE", "残りわずか"); //残席数が少しの場合の表示するメッセージ $SPIRAL->setTHValue("SEAT_NUM_FULL_MESSAGE", "満席"); //残席数が0の場合の表示するメッセージ $SPIRAL->setTHValue("SEAT_NUM_AVAIL", array("0","1","2","3")); //残席数比較用(残席数が4~) $SPIRAL->setTHValue("SEAT_NUM_FEW", array("1","2","3")); //残席数比較用(残席数が1~3) $SPIRAL->setTHValue("SEAT_NUM_FULL", "0"); //残席数比較用(残席数が0) $record = $SPIRAL->getParam("record"); $record_url = "/".AREA_NAME."/".PAGE_NAME. "?record=" . $record; $SPIRAL->setTHValue("recordInfo", $record_url); //------------------------------ // API実行 //------------------------------ // 物件ID確認 $commonBase = CommonBase::getInstance(); //------------------------------ // ページ表示設定 //------------------------------ $record = explode(".", $SPIRAL->getParam("record"));//レコードアイテムブロックが表示された時、URLクエリパラメータから「レコードID」を取得。 $recordId = $record[1]; $property_Id = $SPIRAL->getParam("rlb0xxxx_q_f0xx");//レコードリストブロックが表示された時、URLクエリパラメータから「物件ID」を取得。 $resultRecordSelect = $commonBase->apiCurlAction("GET", "/apps/". APP_ID. "/dbs/". DB_ID. "/records/". $recordId); $check = 0; if($property_Id == $resultRecordSelect['item']['propertyID']){ $check = 1; } $SPIRAL->setTHValue("check", $check);//Thymeleafに比較結果をセット //------------------------------ // 共通モジュール //------------------------------ class CommonBase { /** * シングルトンインスタンス * @var UserManager */ protected static $singleton; public function __construct() { if (self::$singleton) { throw new Exception('must be singleton'); } self::$singleton = $this; } /** * シングルトンインスタンスを返す * @return UserManager */ public static function getInstance() { if (!self::$singleton) { return new CommonBase(); } else { return self::$singleton; } } /** * V2用 API送信ロジック * @return Result */ function apiCurlAction($method, $addUrlPass, $data = null, $multiPart = null, $jsonDecode = null) { $header = array( "Authorization:Bearer ". API_KEY, "X-Spiral-Api-Version: 1.1", ); if($multiPart) { $header = array_merge($header, array($multiPart)); } else { $header = array_merge($header, array("Content-Type:application/json")); } if(APP_ROLE){ $header = array_merge($header, array("X-Spiral-App-Role: ".APP_ROLE)); } // curl $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_URL, API_URL. $addUrlPass); curl_setopt($curl, CURLOPT_HTTPHEADER, $header); if ($method == "POST") { if ($multiPart) { curl_setopt($curl, CURLOPT_POSTFIELDS, $data); } else { curl_setopt($curl, CURLOPT_POSTFIELDS , json_encode($data)); } curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); } if ($method == "PATCH") { curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); } if ($method == "DELETE") { curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); } $response = curl_exec($curl); if (curl_errno($curl)) echo curl_error($curl); curl_close($curl); if($jsonDecode){ return $response; }else{ return json_decode($response, true); } } } ?>
デモでは、残席数が0の時、1~3の時、4の時で表示の出し分けを行っています。
表示出し分けの変更や表示メッセージを変更したい場合は適宜PHPを修正ください。
表示出し分けの変更や表示メッセージを変更したい場合は適宜PHPを修正ください。
PHPの「"認証エリアの識別名"」「"資料請求ページの識別名"」には、
それぞれ内覧予約認証エリア、資料請求ページの識別名を追記ください。
それぞれ内覧予約認証エリア、資料請求ページの識別名を追記ください。
PHP「rlb0xxxx_q_f0xx」には、物件詳細ページでレコードリストを絞り込むために、
予約可能日一覧のIDとカレンダーDBの物件IDのフィールドのIDを記載します。
予約可能日一覧のIDとカレンダーDBの物件IDのフィールドのIDを記載します。
内覧予約ページの作成
手順1:内覧予約登録フォームブロックを作成
内覧予約登録フォームブロックは、登録フォームブロックで作成します。
登録フォームブロックについて、以下の通りに設定を行います。
HTMLの「"f0xx"」には、内覧予約DB内の対応するフィールドIDを記載ください。
HTMLの「dbs[xxxx]」には物件マスタDBのDBIDを記載ください。
登録フォームブロックについて、以下の通りに設定を行います。
設置認証エリア | DB | 設定方法 | 参照フィールド設定のキーフィールド |
---|---|---|---|
設置しない | 内覧予約DB | ソース設定 | ID |
HTML
<div class="sp-form-container"> <div class="sp-step-flow-f24431"> <div class="large-setting arrow sp-clearfix"> <div class="step active" title="入力"> <span>入力</span> </div> <div class="step" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> <div class="small-setting arrow sp-clearfix"> <div class="step active" title="入力"> <span>入力</span> </div> <div class="step" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> </div> <div class="sp-form-item sp-form-html" th:inline="none"><p><span style="font-size: 18pt;">内覧予約登録フォーム</span></p></div> <div class="sp-form-item sp-form-html" th:inline="none">必要事項をご入力の上、「確認画面へ」ボタンを押してください</div> <!--/* 名前(name) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="|${inputs['f0xx'] ?:'スパイラル太郎'}|" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* メールアドレス(mail) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="email" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="|${inputs['f0xx'] ?:'sample@spiral-platform.co.jp'}|"> <div th:if="${fields['f0xx'].collation}"> <span class="sp-form-email-reenter" th:text="${fields['f0xx'].reenterLabel}">Re-enter to confirm</span> <input type="email" class="sp-form-control" th:name="${fields['f0xx:reenter'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="|${inputs['f0xx'] ?:'sample@spiral-platform.co.jp'}|"> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 郵便番号(zipCode) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* 都道府県(pref) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${inputs['f0xx'] == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${inputs['f0xx'] == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 市区町村(municipalities) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="|${inputs['f0xx'] ?:'港区赤坂2丁目'}|" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* 番地(block) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="|${inputs['f0xx'] ?:'9番11号'}|" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* マンション・ビル名(building) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="|${inputs['f0xx'] ?:'オリックス赤坂2丁目ビル'}|" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* 電話番号(phone) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-phone"> <div class="sp-form-dropdown" th:if="${fields['f0xx'].countryCode == null}"> <select class="sp-form-control" th:name="${fields['f0xx:countryCode'].name}"> <option value="" th:text="${fields['f0xx'].unselectedCodeLabel}" th:selected="${inputs['f0xx:countryCode'] == null}">Select option</option> <option th:each="countryCode : ${fields['f0xx'].countryCodes}" th:value="${countryCode.country.alpha2Code}" th:text="|${countryCode.country.alpha2Code}(+${countryCode.code})|" th:selected="${inputs['f0xx:countryCode'] == countryCode.country.alpha2Code}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <input type="tel" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 職業(occupation) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${inputs['f0xx'] == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${inputs['f0xx'] == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 希望占有面積(occupiedArea) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${inputs['f0xx'] == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${inputs['f0xx'] == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* ご予算(budget) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${inputs['f0xx'] == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${inputs['f0xx'] == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 入居予定人数(residentNum) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${inputs['f0xx'] == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${inputs['f0xx'] == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 来場人数(visitorNum) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${inputs['f0xx'] == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${inputs['f0xx'] == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 参照_物件マスタDB(propertyRef) */--> <sp:input-field name="f0xx"></sp:input-field> <!-- <div class="sp-form-item sp-form-field"> --> <!-- <div class="sp-form-data"> --> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']} ?: (${dbs[xxxx] != null} ? ${dbs[xxxx].record['_id']} : '')"> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> <!-- </div> --> <!-- </div> --> <div class="sp-form-item sp-form-field" th:if="${fields['f0xx'].isTemporary}"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].collationLabel}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].collationName}" th:placeholder="${fields['f0xx'].placeholder.collation}" th:value="${inputs['f0xx_collation']}"> <span class="sp-form-error" th:if="${errors['f0xx_collation'] != null}" th:text="${errors['f0xx_collation'].message}">Error message</span> </div> </div> <!--/* カレンダーDB_物件ID(calendarRef_roomID) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-data"> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${cp.result.value['propID']}" th:if="${fields['f0xx'].control == 'text'}"> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${inputs['f0xx']}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> <!--/* 予約ID(reservationID) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-data"> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${cp.result.value['resID']}" th:if="${fields['f0xx'].control == 'text'}"> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> <!--/* 予約日(reservationDate) */--> <sp:input-field name="f0xx" control="text"></sp:input-field> <div class="sp-form-data"> <input type="hidden" class="sp-form-control sp-form-datetime" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${cp.result.value['resDay']}"> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> <!--/* 予約時間(reservationTime) */--> <sp:input-field name="f0xx" control="text"></sp:input-field> <div class="sp-form-data"> <input type="hidden" class="sp-form-control sp-form-datetime" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${cp.result.value['resTim']}"> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> <!--/* 個人情報の取扱い(personal) */--> <!--/* 個人情報保護の同意(privacyPolicy) */--> <div class="privacyTtl">個人情報のお取り扱いについて</div> <div class="privacyInner"> <p>スパイラル株式会社(以下、「当社」という)は、情報資産プラットフォーム事業者として個人情報保護の重要性を認識し、個人情報保護の方針を定めるとともに、スタッフ一体となり個人情報の適切な保護に努めます。</p> <dl> <dt>1 個人情報の収集目的について</dt> <dd>個人情報の収集目的について</dd> <dt>2 xxxx</dt> <dd>xxxxxx</dd> <dt>3 yyyy</dt> <dd>yyyyyyy</dd> <dt>4 zzzz</dt> <dd>zzzzzz</dd> </dl> <p>スパイラル株式会社</p> <table class="privacyInfo"> <tbody> <tr> <th>個人情報に関する消費者相談・苦情受付窓口</th> <td> <a href="https://www.spiral-platform.co.jp/company/privacypolicy/#privacy" target="_blank">個人情報保護管理者 <i class="far fa-window-restore"></i></a> </td> </tr> <tr> <th>GDPR適用対象個人データに関するお問い合わせ窓口</th> <td> <a href="https://www.spiral-platform.co.jp/company/privacypolicy/#dpo" target="_blank">データ保護責任者(DPO) <i class="far fa-window-restore"></i></a> </td> </tr> <tr> <th>受付時間</th> <td>平日10:00~18:00(12/28~1/3を除く)</td> </tr> <tr> <th>TEL</th> <td>03-5575-6601</td> </tr> </tbody> </table> </div> <!--/* 個人情報の取扱い(privacyPolicy) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <label th:each="option : ${fields['f0xx'].options}"><input type="checkbox" th:name="f0xx" th:value="${option.id}" th:checked="${inputs['f0xx'] != null ? #lists.contains(inputs['f0xx'], #strings.toString(option.id)) : false}"><span th:text="${option.label}">Item</span></label> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <div class="sp-form-item sp-form-interaction"> <button class="sp-form-prev-button" type="submit" name="action" value="previous" th:if="!${step.isFirst}" th:text="${step.prevButtonLabel}">Prev</button> <button class="sp-form-next-button" type="submit" name="action" value="next" th:text="${step.nextButtonLabel}">Next</button> </div> </div>
HTML(確認ステップ)
<!--/* パラメーターが改ざんされた場合表示 */--> <th:block th:if="${cp.result.value['step'] eq 0}"> <span>エラー</span> </th:block> <!--/* 確認ステップでhiddenで送られた値とPHPの値が一致した場合登録フォームを表示(物件ID、予約ID、予約日、予約時間) */--> <th:block th:if="${cp.result.value['step'] eq 1}"> <div class="sp-form-container"> <div class="sp-step-flow-f24431"> <div class="large-setting arrow sp-clearfix"> <div class="step" title="入力"> <span>入力</span> </div> <div class="step active" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> <div class="small-setting arrow sp-clearfix"> <div class="step" title="入力"> <span>入力</span> </div> <div class="step active" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> </div> <div class="sp-form-item sp-form-html" th:inline="none"><p><span style="font-size: 18pt;">内覧予約登録フォーム</span></p></div> <div class="sp-form-item sp-form-html" th:inline="none">内容をご確認の上、よろしければ「予約」ボタンを押してください。</div> <!--/* 名前(name) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* メールアドレス(mail) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">spiral@example.com</span> </div> </div> <!--/* 郵便番号(zipCode) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* 都道府県(pref) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}">Label</div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 市区町村(municipalities) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* 番地(block) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* マンション・ビル名(building) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* 電話番号(phone) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.nationalNumber}">+81 03-1234-5678</span> </div> </div> <!--/* 職業(occupation) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 希望占有面積(occupiedArea) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* ご予算(budget) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 入居予定人数(residentNum) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 来場人数(visitorNum) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 個人情報の取扱い(privacyPolicy) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}">Label</div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <div class="sp-form-item sp-form-interaction"> <button class="sp-form-prev-button" type="submit" name="action" value="previous" th:if="!${step.isFirst}" th:text="${step.prevButtonLabel}">Prev</button> <button class="sp-form-next-button" type="submit" name="action" value="next" th:text="${step.nextButtonLabel}">Next</button> </div> </div> </th:block>
CSS
:root { /*============================= カスタムプロパティ ==============================*/ --base-color: #FFFFFF; /* フォームブロックの背景色 */ --main-color: #0D60DB; /* メインカラー */ --accent-color: #B8250F; /* アクセントカラー */ --input-color: #F5F7FA; /* 入力欄の背景色 */ --input-border-color: #D3D6DB; /* 入力欄の枠線の色 */ --input-radius: 12px; /* 入力欄の角の丸さ */ --transition: 0.1s; /* アニメーション時間 */ /*------ 合計100%になるよう調整 -------*/ --label-width: 25%; /* ラベル部分の幅 */ --data-width: 75%; /* データ部分の幅 */ } .sp-record-list-card-actions { width: auto; font-size:0.875rem; padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; } .sp-record-list-card-actions a { color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); /* background-color:#ffffff; */ font-size:0.875rem; padding:0.5rem 0.75rem; text-align:center; text-decoration:none; flex: 1; } .sp-form-container { font-size:16px; padding:1em; box-sizing:border-box; max-width: 960px; color:#505050; background-color:var(--base-color); border:1px solid #E1E5EB; border-radius:var(--input-radius); } .sp-form-container .sp-form-item:not(:last-child) { margin-bottom:0.5em; padding:0.5em 1em; } .sp-form-field, .sp-form-group { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-field>.sp-form-label, .sp-form-group>.sp-form-label { font-size:1.15em; font-weight:bold; padding:.25em 0; word-break:break-all; box-sizing:border-box; color:#333333; } .sp-form-group-item>.sp-form-label { word-break:break-all; display:inline-block; margin-bottom:.2em; } .sp-form-field>.sp-form-data, .sp-form-group>.sp-form-data { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; word-break:break-all; padding:0.25em 0; box-sizing:border-box; } .sp-form-group-item>.sp-form-data { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-required { display:inline-block; margin:0 .5em; padding: 3px 6px; background:var(--accent-color); color:#ffffff; line-height:1; border-radius:.25em; font-size:0.7em; font-weight: bold; vertical-align: middle; } .sp-form-group-item:not(:last-child) { margin-bottom:.5em; } .sp-form-noted { font-size:.8em; color:#808080; word-break:break-all; margin-top:.5em; padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-error { font-size:.8em; color:var(--accent-color); padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-control { -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none; appearance:none; font-family:inherit; font-size:1em; line-height:1.5; padding:.3em .7em; padding-left:clamp(12px, calc(var(--input-radius) - 2px), 24px); background:var(--input-color); color:#333333; box-sizing:border-box; width:100%; height:48px; margin-bottom:.3em; border:none; outline:none; border-radius:var(--input-radius); box-shadow:0 0 0 0.5px var(--input-border-color); } .sp-form-control:focus { box-shadow:0 0 0 2px var(--main-color); } .sp-form-control[type="number"] { height: 36px; } .sp-form-control:placeholder-shown { color:#aaa; } .sp-form-control::placeholder { color:#aaa; } .sp-form-control::-ms-input-placeholder { color:#aaa; } .sp-form-control:-ms-input-placeholder { color:#aaa; } .sp-form-control:-moz-placeholder { color:#aaa; } textarea.sp-form-control { resize:vertical; padding-top:clamp(6px, calc(var(--input-radius) / 2), 18px); height:calc(1.5em * 5); } select.sp-form-control, option.sp-form-control { -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none; appearance:none; padding-right:1.5em; } .sp-form-control>option { background:#FFFFFF;} select.sp-form-control::-ms-expand { display:none; } .sp-form-phone .sp-form-control { max-width:20em; } .sp-form-phone>*:not(:only-child) { margin-right:.5rem; } .sp-form-dropdown { position:relative; } .sp-form-dropdown-icon { display:block; position:absolute; top:1.3em; right:1em; line-height:0; pointer-events:none; } .sp-form-dropdown-icon:after { content:""; display:block; border-top:0.333em solid #888; border-right:.333em solid transparent; border-left:.333em solid transparent; } .sp-form-selection { display:block; cursor: pointer; margin-bottom:.3em; padding:.25em .75em .35em; background:var(--input-color); border-radius: var(--input-radius); box-shadow:0 0 0 0.5px var(--input-border-color) ; } .sp-form-selection-label { display: inline-block; position: relative; vertical-align:middle; padding: 4px 0; } .sp-form-datetimes, .sp-form-date, .sp-form-time, .sp-form-timezone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-form-datetime, .sp-form-date, .sp-form-time, .sp-form-timezone { margin-right:.5rem; -ms-flex-wrap:nowrap; flex-wrap:nowrap; } .sp-form-datetime { max-width:20em; } .sp-form-phone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-form-date-separator { width:1em; margin-bottom: .3em; text-align:center; -ms-flex-negative:1; flex-shrink:0; } .sp-form-number { max-width:20em; } .sp-form-email-reenter, .sp-form-password-reenter { font-size:.9em; margin-bottom:.2em; padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-html p { margin:0; } .sp-form-interaction { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:1em; } .sp-form-prev-button { color:#333333; background-color:var(--base-color); border:2.0px solid #666666; } .sp-form-next-button, .sp-form-login-button { color:#ffffff; background-color:var(--main-color); border:none; } .sp-form-field .sp-form-embedded { padding-left:.25em; } .sp-form-selection>input[type="radio"], .sp-form-selection>input[type="checkbox"] { display: none; vertical-align:middle; margin-left:0; } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ display: inline-block; content:""; position: relative; box-sizing: border-box; top: 4px; margin-right: 6px; width: 20px; height: 20px; background: #ffffff; border:10px solid #ffffff; box-shadow: 0 0 0 0.5px var(--input-border-color); transition: var(--transition); } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before { border-radius: 50%; } .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before { border-radius: min(var(--input-radius), 4px); } .sp-form-selection>input[type="radio"]:checked+.sp-form-selection-label::before{ background: var(--main-color); border:4px solid #ffffff; } .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::after{ border-right: 3px solid var(--main-color); border-bottom: 3px solid var(--main-color); content: ''; display: inline-block; width: 6px; height: 10px; left: 9px; margin-top: -7px; position: absolute; top: 50%; transform: rotate(45deg); opacity: 0; transition: var(--transition); } .sp-form-selection>input[type="checkbox"]:checked+.sp-form-selection-label::after{ left: 6px; opacity: 1; } .sp-form-date>input, .sp-form-time>input { max-width:7em; } .sp-form-date>input[type="date"]{ min-width: 140px; max-width: none; } .sp-form-time>input[type="time"] { min-width: 92px; max-width: none; } .sp-form-interaction>button { -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; cursor:pointer; font-size:1em; font-weight:bold; line-height:1.5; margin:.5rem; padding:.75rem 0; text-align:center; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap; border-radius:var(--input-radius); } @media (min-width:768px) { .sp-form-container { font-size:initial; padding:3em; margin:2em auto; } .sp-form-container .sp-form-item:not(:last-child) { margin-bottom:0.5em; padding-bottom:0.5em; } .sp-form-field, .sp-form-group { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row nowrap; flex-flow:row nowrap; } .sp-form-field>.sp-form-label, .sp-form-group>.sp-form-label { font-size:1em; width:var(--label-width); padding:.5em; } .sp-form-group .sp-form-group-item>.sp-form-label { font-size:.9em; padding-right:.5em; } .sp-form-field>.sp-form-data, .sp-form-group>.sp-form-data { font-size:1em; width:var(--data-width); padding:.5em; } .sp-form-group>.sp-form-data { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-form-group.sp-form-group-vertical>.sp-form-data { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-required { font-size:0.8em; } .sp-form-group-item { padding:.25em; } .sp-form-group-item:not(:last-child) { margin-bottom:0; } .sp-form-control { font-size:.9em; } .sp-form-selection { font-size:.9em; margin:0 .5em 0 0; padding-right:1em; background:none; box-shadow:none; } .sp-form-selection-vertical>.sp-form-selection { margin:0 auto 0 0; padding-right: 4em; } .sp-form-selection-vertical { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-selection-horizontal { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-form-interaction { justify-content:center; margin-top:2em; } .sp-form-embedded { font-size:.9em; } .sp-form-group-item .sp-form-embedded { padding-right:5em; } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ background: var(--input-color); border:10px solid var(--input-color); } .sp-form-selection>input[type="radio"]:hover+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]:hover+.sp-form-selection-label::before{ border:10px solid #dddddd; } .sp-form-selection>input[type="radio"]:checked+.sp-form-selection-label::before{ border:4px solid var(--input-color); } .sp-form-date>input[type="date"]{ min-width: unset; } .sp-form-time>input[type="time"] { min-width: unset; } .sp-form-interaction>button { -webkit-box-flex:0; -ms-flex-positive:0; flex-grow:0; padding:.75rem 5em; } } .sp-form-recaptcha { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .sp-form-recaptcha-right { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .sp-form-recaptcha-center { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .sp-form-file-button { padding:.8em 2em; font-weight: bold; cursor:pointer; color:#666666; background-color:#f6f6f6; border:none; border: solid 2px #a0a0a0; border-radius:var(--input-radius); transition: var(--transition); align-items: center; justify-content: center; } .sp-form-file-button::before{ display: inline-block; content: url('data:image/svg+xml;utf-8,<svg fill="%23666" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.4,7.9l-5.7,5.7c-0.4,0.4-0.8,0.6-1.2,0.8c-0.7,0.3-1.4,0.3-2.1,0.2c-0.7-0.1-1.4-0.5-1.9-1c-0.4-0.4-0.6-0.8-0.8-1.2c-0.3-0.7-0.3-1.4-0.2-2.1c0.1-0.7,0.5-1.4,1-1.9L9.7,2c0.2-0.2,0.5-0.4,0.8-0.5c0.4-0.2,0.9-0.2,1.3-0.1C12.2,1.4,12.6,1.6,13,2c0.2,0.2,0.4,0.5,0.5,0.8c0.2,0.4,0.2,0.9,0.1,1.3c-0.1,0.4-0.3,0.8-0.6,1.2l-6.2,6.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.3,0-0.5c0-0.2,0.1-0.3,0.2-0.4l5.5-5.5l-0.9-0.9L4.7,9.3C4.5,9.5,4.4,9.7,4.3,10c-0.2,0.4-0.2,0.8-0.1,1.2c0.1,0.4,0.3,0.8,0.6,1.1c0.2,0.2,0.4,0.4,0.7,0.5c0.4,0.2,0.8,0.2,1.2,0.1c0.4-0.1,0.8-0.3,1.1-0.6l6.2-6.2c0.3-0.3,0.6-0.8,0.8-1.2c0.3-0.6,0.3-1.4,0.2-2c-0.1-0.7-0.5-1.3-1-1.8c-0.3-0.3-0.8-0.6-1.2-0.8c-0.6-0.3-1.4-0.3-2-0.2C10,0.2,9.3,0.5,8.8,1L2.5,7.4C2,7.9,1.6,8.5,1.4,9.1C1,10,0.9,11,1.1,11.9c0.2,1,0.6,1.9,1.4,2.6C3,15,3.5,15.4,4.1,15.6C5.1,16,6,16.1,7,15.9c1-0.2,1.9-0.6,2.6-1.4l5.7-5.7L14.4,7.9z"/></svg>'); margin-left: -0.5em; width: 16px; height: 100%; vertical-align: middle; } .sp-form-file-button:focus { outline:0; } .sp-from-file-default-drag-drop-area { color:#333333; background-color:var(--input-color); border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; text-align:center; border-radius: var(--input-radius); } .sp-from-file-ondraghover-drag-drop-area { color:#333333; background-color:#dddddd; border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; text-align:center; border-radius: var(--input-radius); } .sp-from-file-ondragleave-drag-drop-area { color:#333333; background-color:#dddddd; border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; border-radius: var(--input-radius); } .sp-from-file-ondrop-drag-drop-area { color:#333333; background-color:var(--input-color); border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; border-radius: var(--input-radius); } .sp-form-embedded>.sp-file-info:last-child { padding-bottom:0; } .sp-file-info { padding-top:1em; padding-bottom:1em; line-height:1.5; } .sp-file-info>div { width:100%; } .main-text { font-size:1em; font-weight:bold; } [class^="sp-step-flow-f"] { margin:3em 0 2em; } [class^="sp-step-flow-f"]>.large-setting { display:flex; justify-content: center; } [class^="sp-step-flow-f"]>.small-setting { display:none; } [class^="sp-step-flow-f"]>.large-setting, [class^="sp-step-flow-f"]>.small-setting { text-align: center; margin: 0 auto; padding: 0 20px; } [class^="sp-step-flow-f"]>.large-setting>.step, [class^="sp-step-flow-f"]>.small-setting>.step { word-wrap: break-word; min-width: 0; text-align:center; } [class^="sp-step-flow-f"]>.large-setting>.step { flex: 1; margin-right:36px; font-size:16px; } [class^="sp-step-flow-f"]>.small-setting>.step { font-size:14px; } [class^="sp-step-flow-f"]>.large-setting>.step:last-child, [class^="sp-step-flow-f"]>.small-setting>.step:last-child { margin-right: 0; } [class^="sp-step-flow-f"]>.large-setting>.step>span, [class^="sp-step-flow-f"]>.small-setting>.step>span { overflow: hidden; text-overflow: ellipsis; position:relative; display:block; padding-top: 16px; white-space:nowrap; color:#D3D6DB; font-weight:bold; } [class^="sp-step-flow-f"]>.large-setting>.step>span::before, [class^="sp-step-flow-f"]>.small-setting>.step>span::before { position: absolute; content: ""; display: block; top: 0; width: 100%; background: #D3D6DB; } [class^="sp-step-flow-f"]>.large-setting>.step>span::before { height: 6px; border-radius: 6px; } [class^="sp-step-flow-f"]>.small-setting>.step>span::before { height: 4px; border-radius: 4px; } [class^="sp-step-flow-f"]>.large-setting>.step.active>span, [class^="sp-step-flow-f"]>.small-setting>.step.active>span { color:var(--main-color); } [class^="sp-step-flow-f"]>.large-setting>.step.active>span::before, [class^="sp-step-flow-f"]>.small-setting>.step.active>span::before { background:var(--main-color); } @media (max-width: 765px) { [class^="sp-step-flow-f"]>.large-setting { display:none; } [class^="sp-step-flow-f"]>.small-setting { display:flex; justify-content: center; counter-reset:step; } [class^="sp-step-flow-f"]>.small-setting>.step>span { display: none; } [class^="sp-step-flow-f"]>.small-setting>.step { display: flex; align-items: center; width: auto; margin: 0; background: none; color: #ffffff; font-weight: bold; } [class^="sp-step-flow-f"]>.small-setting>.step::before { counter-increment: step 1; content: counter(step, decimal); width:24px; height:24px; background: var(--main-color); border-radius: 50%; font-size: 12px; line-height: 24px; } [class^="sp-step-flow-f"]>.small-setting>.step:not(:last-child) { flex-grow: 1; } [class^="sp-step-flow-f"]>.small-setting>.step:not(:last-child)::after { content: ""; width: calc(100% - 24px); height:2px; background: var(--main-color); vertical-align: middle; } [class^="sp-step-flow-f"]>.small-setting>.step.active::after, [class^="sp-step-flow-f"]>.small-setting>.step.active~.step::before, [class^="sp-step-flow-f"]>.small-setting>.step.active~.step::after { background:#D3D6DB; } } div.privacyTtl { margin-top: 25px; font-weight: bold; font-size: 1.2em; } div.privacyInner { height: 200px; overflow: auto; padding: 10px; background: #ededed; margin-bottom: 20px; overflow-x: hidden; border: 1px solid #dddddd; } table.privacyInfo{ text-align: left; width: 100%; } table.privacyInfo th { background: #ccc; display: block; padding: 5px 10px; text-align: left; width: 100%; } table.privacyInfo td { display: block; padding: 5px 10px; text-align: left; width: 100%; } table.privacyInfo a { color: #1b284b; }
HTMLの「"f0xx"」には、内覧予約DB内の対応するフィールドIDを記載ください。
HTMLの「dbs[xxxx]」には物件マスタDBのDBIDを記載ください。
手順2:内覧予約登録フォームブロックにメールアクションを作成
内覧予約登録フォームからレコードが登録された際に、
「内覧予約完了メール」「内覧予約通知メール」が送信されるようにする設定を行います。
また、それぞれ以下のように件名、本文を入力してください。
内覧予約完了メール
「内覧予約完了メール」「内覧予約通知メール」が送信されるようにする設定を行います。
それぞれ以下のように設定してください。
配信名 | 配信条件・配信先 | 設定するクリックログインURL |
---|---|---|
内覧予約完了メール |
配信条件:常時配信 メールアドレス |
予約キャンセルページ 情報変更ページ |
内覧予約通知メール |
配信条件:常時配信 参照_物件マスタDB > 担当メールアドレス |
なし |
また、それぞれ以下のように件名、本文を入力してください。
内覧予約完了メール
件名
【 {{@xxxxx.xxxxx.xxxxx}} 】内覧をご予約いただきありがとうございます
本文
{{@xxxxx.xxxxx}}様 この度はご予約いただきまして誠にありがとうございます。 ご予約日にお待ちしております。 ・予約日時 {{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・物件名 {{@xxxxx.xxxxx.xxxxx}} 予約のキャンセル・登録情報の変更を行う場合は下記よりお願いいたします。 ───────────────────────────────────── ◆予約キャンセル {{@_url.cl.xxxxxx.xxxxxxx/xxxx/xxxx}} ───────────────────────────────────── ◆登録情報変更 {{@_url.cl.xxxxxx.xxxxxxx/xxxx/xxxx}} ───────────────────────────────────── ----------------------- ※本メールは、システムからの自動送信メールです。 この送信元メールアドレスは送信専用となりますので、お問合せ等は以下連絡先までお願いします。 TEL:XXX-XXXX-XXXX
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、「{{@xxxxx.xxxxx}}」には「名前」「予約日」「予約時間」の差し替えキーワードをご記載ください。
「{{@_url.cl.xxxxxx.xxxxxxx/xxxx/xxxx}} 」には、「予約キャンセルページ」「登録情報変更ページ」のクリックログインURLをそれぞれご記載ください。
内覧予約通知メール
件名
【 {{@xxxxx.xxxxx.xxxxx}} 】内覧予約いただきました
本文
担当グループ:{{@xxxxx.xxxxx}} 内覧予約をいただきました。 アプリ利用画面のご確認、よろしくお願いいたします。 ・物件名:{{@xxxxx.xxxxx.xxxxx}} ・予約ID:{{@xxxxx.xxxxx}} ・予約日時:{{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・予約番号:{{@xxxxx.xxxxx}} ※本メールは、システムからの自動送信メールです。
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、「{{@xxxxx.xxxxx}}」には「担当グループ」「予約ID」「予約日」「予約時間」「予約番号」の差し替えキーワードをご記載ください。
手順3:内覧予約ページのブロック埋め込み
内覧予約ページに共通ブロックの「ヘッダ」「フッター」と、手順1,2で作成した登録ブロックを埋め込みます。
PHPの設定値には、それぞれ「APIキー」、「物件マスタDBID」、「アプリID」、「カレンダーDBID」を記載ください。
HTML
<!--/* ヘッダ */--> <sp:block name="fcb0xxxx"></sp:block> <h1>内覧予約ページ</h1> <th:block th:if="${cp.result.value['step_detail']} eq 1"> <!--/* 物件詳細 */--> <sp:block name="rib0xxxx"></sp:block> <h2>この物件の<span th:text="${cp.result.value['resDay_display']}">12345</span>の<span th:text="${cp.result.value['resTim_display']}">12345</span>の内覧予約を行います。</h2> </th:block> <th:block th:if="${cp.result.value['check']} eq 1"> <!--/* 内覧予約登録フォーム */--> <sp:block name="ifb0xxxx"></sp:block> </th:block> <th:block th:if="${cp.result.value['check']} eq 0"> <!--/* エラーメッセージ */--> <sp:block name="fcb0xxxx"></sp:block> </th:block> <!--/* フッター */--> <sp:block name="fcb0xxxx"></sp:block>
CSS
h2 { text-align: center; } h1 { text-align: center; } .reserve_attention { display: block; text-align: center; margin: 0.5rem 0; } .url-button { width: auto; font-size:0.875rem; padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); } .button-l { padding:0.5rem 6%; margin-right: 0.5rem; } .button-r { padding:0.5rem 5%; margin-left: 0.5rem; } .button { padding:0.5rem 5%; } .sp-url-button { text-align: center; width: auto; margin: 1rem auto; /* border: 1px solid #dddddd; */ }
HTMLの「"fcb0xxxx"」、「"rib0xxxx"」、「"ifb0xxxx"」には、それぞれヘッダ、内覧予約物件詳細、内覧予約登録フォーム、フッターのIDを記載ください。
HTMLのエラーメッセージの「"fcb0xxxx"」には共通使用ブロック作成の手順4にて作成した、エラーメッセージブロックのIDを記載ください。
また、PHPに改ざん防止の処理を記載します
PHP
<?php //------------------------------ // API設定 //------------------------------ //------------------------------ // 設定値 //------------------------------ define("API_URL", "https://api.spiral-platform.com/v1"); define("API_KEY", "APIキー"); //APIキー define("APP_ROLE", "アプリロール"); //API権限を持つアプリロール識別名 define("DB_ID", "DBID"); //物件マスタDBID define("APP_ID", "アプリID"); //モデルルーム予約管理アプリID define("DB_ID_2", "DBID"); //カレンダーDBID define("BLOCK_NAME", "ブロック識別名"); //内覧予約登録フォームブロックの識別名 //------------------------------ // API実行 //------------------------------ // 物件ID確認 $commonBase = CommonBase::getInstance(); //------------------------------ // 物件詳細ステップ出し分け //------------------------------ $registForm_reg = $SPIRAL->getRegistrationForm(BLOCK_NAME); $step_detail = $registForm_reg->getStep(); $SPIRAL->setTHValue("step_detail", $step_detail); $param_record = explode(".", $SPIRAL->getParam("record"));//レコードアイテムブロックが表示された時、URLクエリパラメータから「レコードID」を取得。 $recordId = $param_record[1]; $param_reservation = explode("_", $SPIRAL->getParam("reservationID"));//レコードアイテムブロックが表示された時、URLクエリパラメータから「物件ID」を取得。 $property_Id = $param_reservation[0]; $resultRecordSelect = $commonBase->apiCurlAction("GET", "/apps/". APP_ID. "/dbs/". DB_ID. "/records/". $recordId); $SPIRAL->setTHValue("property_ID", $property_Id);//Thymeleafにパラメーターの物件IDをセット $SPIRAL->setTHValue("calender", $resultRecordSelect['item']['propertyID']);//ThymeleafにカレンダーDBのレコードをセット $check = 0; if($property_Id == $resultRecordSelect['item']['propertyID']){ $check = 1; } $SPIRAL->setTHValue("check", $check);//Thymeleafに比較結果をセット //カレンダーDB取得、検索 //URLパラメータの値を物件IDと予約日、予約時間に分割する処理 $reserve = str_split($param_reservation[1],10); $serevatinDate_bef = $reserve[0];//20250109 $reservationTime_bef = explode("-", $reserve[1]);//16 // フォーマット変更用処理 $SPIRAL->setTHValue("ans1", $serevatinDate_bef); // 時間を加工 $reservationTime = $reservationTime_bef[1] . ":00:00"; $where = "?where=@propertyID='".$property_Id."'%20AND%20@reservationDate='".$serevatinDate_bef."'%20AND%20@reservationTime='".$reservationTime."'"; $result_recordListSelect_calender = $commonBase->apiCurlAction("GET", "/apps/". APP_ID. "/dbs/". DB_ID_2. "/records". $where); $SPIRAL->setTHValue("ans1", $result_recordListSelect_calender); // カレンダーDBのレコードID $recordId_calender = $result_recordListSelect_calender['items'][0]['_id']; // カレンダーDBのレコード取得 $resultRecordSelect_calender = $commonBase->apiCurlAction("GET", "/apps/". APP_ID. "/dbs/". DB_ID_2. "/records/". $recordId_calender); // 物件ID、予約ID、予約日、予約時間をそれぞれ変数に格納 $php_propID = $resultRecordSelect_calender["item"]["propertyID"]; $php_resID = $resultRecordSelect_calender["item"]["reservationID"]; $php_resDay = $resultRecordSelect_calender["item"]["reservationDate"]; $php_resTim = $resultRecordSelect_calender["item"]["reservationTime"]; //ThymeleafにカレンダーDBの物件ID、予約ID、予約日、予約時間をセット $SPIRAL->setTHValue("propID", $php_propID); // 物件ID $SPIRAL->setTHValue("resID", $SPIRAL->getParam("reservationID")); // 予約ID $SPIRAL->setTHValue("resDay", $resultRecordSelect_calender["item"]["reservationDate"]); // 予約日 $SPIRAL->setTHValue("resTim", $resultRecordSelect_calender["item"]["reservationTime"]); // 予約時間 // 予約日の整形 $resDay_ymd = explode("-", $resultRecordSelect_calender["item"]["reservationDate"]); $resDay_display = $resDay_ymd[0]. "/" .$resDay_ymd[1] . "/".$resDay_ymd[2]; $SPIRAL->setTHValue("resDay_display", $resDay_display); // 予約時間の表示 $resTim_hm = explode(":", $resultRecordSelect_calender["item"]["reservationTime"]); $resTim_display = $resTim_hm[0]. ":" .$resTim_hm[1]; $SPIRAL->setTHValue("resTim_display", $resTim_display); // hiddenで送られた物件ID、予約ID、予約日、予約時間をそれぞれ変数に格納 $hidden_propID = $SPIRAL->getParam("calendarRef_roomID"); $hidden_resID = $SPIRAL->getParam("reservationID"); $hidden_resDay = $SPIRAL->getParam("reservationDate"); $hidden_resTim = $SPIRAL->getParam("reservationTime"); // $SPIRAL->setTHValue("step", $step); // 登録フォーム 確認画面遷移時のチェック $registForm = $SPIRAL->getRegistrationForm("reservation_regist"); $step = $registForm->getStep(); // 物件ID、予約ID、予約日、予約時間が一致していない場合、checkFlagを0に更新 $step_checkFlag = 1; if ($step == 2){ if($hidden_propID != $php_propID) { $step_checkFlag = 0; } if($hidden_resID != $php_resID) { $step_checkFlag = 0; } if($hidden_resDay != $php_resDay) { $step_checkFlag = 0; } if($hidden_resTim != $php_resTim) { $step_checkFlag = 0; } } $SPIRAL->setTHValue("step", $step_checkFlag); //------------------------------ // 共通モジュール //------------------------------ class CommonBase { /** * シングルトンインスタンス * @var UserManager */ protected static $singleton; public function __construct() { if (self::$singleton) { throw new Exception('must be singleton'); } self::$singleton = $this; } /** * シングルトンインスタンスを返す * @return UserManager */ public static function getInstance() { if (!self::$singleton) { return new CommonBase(); } else { return self::$singleton; } } /** * V2用 API送信ロジック * @return Result */ function apiCurlAction($method, $addUrlPass, $data = null, $multiPart = null, $jsonDecode = null) { $header = array( "Authorization:Bearer ". API_KEY, "X-Spiral-Api-Version: 1.1", ); if($multiPart) { $header = array_merge($header, array($multiPart)); } else { $header = array_merge($header, array("Content-Type:application/json")); } if(APP_ROLE){ $header = array_merge($header, array("X-Spiral-App-Role: ".APP_ROLE)); } // curl $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_URL, API_URL. $addUrlPass); curl_setopt($curl, CURLOPT_HTTPHEADER, $header); if ($method == "POST") { if ($multiPart) { curl_setopt($curl, CURLOPT_POSTFIELDS, $data); } else { curl_setopt($curl, CURLOPT_POSTFIELDS , json_encode($data)); } curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); } if ($method == "PATCH") { curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); } if ($method == "DELETE") { curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); } $response = curl_exec($curl); if (curl_errno($curl)) echo curl_error($curl); curl_close($curl); if($jsonDecode){ return $response; }else{ return json_decode($response, true); } } } ?>
PHPの設定値には、それぞれ「APIキー」、「物件マスタDBID」、「アプリID」、「カレンダーDBID」を記載ください。
登録情報変更ページの作成
手順1:登録情報変更フォームブロックを作成
登録情報変更フォームブロックは、更新フォームブロックで作成します。
更新フォームブロックについて、以下の通りに設定を行います。
更新対象DB | 更新対象レコード | 設定方法 |
---|---|---|
内覧予約DB | 認証レコード | ソース設定 |
HTML
<!-- ヘッダ --> <sp:block name="fcb0xxxx"></sp:block> <!-- 資料ダウンロード一覧 <div class="sp-form-container"> <div class="sp-step-flow-f24431"> <div class="large-setting arrow sp-clearfix"> <div class="step active" title="入力"> <span>入力</span> </div> <div class="step" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> <div class="small-setting arrow sp-clearfix"> <div class="step active" title="入力"> <span>入力</span> </div> <div class="step" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> </div> <div class="sp-form-item sp-form-html" th:inline="none"><p><span style="font-size: 18pt;">登録情報変更フォーム</span></p></div> <div class="sp-form-item sp-form-html" th:inline="none">変更する登録情報をご入力の上、「確認画面へ」ボタンを押してください</div> <!--/* 名前(name) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> </div> <span type="name" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx]}" th:value="${siteClient.record[xx]}"></span> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> </div> <!--/* メールアドレス(mail) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> </div> <span type="email" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx]}" th:value="${siteClient.record[xx]}"></span> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}"> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> <!--/* 郵便番号(zipCode) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* 都道府県(pref) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}" th:with="default=${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : #strings.toString(siteClient.record[xx]?.id)}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${default == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${default == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 市区町村(municipalities) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* 番地(block) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* マンション・ビル名(building) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}" th:if="${fields['f0xx'].control == 'text'}"> <!--ZipCode Option--> <div class="sp-form-zip-code" th:if="${fields['f0xx'].control == 'zipCode'}"> <input type="text" class="sp-form-control" th:name="${fields['f0xx'].name}" th:placeholder="${fields['f0xx'].placeholder}" th:value="${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : siteClient.record[xx]}"> <button class="sp-form-zip-code-button" th:data-zipcode="|zipCodeSearch${fields['f0xx'].name}|" th:if="${fields['f0xx'].addressByZipCode != null}" th:text="${fields['f0xx'].zipCodeButtonLabel}">住所検索</button> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:data-zipcode="|zipCodeError${fields['f0xx'].name}|" th:text="${errors['f0xx']?.message}">Error message</span> </div> </div> <!--/* 希望占有面積(occupiedArea) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}" th:with="default=${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : #strings.toString(siteClient.record[xx]?.id)}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${default == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${default == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* ご予算(budget) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}" th:with="default=${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : #strings.toString(siteClient.record[xx]?.id)}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${default == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${default == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 入居予定人数(residentNum) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}" th:with="default=${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : #strings.toString(siteClient.record[xx]?.id)}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${default == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${default == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 来場人数(visitorNum) */--> <sp:input-field name="f0xx"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-dropdown"> <select class="sp-form-control" th:name="${fields['f0xx'].name}" th:with="default=${#maps.containsKey(inputs, 'f0xx') ? inputs['f0xx'] : #strings.toString(siteClient.record[xx]?.id)}"> <option value="" th:text="${fields['f0xx'].unselectedLabel}" th:selected="${default == null}">Select option</option> <option th:each="option : ${fields['f0xx'].options}" th:value="${option.id}" th:text="${option.label}" th:selected="${default == #strings.toString(option.id)}">Item</option> </select> <span class="sp-form-dropdown-icon"></span> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <!--/* 予約日(reservationDate) */--> <sp:input-field name="f0xx" control="ymdText"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> </div> <div class="sp-form-data"> <div class="sp-form-datetimes"> <div class="sp-form-date"> <span type="text" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx].year}" th:value="${siteClient.record[xx].year}"></span> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx:year'].name}" th:placeholder="${fields['f0xx'].placeholder.year}" th:value="${#maps.containsKey(inputs, 'f0xx:year') ? inputs['f0xx:year'] : siteClient.record[xx]?.year}"> <span class="sp-form-date-separator">/</span> <span type="text" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx].month}" th:value="${siteClient.record[xx].month}"></span> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx:month'].name}" th:placeholder="${fields['f0xx'].placeholder.month}" th:value="${#maps.containsKey(inputs, 'f0xx:month') ? inputs['f0xx:month'] : siteClient.record[xx]?.month}"> <span class="sp-form-date-separator">/</span> <span type="text" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx].day}" th:value="${siteClient.record[xx].day}"></span> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx:day'].name}" th:placeholder="${fields['f0xx'].placeholder.day}" th:value="${#maps.containsKey(inputs, 'f0xx:day') ? inputs['f0xx:day'] : siteClient.record[xx]?.day}"> </div> </div> </div> </div> <!--/* 予約時間(reservationTime) */--> <sp:input-field name="f0xx" control="hmsText"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> </div> <div class="sp-form-data"> <div class="sp-form-datetimes"> <div class="sp-form-time"> <span type="text" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx]}" th:value="${siteClient.record[xx]}"></span> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx:hour'].name}" th:placeholder="${fields['f0xx'].placeholder.hour}" th:value="${#maps.containsKey(inputs, 'f0xx:hour') ? inputs['f0xx:hour'] : siteClient.record[xx]?.hour}"> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx:minute'].name}" th:placeholder="${fields['f0xx'].placeholder.minute}" th:value="${#maps.containsKey(inputs, 'f0xx:minute') ? inputs['f0xx:minute'] : siteClient.record[xx]?.minute}"> <input type="hidden" class="sp-form-control" th:name="${fields['f0xx:second'].name}" th:placeholder="${fields['f0xx'].placeholder.second}" th:value="${#maps.containsKey(inputs, 'f0xx:second') ? inputs['f0xx:second'] : siteClient.record[xx]?.second}"> </div> </div> </div> </div> <div class="sp-form-item sp-form-interaction"> <button class="sp-form-prev-button" type="submit" name="action" value="previous" th:if="!${step.isFirst}" th:text="${step.prevButtonLabel}">Prev</button> <button class="sp-form-next-button" type="submit" name="action" value="next" th:text="${step.nextButtonLabel}">Next</button> </div> </div>--> <h2>資料ダウンロード</h2> <sp:block name="rlb0xxxx"></sp:block> <!-- フッター --> <sp:block name="fcb0xxxx"></sp:block>
HTML(確認ステップ)
<div class="sp-form-container"> <div class="sp-step-flow-f24431"> <div class="large-setting arrow sp-clearfix"> <div class="step" title="入力"> <span>入力</span> </div> <div class="step active" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> <div class="small-setting arrow sp-clearfix"> <div class="step" title="入力"> <span>入力</span> </div> <div class="step active" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> </div> <div class="sp-form-item sp-form-html" th:inline="none"><p><span style="font-size: 18pt;">登録情報変更フォーム</span></p></div> <div class="sp-form-item sp-form-html" th:inline="none">内容をご確認の上、よろしければ「情報変更」ボタンを押してください。</div> <!--/* 名前(name) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* メールアドレス(mail) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">spiral@example.com</span> </div> </div> <!--/* 郵便番号(zipCode) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* 都道府県(pref) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}">Label</div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 市区町村(municipalities) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* 番地(block) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* マンション・ビル名(building) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']}">Example</span> </div> </div> <!--/* 希望占有面積(occupiedArea) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* ご予算(budget) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 入居予定人数(residentNum) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 来場人数(visitorNum) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.label}">Item</span> </div> </div> <!--/* 予約日(reservationDate) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.format('uuuu/MM/dd')}">2000/01/01</span> </div> </div> <!--/* 予約時間(reservationTime) */--> <div class="sp-form-item sp-form-field"> <div class="sp-form-label" th:text="${fields['f0xx'].label}"> Label </div> <div class="sp-form-data"> <span class="sp-form-embedded" th:text="${values['f0xx']?.format('HH:mm:ss')}">12:00:00</span> </div> </div> <div class="sp-form-item sp-form-interaction"> <button class="sp-form-prev-button" type="submit" name="action" value="previous" th:if="!${step.isFirst}" th:text="${step.prevButtonLabel}">Prev</button> <button class="sp-form-next-button" type="submit" name="action" value="next" th:text="${step.nextButtonLabel}">Next</button> </div> </div>
CSS
:root { /*============================= カスタムプロパティ ==============================*/ --base-color: #FFFFFF; /* フォームブロックの背景色 */ --main-color: #0D60DB; /* メインカラー */ --accent-color: #B8250F; /* アクセントカラー */ --input-color: #F5F7FA; /* 入力欄の背景色 */ --input-border-color: #D3D6DB; /* 入力欄の枠線の色 */ --input-radius: 12px; /* 入力欄の角の丸さ */ --transition: 0.1s; /* アニメーション時間 */ /*------ 合計100%になるよう調整 -------*/ --label-width: 25%; /* ラベル部分の幅 */ --data-width: 75%; /* データ部分の幅 */ } .sp-record-list-card-actions { width: auto; font-size:0.875rem; padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; } .sp-record-list-card-actions a { color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); /* background-color:#ffffff; */ font-size:0.875rem; padding:0.5rem 0.75rem; text-align:center; text-decoration:none; flex: 1; } .sp-form-container { font-size:16px; padding:1em; box-sizing:border-box; max-width: 960px; color:#505050; background-color:var(--base-color); border:1px solid #E1E5EB; border-radius:var(--input-radius); } .sp-form-container .sp-form-item:not(:last-child) { margin-bottom:0.5em; padding:0.5em 1em; } .sp-form-field, .sp-form-group { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-field>.sp-form-label, .sp-form-group>.sp-form-label { font-size:1.15em; font-weight:bold; padding:.25em 0; word-break:break-all; box-sizing:border-box; color:#333333; } .sp-form-group-item>.sp-form-label { word-break:break-all; display:inline-block; margin-bottom:.2em; } .sp-form-field>.sp-form-data, .sp-form-group>.sp-form-data { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; word-break:break-all; padding:0.25em 0; box-sizing:border-box; } .sp-form-group-item>.sp-form-data { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-required { display:inline-block; margin:0 .5em; padding: 3px 6px; background:var(--accent-color); color:#ffffff; line-height:1; border-radius:.25em; font-size:0.7em; font-weight: bold; vertical-align: middle; } .sp-form-group-item:not(:last-child) { margin-bottom:.5em; } .sp-form-noted { font-size:.8em; color:#808080; word-break:break-all; margin-top:.5em; padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-error { font-size:.8em; color:var(--accent-color); padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-control { -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none; appearance:none; font-family:inherit; font-size:1em; line-height:1.5; padding:.3em .7em; padding-left:clamp(12px, calc(var(--input-radius) - 2px), 24px); background:var(--input-color); color:#333333; box-sizing:border-box; width:100%; height:48px; margin-bottom:.3em; border:none; outline:none; border-radius:var(--input-radius); box-shadow:0 0 0 0.5px var(--input-border-color); } .sp-form-control:focus { box-shadow:0 0 0 2px var(--main-color); } .sp-form-control[type="number"] { height: 36px; } .sp-form-control:placeholder-shown { color:#aaa; } .sp-form-control::placeholder { color:#aaa; } .sp-form-control::-ms-input-placeholder { color:#aaa; } .sp-form-control:-ms-input-placeholder { color:#aaa; } .sp-form-control:-moz-placeholder { color:#aaa; } textarea.sp-form-control { resize:vertical; padding-top:clamp(6px, calc(var(--input-radius) / 2), 18px); height:calc(1.5em * 5); } select.sp-form-control, option.sp-form-control { -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none; appearance:none; padding-right:1.5em; } .sp-form-control>option { background:#FFFFFF;} select.sp-form-control::-ms-expand { display:none; } .sp-form-phone .sp-form-control { max-width:20em; } .sp-form-phone>*:not(:only-child) { margin-right:.5rem; } .sp-form-dropdown { position:relative; } .sp-form-dropdown-icon { display:block; position:absolute; top:1.3em; right:1em; line-height:0; pointer-events:none; } .sp-form-dropdown-icon:after { content:""; display:block; border-top:0.333em solid #888; border-right:.333em solid transparent; border-left:.333em solid transparent; } .sp-form-selection { display:block; cursor: pointer; margin-bottom:.3em; padding:.25em .75em .35em; background:var(--input-color); border-radius: var(--input-radius); box-shadow:0 0 0 0.5px var(--input-border-color) ; } .sp-form-selection-label { display: inline-block; position: relative; vertical-align:middle; padding: 4px 0; } .sp-form-datetimes, .sp-form-date, .sp-form-time, .sp-form-timezone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-form-datetime, .sp-form-date, .sp-form-time, .sp-form-timezone { margin-right:.5rem; -ms-flex-wrap:nowrap; flex-wrap:nowrap; } .sp-form-datetime { max-width:20em; } .sp-form-phone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-form-date-separator { width:1em; margin-bottom: .3em; text-align:center; -ms-flex-negative:1; flex-shrink:0; } .sp-form-number { max-width:20em; } .sp-form-email-reenter, .sp-form-password-reenter { font-size:.9em; margin-bottom:.2em; padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-html p { margin:0; } .sp-form-interaction { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:1em; } .sp-form-prev-button { color:#333333; background-color:var(--base-color); border:2.0px solid #666666; } .sp-form-next-button, .sp-form-login-button { color:#ffffff; background-color:var(--main-color); border:none; } .sp-form-field .sp-form-embedded { padding-left:.25em; } .sp-form-selection>input[type="radio"], .sp-form-selection>input[type="checkbox"] { display: none; vertical-align:middle; margin-left:0; } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ display: inline-block; content:""; position: relative; box-sizing: border-box; top: 4px; margin-right: 6px; width: 20px; height: 20px; background: #ffffff; border:10px solid #ffffff; box-shadow: 0 0 0 0.5px var(--input-border-color); transition: var(--transition); } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before { border-radius: 50%; } .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before { border-radius: min(var(--input-radius), 4px); } .sp-form-selection>input[type="radio"]:checked+.sp-form-selection-label::before{ background: var(--main-color); border:4px solid #ffffff; } .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::after{ border-right: 3px solid var(--main-color); border-bottom: 3px solid var(--main-color); content: ''; display: inline-block; width: 6px; height: 10px; left: 9px; margin-top: -7px; position: absolute; top: 50%; transform: rotate(45deg); opacity: 0; transition: var(--transition); } .sp-form-selection>input[type="checkbox"]:checked+.sp-form-selection-label::after{ left: 6px; opacity: 1; } .sp-form-date>input, .sp-form-time>input { max-width:7em; } .sp-form-date>input[type="date"]{ min-width: 140px; max-width: none; } .sp-form-time>input[type="time"] { min-width: 92px; max-width: none; } .sp-form-interaction>button { -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; cursor:pointer; font-size:1em; font-weight:bold; line-height:1.5; margin:.5rem; padding:.75rem 0; text-align:center; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap; border-radius:var(--input-radius); } @media (min-width:768px) { .sp-form-container { font-size:initial; padding:3em; margin:2em auto; } .sp-form-container .sp-form-item:not(:last-child) { margin-bottom:0.5em; padding-bottom:0.5em; } .sp-form-field, .sp-form-group { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row nowrap; flex-flow:row nowrap; } .sp-form-field>.sp-form-label, .sp-form-group>.sp-form-label { font-size:1em; width:var(--label-width); padding:.5em; } .sp-form-group .sp-form-group-item>.sp-form-label { font-size:.9em; padding-right:.5em; } .sp-form-field>.sp-form-data, .sp-form-group>.sp-form-data { font-size:1em; width:var(--data-width); padding:.5em; } .sp-form-group>.sp-form-data { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-form-group.sp-form-group-vertical>.sp-form-data { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-required { font-size:0.8em; } .sp-form-group-item { padding:.25em; } .sp-form-group-item:not(:last-child) { margin-bottom:0; } .sp-form-control { font-size:.9em; } .sp-form-selection { font-size:.9em; margin:0 .5em 0 0; padding-right:1em; background:none; box-shadow:none; } .sp-form-selection-vertical>.sp-form-selection { margin:0 auto 0 0; padding-right: 4em; } .sp-form-selection-vertical { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-selection-horizontal { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-form-interaction { justify-content:center; margin-top:2em; } .sp-form-embedded { font-size:.9em; } .sp-form-group-item .sp-form-embedded { padding-right:5em; } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ background: var(--input-color); border:10px solid var(--input-color); } .sp-form-selection>input[type="radio"]:hover+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]:hover+.sp-form-selection-label::before{ border:10px solid #dddddd; } .sp-form-selection>input[type="radio"]:checked+.sp-form-selection-label::before{ border:4px solid var(--input-color); } .sp-form-date>input[type="date"]{ min-width: unset; } .sp-form-time>input[type="time"] { min-width: unset; } .sp-form-interaction>button { -webkit-box-flex:0; -ms-flex-positive:0; flex-grow:0; padding:.75rem 5em; } } .sp-form-recaptcha { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .sp-form-recaptcha-right { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .sp-form-recaptcha-center { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .sp-form-file-button { padding:.8em 2em; font-weight: bold; cursor:pointer; color:#666666; background-color:#f6f6f6; border:none; border: solid 2px #a0a0a0; border-radius:var(--input-radius); transition: var(--transition); align-items: center; justify-content: center; } .sp-form-file-button::before{ display: inline-block; content: url('data:image/svg+xml;utf-8,<svg fill="%23666" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.4,7.9l-5.7,5.7c-0.4,0.4-0.8,0.6-1.2,0.8c-0.7,0.3-1.4,0.3-2.1,0.2c-0.7-0.1-1.4-0.5-1.9-1c-0.4-0.4-0.6-0.8-0.8-1.2c-0.3-0.7-0.3-1.4-0.2-2.1c0.1-0.7,0.5-1.4,1-1.9L9.7,2c0.2-0.2,0.5-0.4,0.8-0.5c0.4-0.2,0.9-0.2,1.3-0.1C12.2,1.4,12.6,1.6,13,2c0.2,0.2,0.4,0.5,0.5,0.8c0.2,0.4,0.2,0.9,0.1,1.3c-0.1,0.4-0.3,0.8-0.6,1.2l-6.2,6.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.3,0-0.5c0-0.2,0.1-0.3,0.2-0.4l5.5-5.5l-0.9-0.9L4.7,9.3C4.5,9.5,4.4,9.7,4.3,10c-0.2,0.4-0.2,0.8-0.1,1.2c0.1,0.4,0.3,0.8,0.6,1.1c0.2,0.2,0.4,0.4,0.7,0.5c0.4,0.2,0.8,0.2,1.2,0.1c0.4-0.1,0.8-0.3,1.1-0.6l6.2-6.2c0.3-0.3,0.6-0.8,0.8-1.2c0.3-0.6,0.3-1.4,0.2-2c-0.1-0.7-0.5-1.3-1-1.8c-0.3-0.3-0.8-0.6-1.2-0.8c-0.6-0.3-1.4-0.3-2-0.2C10,0.2,9.3,0.5,8.8,1L2.5,7.4C2,7.9,1.6,8.5,1.4,9.1C1,10,0.9,11,1.1,11.9c0.2,1,0.6,1.9,1.4,2.6C3,15,3.5,15.4,4.1,15.6C5.1,16,6,16.1,7,15.9c1-0.2,1.9-0.6,2.6-1.4l5.7-5.7L14.4,7.9z"/></svg>'); margin-left: -0.5em; width: 16px; height: 100%; vertical-align: middle; } .sp-form-file-button:focus { outline:0; } .sp-from-file-default-drag-drop-area { color:#333333; background-color:var(--input-color); border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; text-align:center; border-radius: var(--input-radius); } .sp-from-file-ondraghover-drag-drop-area { color:#333333; background-color:#dddddd; border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; text-align:center; border-radius: var(--input-radius); } .sp-from-file-ondragleave-drag-drop-area { color:#333333; background-color:#dddddd; border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; border-radius: var(--input-radius); } .sp-from-file-ondrop-drag-drop-area { color:#333333; background-color:var(--input-color); border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; border-radius: var(--input-radius); } .sp-form-embedded>.sp-file-info:last-child { padding-bottom:0; } .sp-file-info { padding-top:1em; padding-bottom:1em; line-height:1.5; } .sp-file-info>div { width:100%; } .main-text { font-size:1em; font-weight:bold; } [class^="sp-step-flow-f"] { margin:3em 0 2em; } [class^="sp-step-flow-f"]>.large-setting { display:flex; justify-content: center; } [class^="sp-step-flow-f"]>.small-setting { display:none; } [class^="sp-step-flow-f"]>.large-setting, [class^="sp-step-flow-f"]>.small-setting { text-align: center; margin: 0 auto; padding: 0 20px; } [class^="sp-step-flow-f"]>.large-setting>.step, [class^="sp-step-flow-f"]>.small-setting>.step { word-wrap: break-word; min-width: 0; text-align:center; } [class^="sp-step-flow-f"]>.large-setting>.step { flex: 1; margin-right:36px; font-size:16px; } [class^="sp-step-flow-f"]>.small-setting>.step { font-size:14px; } [class^="sp-step-flow-f"]>.large-setting>.step:last-child, [class^="sp-step-flow-f"]>.small-setting>.step:last-child { margin-right: 0; } [class^="sp-step-flow-f"]>.large-setting>.step>span, [class^="sp-step-flow-f"]>.small-setting>.step>span { overflow: hidden; text-overflow: ellipsis; position:relative; display:block; padding-top: 16px; white-space:nowrap; color:#D3D6DB; font-weight:bold; } [class^="sp-step-flow-f"]>.large-setting>.step>span::before, [class^="sp-step-flow-f"]>.small-setting>.step>span::before { position: absolute; content: ""; display: block; top: 0; width: 100%; background: #D3D6DB; } [class^="sp-step-flow-f"]>.large-setting>.step>span::before { height: 6px; border-radius: 6px; } [class^="sp-step-flow-f"]>.small-setting>.step>span::before { height: 4px; border-radius: 4px; } [class^="sp-step-flow-f"]>.large-setting>.step.active>span, [class^="sp-step-flow-f"]>.small-setting>.step.active>span { color:var(--main-color); } [class^="sp-step-flow-f"]>.large-setting>.step.active>span::before, [class^="sp-step-flow-f"]>.small-setting>.step.active>span::before { background:var(--main-color); } @media (max-width: 765px) { [class^="sp-step-flow-f"]>.large-setting { display:none; } [class^="sp-step-flow-f"]>.small-setting { display:flex; justify-content: center; counter-reset:step; } [class^="sp-step-flow-f"]>.small-setting>.step>span { display: none; } [class^="sp-step-flow-f"]>.small-setting>.step { display: flex; align-items: center; width: auto; margin: 0; background: none; color: #ffffff; font-weight: bold; } [class^="sp-step-flow-f"]>.small-setting>.step::before { counter-increment: step 1; content: counter(step, decimal); width:24px; height:24px; background: var(--main-color); border-radius: 50%; font-size: 12px; line-height: 24px; } [class^="sp-step-flow-f"]>.small-setting>.step:not(:last-child) { flex-grow: 1; } [class^="sp-step-flow-f"]>.small-setting>.step:not(:last-child)::after { content: ""; width: calc(100% - 24px); height:2px; background: var(--main-color); vertical-align: middle; } [class^="sp-step-flow-f"]>.small-setting>.step.active::after, [class^="sp-step-flow-f"]>.small-setting>.step.active~.step::before, [class^="sp-step-flow-f"]>.small-setting>.step.active~.step::after { background:#D3D6DB; } }
HTMLの「"f0xx"」、「record[xx]」には、内覧予約DB内の対応するフィールドIDを記載ください。
また、フィールド一覧 > メールアドレスの確認入力を「使用しない」に変更してください。
手順2:登録情報変更フォームブロックにメールアクションを作成
登録情報変更フォームからレコードが更新された際に、
「登録情報変更完了メール」「登録情報変更通知メール」が送信されるようにする設定を行います。
また、それぞれ以下のように件名、本文を入力してください。
登録情報変更完了メール
「登録情報変更完了メール」「登録情報変更通知メール」が送信されるようにする設定を行います。
それぞれ以下のように設定してください。
配信名 | 配信条件・配信先 | 設定するクリックログインURL |
---|---|---|
登録情報変更完了メール |
配信条件:常時配信 メールアドレス |
予約キャンセルページ 情報変更ページ |
登録情報変更通知メール |
配信条件:常時配信 参照_物件マスタDB > 担当メールアドレス |
なし |
また、それぞれ以下のように件名、本文を入力してください。
登録情報変更完了メール
件名
【 {{@xxxxx.xxxxx.xxxxx}} 】ご登録情報を変更いたしました
本文
{{@xxxxx.xxxxx}}様 以下のご予約の登録情報を変更いたしました。 ・予約日時 {{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・物件名 {{@xxxxx.xxxxx.xxxxx}} 予約のキャンセル・登録情報の変更を行う場合は下記よりお願いいたします。 ─────────────────────────────────────── ◆予約キャンセル {{@_url.cl.xxxxxx.xxxxxxx/xxxx/xxxx}} ─────────────────────────────────────── ◆登録情報変更 {{@_url.cl.xxxxxx.xxxxxxx/xxxx/xxxx}} ─────────────────────────────────────── ※本メールは、システムからの自動送信メールです。 この送信元メールアドレスは送信専用となりますので、お問合せ等は以下連絡先までお願いします。 TEL:XXX-XXXX-XXXX
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、「{{@xxxxx.xxxxx}}」には「名前」「予約日」「予約時間」の差し替えキーワードをご記載ください。
「{{@_url.cl.xxxxxx.xxxxxxx/xxxx/xxxx}} 」には、「予約キャンセルページ」「登録情報変更ページ」のクリックログインURLをそれぞれご記載ください。
登録情報変更通知メール
件名
【 {{@xxxxx.xxxxx.xxxxx}} 】登録情報変更いただきました
本文
担当グループ:{{@xxxxx.xxxxx}} 登録情報の変更をいただきました。 アプリ利用画面のご確認、よろしくお願いいたします。 ・物件名:{{@xxxxx.xxxxx.xxxxx}} ・予約ID:{{@xxxxx.xxxxx}} ・予約日時:{{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・予約番号:{{@xxxxx.xxxxx}} ※本メールは、システムからの自動送信メールです。
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、「{{@xxxxx.xxxxx}}」には「担当グループ」「予約ID」「予約日」「予約時間」「予約番号」の差し替えキーワードをご記載ください。
手順3:内覧予約ページのブロック埋め込み
登録情報変更ページに共通ブロックの「ヘッダ」「フッター」と、手順1/2で作成した更新ブロックを埋め込みます。
HTML
<!--/* body以下の要素を記述してください */--> <a href="#" data-logout>Logout</a> <!-- ヘッダ --> <sp:block name="fcb0xxxx"></sp:block> <!--/* アクセス日が予約日当日以降の場合 */--> <th:block th:if="${cp.result.value['check'] eq 0}"> <!-- エラーメッセージ --> <sp:block name="fcb0xxxx"></sp:block> </th:block> <th:block th:if="${siteClient.record[xx]?.id eq 1}"> <!-- 予約キャンセルメッセージ --> <sp:block name="fcb0xxxx"></sp:block> </th:block> <!--/* アクセス日が予約日前日以前の場合 */--> <th:block th:if="${cp.result.value['check'] eq 1 and siteClient.record[xx]?.id ne 1}"> <h1>登録情報変更ページ</h1> <!-- 登録情報変更フォーム --> <sp:block name="ufb0xxxx"></sp:block> </th:block> <!-- フッター --> <sp:block name="fcb0xxxx"></sp:block>
CSS
h2 { text-align: center; } h1 { text-align: center; } .reserve_attention { display: block; text-align: center; margin: 0.5rem 0; } .url-button { width: auto; /* font-size:0.875rem; */ padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); } .button-l { padding:0.5rem 6%; margin-right: 0.5rem; } .button-r { padding:0.5rem 5%; margin-left: 0.5rem; } .button { padding:0.5rem 5%; } .sp-url-button { text-align: center; width: auto; margin: 1.5rem auto; /* border: 1px solid #dddddd; */ }
HTMLの「"record[xx]"」、PHPの「"xx"」には、内覧予約DB内の削除済みフラグと予約日のフィールドIDを記載ください。
HTMLの「"fcb0xxxx"」、「"ufb0xxxx"」には、ヘッダ、登録情報変更フォームブロック、フッターのIDを記載ください。
HTMLのエラーメッセージ、予約キャンセルメッセージの「"fcb0xxxx"」には、
共通使用ブロック作成の手順4,5にて作成した、エラーメッセージブロック, 予約キャンセルメッセージのIDをそれぞれ記載ください。
また、情報変更は予約日前日まで可能としたいため、アクセス日が予約日より前の日付かチェックするPHPを記載します。 共通使用ブロック作成の手順4,5にて作成した、エラーメッセージブロック, 予約キャンセルメッセージのIDをそれぞれ記載ください。
PHP
<?php $today = date("Y-m-d"); $date_record = $SPIRAL->getAuthRecordByFieldId("xx"); if($today < $date_record){ $SPIRAL->setTHValue("check",1); } else{ $SPIRAL->setTHValue("check",0); } ?>
予約キャンセルページの作成
手順1:予約キャンセルフォームブロックを作成
予約キャンセルフォームブロックは、更新フォームブロックで作成します。
HTMLの「"f0xx"」、record[xx]には、内覧予約DB内の対応するフィールドIDを記載ください。
更新フォームブロックについて、以下の通りに設定を行います。
更新対象DB | 更新対象レコード | 設定方法 |
---|---|---|
内覧予約DB | 認証レコード | ソース設定 |
HTML
<div class="sp-form-container"> <div class="sp-step-flow-f24431"> <div class="large-setting arrow sp-clearfix"> <div class="step active" title="入力"> <span>入力</span> </div> <div class="step" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> <div class="small-setting arrow sp-clearfix"> <div class="step active" title="入力"> <span>入力</span> </div> <div class="step" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> </div> <div class="sp-form-item sp-form-html" th:inline="none"><p><span style="font-size: 18pt;">予約キャンセルフォーム</span></p></div> <div class="sp-form-item sp-form-html" th:inline="none">以下の予約をキャンセルいたします。<br>よろしければ「確認画面へ」を押してしてください。</div> <!-- /* 予約日(reservationDate) */ --> <sp:input-field name="f0xx" control="ymdText"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-datetimes"> <div class="sp-form-date"> <span type="number" th:name="${fields['f0xx:year'].name}" th:text="${siteClient.record[xx].year}" th:value="${siteClient.record[xx].year}"></span> <input type="hidden" th:name="${fields['f0xx:year'].name}" th:value="${siteClient.record[xx].year}"> <span class="sp-form-date-separator">/</span> <span type="number" th:name="${fields['f0xx:month'].name}" th:text="${siteClient.record[xx].month}" th:value="${siteClient.record[xx].month}"></span> <input type="hidden" th:name="${fields['f0xx:month'].name}" th:value="${siteClient.record[xx].month}"> <span class="sp-form-date-separator">/</span> <span type="number" th:name="${fields['f0xx:day'].name}" th:text="${siteClient.record[xx].day}" th:value="${siteClient.record[xx].day}"></span> <input type="hidden" th:name="${fields['f0xx:day'].name}" th:value="${siteClient.record[xx].day}"> </div> </div> </div> </div> <!-- /* 予約時間(reservationTime) */ --> <sp:input-field name="f0xx" control="hmsText"></sp:input-field> <div class="sp-form-item sp-form-field"> <div class="sp-form-label"> <th:block th:text="${fields['f0xx'].label}"> Label </th:block> <span class="sp-form-required" th:if="${fields['f0xx'].required}" th:text="${fields['f0xx'].requiredIndicator}">*</span> </div> <div class="sp-form-data"> <div class="sp-form-datetimes"> <div class="sp-form-time"> <span type="number" th:name="${fields['f0xx'].name}" th:text="${siteClient.record[xx]}" th:value="${siteClient.record[xx]}"></span> <input type="hidden" th:name="${fields['f0xx:hour'].name}" th:value="${#maps.containsKey(inputs, 'f0xx:hour') ? inputs['f0xx:hour'] : siteClient.record[xx]?.hour}"> <input type="hidden" th:name="${fields['f0xx:minute'].name}" th:value="${#maps.containsKey(inputs, 'f0xx:minute') ? inputs['f0xx:minute'] : siteClient.record[xx]?.minute}"> <input type="hidden" th:name="${fields['f0xx:second'].name}" th:value="${#maps.containsKey(inputs, 'f0xx:second') ? inputs['f0xx:second'] : siteClient.record[xx]?.second}"> </div> </div> <span class="sp-form-noted" th:if="${fields['f0xx'].help != null}" th:text="${fields['f0xx'].help}">Help text</span> <span class="sp-form-error" th:if="${errors['f0xx'] != null}" th:text="${errors['f0xx'].message}">Error message</span> </div> </div> <div class="sp-form-item sp-form-interaction"> <button class="sp-form-prev-button" type="submit" name="action" value="previous" th:if="!${step.isFirst}" th:text="${step.prevButtonLabel}">Prev</button> <button class="sp-form-next-button" type="submit" name="action" value="next" th:text="確認画面へ">Next</button> </div> </div>
HTML(確認ステップ)
<div class="sp-form-container"> <div class="sp-step-flow-f24431"> <div class="large-setting arrow sp-clearfix"> <div class="step" title="入力"> <span>入力</span> </div> <div class="step active" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> <div class="small-setting arrow sp-clearfix"> <div class="step" title="入力"> <span>入力</span> </div> <div class="step active" title="確認"> <span>確認</span> </div> <div class="step" title="完了"> <span>完了</span> </div> </div> </div> <p><br></p> <p><br></p> <div style="text-align: center;">予約をキャンセルいたします。<br>よろしければ「キャンセル」を押してしてください。</div> <div class="sp-form-item sp-form-interaction"> <button class="sp-form-prev-button" type="submit" name="action" value="previous" th:if="!${step.isFirst}" th:text="${step.prevButtonLabel}">戻る</button> <button class="sp-form-next-button" type="submit" name="action" value="next" th:text="キャンセル">次へ</button> </div> <p><br></p> <p><br></p> </div>
CSS
:root { /*============================= カスタムプロパティ ==============================*/ --base-color: #FFFFFF; /* フォームブロックの背景色 */ --main-color: #0D60DB; /* メインカラー */ --accent-color: #B8250F; /* アクセントカラー */ --input-color: #F5F7FA; /* 入力欄の背景色 */ --input-border-color: #D3D6DB; /* 入力欄の枠線の色 */ --input-radius: 12px; /* 入力欄の角の丸さ */ --transition: 0.1s; /* アニメーション時間 */ /*------ 合計100%になるよう調整 -------*/ --label-width: 25%; /* ラベル部分の幅 */ --data-width: 75%; /* データ部分の幅 */ } .sp-record-list-card-actions { width: auto; font-size:0.875rem; padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; } .sp-record-list-card-actions a { color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); /* background-color:#ffffff; */ font-size:0.875rem; padding:0.5rem 0.75rem; text-align:center; text-decoration:none; flex: 1; } .sp-form-container { font-size:16px; padding:1em; box-sizing:border-box; max-width: 960px; color:#505050; background-color:var(--base-color); border:1px solid #E1E5EB; border-radius:var(--input-radius); } .sp-form-container .sp-form-item:not(:last-child) { margin-bottom:0.5em; padding:0.5em 1em; } .sp-form-field, .sp-form-group { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-field>.sp-form-label, .sp-form-group>.sp-form-label { font-size:1.15em; font-weight:bold; padding:.25em 0; word-break:break-all; box-sizing:border-box; color:#333333; } .sp-form-group-item>.sp-form-label { word-break:break-all; display:inline-block; margin-bottom:.2em; } .sp-form-field>.sp-form-data, .sp-form-group>.sp-form-data { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; word-break:break-all; padding:0.25em 0; box-sizing:border-box; } .sp-form-group-item>.sp-form-data { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-required { display:inline-block; margin:0 .5em; padding: 3px 6px; background:var(--accent-color); color:#ffffff; line-height:1; border-radius:.25em; font-size:0.7em; font-weight: bold; vertical-align: middle; } .sp-form-group-item:not(:last-child) { margin-bottom:.5em; } .sp-form-noted { font-size:.8em; color:#808080; word-break:break-all; margin-top:.5em; padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-error { font-size:.8em; color:var(--accent-color); padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-control { -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none; appearance:none; font-family:inherit; font-size:1em; line-height:1.5; padding:.3em .7em; padding-left:clamp(12px, calc(var(--input-radius) - 2px), 24px); background:var(--input-color); color:#333333; box-sizing:border-box; width:100%; height:48px; margin-bottom:.3em; border:none; outline:none; border-radius:var(--input-radius); box-shadow:0 0 0 0.5px var(--input-border-color); } .sp-form-control:focus { box-shadow:0 0 0 2px var(--main-color); } .sp-form-control[type="number"] { height: 36px; } .sp-form-control:placeholder-shown { color:#aaa; } .sp-form-control::placeholder { color:#aaa; } .sp-form-control::-ms-input-placeholder { color:#aaa; } .sp-form-control:-ms-input-placeholder { color:#aaa; } .sp-form-control:-moz-placeholder { color:#aaa; } textarea.sp-form-control { resize:vertical; padding-top:clamp(6px, calc(var(--input-radius) / 2), 18px); height:calc(1.5em * 5); } select.sp-form-control, option.sp-form-control { -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none; appearance:none; padding-right:1.5em; } .sp-form-control>option { background:#FFFFFF;} select.sp-form-control::-ms-expand { display:none; } .sp-form-phone .sp-form-control { max-width:20em; } .sp-form-phone>*:not(:only-child) { margin-right:.5rem; } .sp-form-dropdown { position:relative; } .sp-form-dropdown-icon { display:block; position:absolute; top:1.3em; right:1em; line-height:0; pointer-events:none; } .sp-form-dropdown-icon:after { content:""; display:block; border-top:0.333em solid #888; border-right:.333em solid transparent; border-left:.333em solid transparent; } .sp-form-selection { display:block; cursor: pointer; margin-bottom:.3em; padding:.25em .75em .35em; background:var(--input-color); border-radius: var(--input-radius); box-shadow:0 0 0 0.5px var(--input-border-color) ; } .sp-form-selection-label { display: inline-block; position: relative; vertical-align:middle; padding: 4px 0; } .sp-form-datetimes, .sp-form-date, .sp-form-time, .sp-form-timezone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-form-datetime, .sp-form-date, .sp-form-time, .sp-form-timezone { margin-right:.5rem; -ms-flex-wrap:nowrap; flex-wrap:nowrap; } .sp-form-datetime { max-width:20em; } .sp-form-phone { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .sp-form-date-separator { width:1em; margin-bottom: .3em; text-align:center; -ms-flex-negative:1; flex-shrink:0; } .sp-form-number { max-width:20em; } .sp-form-email-reenter, .sp-form-password-reenter { font-size:.9em; margin-bottom:.2em; padding-left:min(calc(var(--input-radius) / 2 - 4px), 8px); } .sp-form-html p { margin:0; } .sp-form-interaction { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:1em; } .sp-form-prev-button { color:#333333; background-color:var(--base-color); border:2.0px solid #666666; } .sp-form-next-button, .sp-form-login-button { color:#ffffff; background-color:var(--main-color); border:none; } .sp-form-field .sp-form-embedded { padding-left:.25em; } .sp-form-selection>input[type="radio"], .sp-form-selection>input[type="checkbox"] { display: none; vertical-align:middle; margin-left:0; } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ display: inline-block; content:""; position: relative; box-sizing: border-box; top: 4px; margin-right: 6px; width: 20px; height: 20px; background: #ffffff; border:10px solid #ffffff; box-shadow: 0 0 0 0.5px var(--input-border-color); transition: var(--transition); } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before { border-radius: 50%; } .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before { border-radius: min(var(--input-radius), 4px); } .sp-form-selection>input[type="radio"]:checked+.sp-form-selection-label::before{ background: var(--main-color); border:4px solid #ffffff; } .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::after{ border-right: 3px solid var(--main-color); border-bottom: 3px solid var(--main-color); content: ''; display: inline-block; width: 6px; height: 10px; left: 9px; margin-top: -7px; position: absolute; top: 50%; transform: rotate(45deg); opacity: 0; transition: var(--transition); } .sp-form-selection>input[type="checkbox"]:checked+.sp-form-selection-label::after{ left: 6px; opacity: 1; } .sp-form-date>input, .sp-form-time>input { max-width:7em; } .sp-form-date>input[type="date"]{ min-width: 140px; max-width: none; } .sp-form-time>input[type="time"] { min-width: 92px; max-width: none; } .sp-form-interaction>button { -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; cursor:pointer; font-size:1em; font-weight:bold; line-height:1.5; margin:.5rem; padding:.75rem 0; text-align:center; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap; border-radius:var(--input-radius); } @media (min-width:768px) { .sp-form-container { font-size:initial; padding:3em; margin:2em auto; } .sp-form-container .sp-form-item:not(:last-child) { margin-bottom:0.5em; padding-bottom:0.5em; } .sp-form-field, .sp-form-group { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row nowrap; flex-flow:row nowrap; } .sp-form-field>.sp-form-label, .sp-form-group>.sp-form-label { font-size:1em; width:var(--label-width); padding:.5em; } .sp-form-group .sp-form-group-item>.sp-form-label { font-size:.9em; padding-right:.5em; } .sp-form-field>.sp-form-data, .sp-form-group>.sp-form-data { font-size:1em; width:var(--data-width); padding:.5em; } .sp-form-group>.sp-form-data { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-form-group.sp-form-group-vertical>.sp-form-data { -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-required { font-size:0.8em; } .sp-form-group-item { padding:.25em; } .sp-form-group-item:not(:last-child) { margin-bottom:0; } .sp-form-control { font-size:.9em; } .sp-form-selection { font-size:.9em; margin:0 .5em 0 0; padding-right:1em; background:none; box-shadow:none; } .sp-form-selection-vertical>.sp-form-selection { margin:0 auto 0 0; padding-right: 4em; } .sp-form-selection-vertical { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .sp-form-selection-horizontal { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; } .sp-form-interaction { justify-content:center; margin-top:2em; } .sp-form-embedded { font-size:.9em; } .sp-form-group-item .sp-form-embedded { padding-right:5em; } .sp-form-selection>input[type="radio"]+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]+.sp-form-selection-label::before{ background: var(--input-color); border:10px solid var(--input-color); } .sp-form-selection>input[type="radio"]:hover+.sp-form-selection-label::before, .sp-form-selection>input[type="checkbox"]:hover+.sp-form-selection-label::before{ border:10px solid #dddddd; } .sp-form-selection>input[type="radio"]:checked+.sp-form-selection-label::before{ border:4px solid var(--input-color); } .sp-form-date>input[type="date"]{ min-width: unset; } .sp-form-time>input[type="time"] { min-width: unset; } .sp-form-interaction>button { -webkit-box-flex:0; -ms-flex-positive:0; flex-grow:0; padding:.75rem 5em; } } .sp-form-recaptcha { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .sp-form-recaptcha-right { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .sp-form-recaptcha-center { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .sp-form-file-button { padding:.8em 2em; font-weight: bold; cursor:pointer; color:#666666; background-color:#f6f6f6; border:none; border: solid 2px #a0a0a0; border-radius:var(--input-radius); transition: var(--transition); align-items: center; justify-content: center; } .sp-form-file-button::before{ display: inline-block; content: url('data:image/svg+xml;utf-8,<svg fill="%23666" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.4,7.9l-5.7,5.7c-0.4,0.4-0.8,0.6-1.2,0.8c-0.7,0.3-1.4,0.3-2.1,0.2c-0.7-0.1-1.4-0.5-1.9-1c-0.4-0.4-0.6-0.8-0.8-1.2c-0.3-0.7-0.3-1.4-0.2-2.1c0.1-0.7,0.5-1.4,1-1.9L9.7,2c0.2-0.2,0.5-0.4,0.8-0.5c0.4-0.2,0.9-0.2,1.3-0.1C12.2,1.4,12.6,1.6,13,2c0.2,0.2,0.4,0.5,0.5,0.8c0.2,0.4,0.2,0.9,0.1,1.3c-0.1,0.4-0.3,0.8-0.6,1.2l-6.2,6.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.3,0-0.5c0-0.2,0.1-0.3,0.2-0.4l5.5-5.5l-0.9-0.9L4.7,9.3C4.5,9.5,4.4,9.7,4.3,10c-0.2,0.4-0.2,0.8-0.1,1.2c0.1,0.4,0.3,0.8,0.6,1.1c0.2,0.2,0.4,0.4,0.7,0.5c0.4,0.2,0.8,0.2,1.2,0.1c0.4-0.1,0.8-0.3,1.1-0.6l6.2-6.2c0.3-0.3,0.6-0.8,0.8-1.2c0.3-0.6,0.3-1.4,0.2-2c-0.1-0.7-0.5-1.3-1-1.8c-0.3-0.3-0.8-0.6-1.2-0.8c-0.6-0.3-1.4-0.3-2-0.2C10,0.2,9.3,0.5,8.8,1L2.5,7.4C2,7.9,1.6,8.5,1.4,9.1C1,10,0.9,11,1.1,11.9c0.2,1,0.6,1.9,1.4,2.6C3,15,3.5,15.4,4.1,15.6C5.1,16,6,16.1,7,15.9c1-0.2,1.9-0.6,2.6-1.4l5.7-5.7L14.4,7.9z"/></svg>'); margin-left: -0.5em; width: 16px; height: 100%; vertical-align: middle; } .sp-form-file-button:focus { outline:0; } .sp-from-file-default-drag-drop-area { color:#333333; background-color:var(--input-color); border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; text-align:center; border-radius: var(--input-radius); } .sp-from-file-ondraghover-drag-drop-area { color:#333333; background-color:#dddddd; border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; text-align:center; border-radius: var(--input-radius); } .sp-from-file-ondragleave-drag-drop-area { color:#333333; background-color:#dddddd; border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; border-radius: var(--input-radius); } .sp-from-file-ondrop-drag-drop-area { color:#333333; background-color:var(--input-color); border:2.0px dashed #6c757d; border-radius:0; width:100%; height:200px; border-radius: var(--input-radius); } .sp-form-embedded>.sp-file-info:last-child { padding-bottom:0; } .sp-file-info { padding-top:1em; padding-bottom:1em; line-height:1.5; } .sp-file-info>div { width:100%; } .main-text { font-size:1em; font-weight:bold; } [class^="sp-step-flow-f"] { margin:3em 0 2em; } [class^="sp-step-flow-f"]>.large-setting { display:flex; justify-content: center; } [class^="sp-step-flow-f"]>.small-setting { display:none; } [class^="sp-step-flow-f"]>.large-setting, [class^="sp-step-flow-f"]>.small-setting { text-align: center; margin: 0 auto; padding: 0 20px; } [class^="sp-step-flow-f"]>.large-setting>.step, [class^="sp-step-flow-f"]>.small-setting>.step { word-wrap: break-word; min-width: 0; text-align:center; } [class^="sp-step-flow-f"]>.large-setting>.step { flex: 1; margin-right:36px; font-size:16px; } [class^="sp-step-flow-f"]>.small-setting>.step { font-size:14px; } [class^="sp-step-flow-f"]>.large-setting>.step:last-child, [class^="sp-step-flow-f"]>.small-setting>.step:last-child { margin-right: 0; } [class^="sp-step-flow-f"]>.large-setting>.step>span, [class^="sp-step-flow-f"]>.small-setting>.step>span { overflow: hidden; text-overflow: ellipsis; position:relative; display:block; padding-top: 16px; white-space:nowrap; color:#D3D6DB; font-weight:bold; } [class^="sp-step-flow-f"]>.large-setting>.step>span::before, [class^="sp-step-flow-f"]>.small-setting>.step>span::before { position: absolute; content: ""; display: block; top: 0; width: 100%; background: #D3D6DB; } [class^="sp-step-flow-f"]>.large-setting>.step>span::before { height: 6px; border-radius: 6px; } [class^="sp-step-flow-f"]>.small-setting>.step>span::before { height: 4px; border-radius: 4px; } [class^="sp-step-flow-f"]>.large-setting>.step.active>span, [class^="sp-step-flow-f"]>.small-setting>.step.active>span { color:var(--main-color); } [class^="sp-step-flow-f"]>.large-setting>.step.active>span::before, [class^="sp-step-flow-f"]>.small-setting>.step.active>span::before { background:var(--main-color); } @media (max-width: 765px) { [class^="sp-step-flow-f"]>.large-setting { display:none; } [class^="sp-step-flow-f"]>.small-setting { display:flex; justify-content: center; counter-reset:step; } [class^="sp-step-flow-f"]>.small-setting>.step>span { display: none; } [class^="sp-step-flow-f"]>.small-setting>.step { display: flex; align-items: center; width: auto; margin: 0; background: none; color: #ffffff; font-weight: bold; } [class^="sp-step-flow-f"]>.small-setting>.step::before { counter-increment: step 1; content: counter(step, decimal); width:24px; height:24px; background: var(--main-color); border-radius: 50%; font-size: 12px; line-height: 24px; } [class^="sp-step-flow-f"]>.small-setting>.step:not(:last-child) { flex-grow: 1; } [class^="sp-step-flow-f"]>.small-setting>.step:not(:last-child)::after { content: ""; width: calc(100% - 24px); height:2px; background: var(--main-color); vertical-align: middle; } [class^="sp-step-flow-f"]>.small-setting>.step.active::after, [class^="sp-step-flow-f"]>.small-setting>.step.active~.step::before, [class^="sp-step-flow-f"]>.small-setting>.step.active~.step::after { background:#D3D6DB; } }
HTMLの「"f0xx"」、record[xx]には、内覧予約DB内の対応するフィールドIDを記載ください。
予約キャンセルフォームブロックでは、自動登録の設定を行っております
自動登録 設定
自動登録 設定
フィールド | 値タイプ | 値 |
---|---|---|
予約キャンセルフラグ | 固定 | キャンセルする |
手順2:予約キャンセルフォームブロックにメールアクションを作成
予約キャンセルフォームからレコードが更新された際に、
「予約キャンセル完了メール」「予約キャンセル通知メール」が送信されるようにする設定を行います。
また、それぞれ以下のように件名、本文を入力してください。
予約キャンセル完了メール
「予約キャンセル完了メール」「予約キャンセル通知メール」が送信されるようにする設定を行います。
それぞれ以下のように設定してください。
配信名 | 配信条件・配信先 | 設定するクリックログインURL |
---|---|---|
予約キャンセル完了メール |
配信条件:常時配信 メールアドレス |
なし |
予約キャンセル通知メール |
配信条件:常時配信 参照_物件マスタDB > 担当メールアドレス |
なし |
また、それぞれ以下のように件名、本文を入力してください。
予約キャンセル完了メール
件名
【 {{@xxxxx.xxxxx.xxxxx}} 】予約をキャンセルいたしました
本文
{{@xxxxx.xxxxx}}様 下記の予約をキャンセルいたしました。 またのご予約をお待ちしております。 ・予約日時:{{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・物件名:{{@xxxxx.xxxxx.xxxxx}} ※本メールは、システムからの自動送信メールです。 この送信元メールアドレスは送信専用となりますので、お問合せ等は以下連絡先までお願いします。 TEL:XXX-XXXX-XXXX
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、「{{@xxxxx.xxxxx}}」には「名前」「予約日」「予約時間」の差し替えキーワードをご記載ください。
予約キャンセル通知メール
件名
【 {{@xxxxx.xxxxx.xxxxx} } 】予約キャンセルいただきました
本文
担当グループ:{{@xxxxx.xxxxx}} 予約のキャンセルをいただきました。 アプリ利用画面のご確認、よろしくお願いいたします。 ・物件名:{{@xxxxx.xxxxx.xxxxx}} ・予約ID:{{@xxxxx.xxxxx}} ・予約日時:{{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・予約番号:{{@xxxxx.xxxxx}} ※本メールは、システムからの自動送信メールです。
「{{@xxxxx.xxxxx}}」「{{@xxxxx.xxxxx.xxxxx}}」には「名前」「参照_物件マスタDB_物件名」「予約日時」「担当グループ」「予約ID」「予約番号」の差し替えキーワードをご記載ください。
手順3:予約キャンセルページに作成したブロックを埋め込み
予約キャンセルページに共通ブロックの「ヘッダ」「フッター」と、
手順1,2で作成した更新ブロックを埋め込みます。
HTML
<!-- body以下の要素を記述してください --> <a href="#" data-logout>Logout</a> <!-- ヘッダ --> <sp:block name="fcb0xxxx"></sp:block> <!--/* アクセス日が予約日当日以降の場合 */--> <th:block th:if="${cp.result.value['check'] eq 0}"> <!-- エラーメッセージ --> <sp:block name="fcb0xxxx"></sp:block> </th:block> <th:block th:if="${siteClient.record[xx]?.id eq 1}"> <!-- 予約キャンセルメッセージ --> <sp:block name="fcb0xxxx"></sp:block> </th:block> <!--/* アクセス日が予約日前日以前の場合 */--> <th:block th:if="${cp.result.value['check'] eq 1 and siteClient.record[xx]?.id ne 1}"> <h1>予約キャンセルページ</h1> <!-- 予約キャンセルフォーム --> <sp:block name="ufb0xxxx"></sp:block> </th:block> <!-- フッター --> <sp:block name="fcb0xxxx"></sp:block>
CSS
h2 { text-align: center; } h1 { text-align: center; } .reserve_attention { display: block; text-align: center; margin: 0.5rem 0; } .url-button { width: auto; /* font-size:0.875rem; */ padding:0.5rem 0; text-align:center; text-decoration:none; flex: 1; color: #ffffff; background-color: #0D60DB; border: 1.0px solid #0D60DB; border-radius: calc(12px / 1.2); } .button-l { padding:0.5rem 6%; margin-right: 0.5rem; } .button-r { padding:0.5rem 5%; margin-left: 0.5rem; } .button { padding:0.5rem 5%; } .sp-url-button { text-align: center; width: auto; margin: 1.5rem auto; /* border: 1px solid #dddddd; */ }
HTMLの「"record[xx]"」、PHPの「"xx"」には、
内覧予約DB内の削除済みフラグ、予約日のフィールドIDを記載ください。
HTMLの「"fcb0xxxx"」、「"ufb0xxxx"」には、ヘッダ、予約キャンセルフォームブロック、フッターのIDを記載ください。
また、登録情報変更ページ同様、アクセス日が予約日より前の日付かチェックするPHPを記載します。
PHP
<?php $today = date("Y-m-d"); $date_record = $SPIRAL->getAuthRecordByFieldId("xx"); if($today < $date_record){ $SPIRAL->setTHValue("check",1); } else{ $SPIRAL->setTHValue("check",0); } ?>
リマインドメール配信
予約日一日前に内見予約登録者のメールアドレスに送信するリマインドメールを設定します。
また、それぞれ以下のように件名、本文を入力してください。
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、{{@xxxxx.xxxxx}}」「名前」「予約日」「予約時間」の差し替えキーワードをご記載ください。
アプリ管理のスケジュールトリガのメールアクションにて、実行タイミングを「毎日 10:00」にしてください。
メールアクションについては以下のように設定してください。
DB | トリガ日との関係抽出 | 条件抽出(簡易) | 配信指定方法 |
---|---|---|---|
内覧予約DB | 「予約日」月日「の1日前」 | 「予約キャンセルフラグ」「値なし」 | 複数レコード(メールアドレス) |
また、それぞれ以下のように件名、本文を入力してください。
件名
【 {{@xxxxx.xxxxx.xxxxx}} 】内覧1日前のご案内
本文
{{@xxxxx.xxxxx}}様 この度は{{@xxxxx.xxxxx.xxxxx}}の内覧にご予約いただきましてありがとうございます。 ご予約1日前となりましたのでお知らせいたします。 ご予約情報 ・予約日時 {{@xxxxx.xxxxx}} {{@xxxxx.xxxxx}} ・物件名 {{@xxxxx.xxxxx.xxxxx}} {{@xxxxx.xxxxx}}様とお会いできるのを楽しみにしております。 ※本メールは、システムからの自動送信メールです。 この送信元メールアドレスは送信専用となりますので、お問合せ等は以下連絡先までお願いします。 TEL:XXX-XXXX-XXXX
「{{@xxxxx.xxxxx.xxxxx}}」には「参照_物件マスタDB_物件名」、{{@xxxxx.xxxxx}}」「名前」「予約日」「予約時間」の差し替えキーワードをご記載ください。
最後に
設定後は動作確認を必ず行い、動作に問題がないか確認をしてください。
また、不具合やほかのやり方が知りたい等あれば、下記の「コンテンツに関しての要望はこちら」からご連絡ください。
内覧予約登録、変更、キャンセルフローの作成が完了したので、次はサイト設計・構築③に進みます。
関連記事はこちら
また、不具合やほかのやり方が知りたい等あれば、下記の「コンテンツに関しての要望はこちら」からご連絡ください。
内覧予約登録、変更、キャンセルフローの作成が完了したので、次はサイト設計・構築③に進みます。
関連記事はこちら
- アプリ(DB)設計・構築
- サイト設計・構築①
- サイト設計・構築②
- サイト設計・構築③
- ユーザ・アプリロール・グループ設定