この質問を投稿するのはこれが 2 回目です。私のクライアントは、この Web サイトhttp://www.myntra.com/のように、CMS ホームページのライト ボックスにログイン フォーム、登録フォーム、ウェルカム ディスカウントを表示したいと考えています。
CMSホームページに以下のコードを貼り付けて、lighboxにlyteboxモジュールを使用しようとしました
<script type="text/javascript">// <![CDATA[
$lb.launch({
url: 'test.html', // the url to the page you want to load, or image.jpg
options: 'width:800 height:600', // optional
title: 'My Title', // optional
})
]]></script>
すべて問題ありませんが、この lytebox スクリプトは、php または phtml ファイルではなく、html ページのみを受け入れます。ライトボックスにログイン フォームを表示する他の方法はありますか?
前もって感謝します