function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TOM*TOM* 

データ格納の仕方

Visualforce1ページでテキストボックスに数式項目をデフォルト表示しているのですが、
入力されたデータをカスタム項目に格納して、Visualforce2ページでoutput type="text"として表示したいのですが、どの様にすればよいのでしょうか?
それとも、カスタム項目に格納することは不可能なのでしょうか?
ご教授お願い致します。

---Visualforce1ページ---
<input type="text" value="{!数式項目API参照名} />

---Visualforce2ページ---
<output type="text" value="{!カスタム項目API参照名} />