Hi,
I checked on that and it is a restriction which I have set (unintentionally).
You have to change it manually in the Visforms files on your system.
I will make the changes in the source code as well, so that it will be part of the next release.
Please open the file
Code:
administrator/components/com_visforms/models/forms/visfield.xml
Find the following field definition (line 238)
Code:
<field name="f_number_attribute_max" type="text" label="COM_VISFORMS_MAX_LENGTH" description="COM_VISFORMS_MAX_LENGTH_DESC" maxlength="5" />
Increase the value of the maxlength attribute for example to 20
Code:
<field name="f_number_attribute_max" type="text" label="COM_VISFORMS_MAX_LENGTH" description="COM_VISFORMS_MAX_LENGTH_DESC" maxlength="20" />
I think this will solve your problem. If not, please post again.
Regards,
Aicha