• Resolved ravilkhuzin

    (@ravilkhuzin)


    I write in the field “Max date” – fieldname1+5d
    But when I change the date in fieldname1, in fieldname3, the maximum is not shifted.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ravilkhuzin

    (@ravilkhuzin)

    And write this mistake “Please enter a valid date with this format(dd/mm/yyyy)”

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter ravilkhuzin

    (@ravilkhuzin)

    @codepeople thank you very much for the help!

    You helped me a lot.

    Plugin Author codepeople

    (@codepeople)

    It has been a pleasure.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How i can make dynamic “max date”?’ is closed to new replies.