OpenWGA 7.6 - TMLScript reference

TMLForm "tmlform"
Property :

submitted

On object TMLForm "tmlform"
Usage Shows if the form was submitted from a previous request
Description Use this property to control if the form was just created (value is false) or if it was already submitted by the browser user at least once (value is true). This property being true means that the browser user already had the chance to modify the form data.
Writable False
Return value true if the form was submitted, false otherwise (Boolean)
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions