O_EDIT
if ((fieldp->opts & O_EDIT) != O_EDIT)
if ((form->fields[form->cur_field]->opts & O_EDIT) != O_EDIT)
#define DEFAULT_FORM_OPTS (O_VISIBLE | O_ACTIVE | O_PUBLIC | O_EDIT | \