Support

Account

Home Forums Backend Issues (wp-admin) Generate/Create value of field based on another Reply To: Generate/Create value of field based on another

  • Can someone give me some pointers in this? I can code but am not sure where to start…
    the situation is this.. we have two text fields…field_1 (a text field) and field_2 (a textarea). When a user enters data into field_1, we need to update field_2 with a new string (contains value of field_1). This could be dynamic or on save (what ever is easier).

    Also, field_2 needs to be non-editable so the only way value changes is when field_1 is updated.