Viewing 1 replies (of 1 total)
  • Plugin Author ka2

    (@ka2)

    I am sorry I haven’t been in touch for a while.

    The easiest way to do this, is to modify the table’s column as entry field.
    In the modify table tab on the tables management, you should issue a query below.

    ALTER TABLE your_table_name MODIFY target_column_name varcahr(255) DEFAULT '';

    Note: the column definition depend on your table schema.

    Please try it.

    Thank you,

Viewing 1 replies (of 1 total)
  • The topic ‘How do I not require data in add or update screens?’ is closed to new replies.