Test /
FormPTVTest
(:input form:)
(:input defaults source={$FullName}:)
one: (:input text name=$:one size=70:)\\
two: (:input text name=$:two size=70:)
(:input submit:)
(:input end:)
one: {$FullName}
two: {*$FullName}
|
|
one: Test.FormPTVTest two: Test.FormPTVTest |