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.
Modx Revolution で FormIt extra を使用しており、次のような URL があります。
.../page.html?data1=value1&data2=value2
これらの値をページの新しいフォームに渡したいです。JSを使わずにどうやってそれを行うのですか? THX
[[!FormItRetriever]] スニペットを使用して解決..
[[!FormIt? &hooks=`redirect` &store=`1` &clearFieldsOnSuccess=`1`]]
入力値を設定: value="[[+fi.someValue]]"
ランディング ページに貼り付け: [[!FormItRetriever]] before FormIt call.. フォームで同じ入力値="[[+fi.someValue]]" を使用します。