Support

Account

Home Forums Feature Requests Read-Only Field Reply To: Read-Only Field

  • you can simply disable the form field front end using css

    input[name=username] {
        pointer-events: none;
      }