Textbox tag not working with other controls
Friday, April 13, 2018 at 12:21amHi,
Inside my one document, If I put only below tags it's working fine.
{{esl:signer1:list:options("Ja", "Nee")}} {{esl:signer2:list:options("Ja", "Nee")}}
But if I put other tag for textbox then I am facing below error :
{"messageKey":"error.validation.texttag.propertiesFormatError","parameters":{"tag":"{{esl:signer1:list:options(\"Ja\", {{esl:signer1:textfield:size(200,50),Maxlen(200)}}"},"message":"{tag={{esl:signer1:list:options(\"Ja\", {{esl:signer1:textfield:size(200,50),Maxlen(200)}}}: Properties format error.","code":400,"name":"Validation Error"}
Here inside the one TR I have put list option in one TD, and textbox in another TD. I wrote text tag like below way:
{{esl:signer1:textfield:size(150,20),Maxlen(200)}} {{esl:signer2:textfield:size(150,20),Maxlen(200)}}
If I put only texttag, then its also working fine.
NOTE : If I put textbox and list control in different TR then its working :(
Please help me to resolve this issue.
Reply to: Textbox tag not working with other controls
Friday, April 13, 2018 at 11:11amReply to: Textbox tag not working with other controls
Sunday, April 15, 2018 at 05:28pmReply to: Textbox tag not working with other controls
Monday, April 16, 2018 at 09:00am