Support

Account

Home Forums Bug Reports Field disapper when I Edit and Update field Reply To: Field disapper when I Edit and Update field

  • Hi @saadsohailk

    This is possibly due to PHP limiting the number of variables.

    Try to increase this by adding
    max_input_vars = 3000

    In you php configuration.

    Let me know if it helps.