Hi Niall,I am using dynamic xml form and use FormCalc script to make the
button invisible/disabled.Let me elaborate further:1. I create a new
data connection by providing the WSDL file.2. In the form designer, i
drag and drop the submit button 3. In the event "CLICK", i added this
statement: $.presence = "invisible"4. I have 1 invisible text field in
the form and bind it to result of the webservice. If the text field has
value, then i make the submit button visible again ($.presence =
"visible")...