我有web服務 http://sandbox3.processmaker.com/sysworkflow/en/neoclassic/services/wsdl2
進行登錄 <?PHP
/*webservice connection NOTE: Replace this WebAddress with your instance*/
$client = new SoapCl
我在第三方基於Web的平臺中構建基於表單的流程,初始表單已完成,並且有一些隱藏的字段,直到選中通過下拉選項。這個代碼在下面,它的工作原理。 //Hide fields until number of banners is selected
$("#CWE_Pull1").hide();
$("#CWE_Pullup2").hide();
$("#CWE_Pullup3").hide();