Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトルではなく、ページの URL を取得するのはどうですか。利点は、それが一意であることです (ページに重複したタイトルを含めることができます)。非表示フィールドにあるこの PHP コードは、BreezingForms でうまくいきました。RS フォームでも機能すると思います。
<?php $pageURL = 'http://'; $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; return $pageURL ?>