The captcha is there and is working correctly, the reason it isn't being displayed is because you have located it in the 'Joint Owner Information' section which along with all the fields contained by it are being hidden by the conditional logic until the user selects 'Joint Account with Right of Survivorship'.
The way section break fields work are that they essentially contain all the fields placed beneath it in the form editor up to the next section break so when you apply conditional logic to it every field that is in that group is set to display:none which is why your captcha is being hidden.
To solve this you will need to add another section break directly above your captcha.
Posted 12 years ago on Tuesday March 6, 2012 |
Permalink