And write this mistake “Please enter a valid date with this format(dd/mm/yyyy)”
Hello @ravilkhuzin
Thank you very much for using our plugin. You cannot enter equations in the max date attributes. The equations are supported only by the calculated fields. Please, use a calculated field as an auxiliary.
Insert a calculated field in the form (since it is used as an auxiliary, you can hide the field by ticking a checkbox in its settings). I’ll assume it is the fieldname6 and enter the following equation into its “Set equation” attribute:
CDATE(fieldname1+5, 'dd/mm/yyyy');
Now, in the settings of the fieldname3, you should enter the name of the calculated field into the “Max Date” attribute. In this example, fieldname6.
Best regards.
@codepeople thank you very much for the help!
You helped me a lot.