Set value for captchaPosition
| Parameters: | mixed – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | self |
Set separator string for captcha and inputs
| Parameters: | string – |
|---|---|
| Return type: | AbstractWord |
Render captcha form elements for the given element
Creates and returns: - Hidden input with captcha identifier (name[id]) - Text input for entering captcha value (name[input])
More specific renderers will consume this and render it.
| Parameters: | ElementInterface – |
|---|---|
| Throws ExceptionDomainException: | |
| Return type: | string |