Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Make sure you include the AngularJS build of the Forms SDK:
<script src="angular.min.js" type="text/javascript"></script> <script src="camunda-bpm-sdk-angular.js" type="text/javascript"></script>
angular.bootstrap(window.document, ['cam.embedded.forms', ...]);
<form role="form" name="form"> <input type="text" cam-variable-name="CUSTOMER_ID" cam-variable-type="String" ng-model="customerId"> <p ng-show="customerId">Your input: <em>{{customerId}}</em></p> </form>