${textfield:1:y:client_name:________} - A mandatory textfield which is assigned to party number 1 with field name as 'client name'.
${tb:1:n:________________} - An optional textbox assigned to party 1.
${signfield:1:y:____} - A mandatory signature field assigned to party number 1.
${i:2:n} - An optional initial field assigned to party number 2.
${datefield:2:n::____} - An optional date field assigned to party number 2 with empty field name.
${c:2:y:male:gender} - A checkbox assigned to party number 2 with initial value as checked with name 'male' and group 'gender'.
${c:1:y:yes:group-y} - A checkbox assigned to party number 1 with initial value as checked with name 'yes' and group 'group'. 'group-y' means group mandatory.
${rb:1:n:yes:grp1} - An un-selected radio button assigned to party 1 with name yes and grp 'grp1'.
${rb:1:y:no:group2-y} - A radio button assigned to party number 1 with initial value as checked with name 'no' and group 'group2'. 'group2-y' means group mandatory.
${sc:2:n:Credit_Card_Number:4:____} - A secured field assigned to party 2 which is optional with name 'Credit Card Number' and only last 4 characters to remain unmasked.
${attachmentfield:1:y:____} - A mandatory attachment field assigned to party number 1.
${img:1:n:stamp_image:120:50:__} - An optional image field is field name as 'stamp image' with 120-pixel width and 50-pixels height which is assigned to party number 1.
${textfield:1:y:Signer_Name:________} - A mandatory signer name field which is assigned to party number 1 with field name as 'Signer_Name'. This field is auto-populated once the document is opened by the signer.
${datefield:1:y:Date_Signed:_______} - A mandatory date signed field assigned to party number 1 with field name as 'Date_Signed'. This field will auto populate once the document is opened by the signer.
${accept:1:90:20} - A accept button field with 90-pixel width and 20-pixel height assigned to party number 1.
${decline:1:90:20} - A decline button field with 90-pixel width and 20-pixel height assigned to party number 1.