Support

Account

Home Forums Backend Issues (wp-admin) Populating a textbox's default value to a wordpress option Reply To: Populating a textbox's default value to a wordpress option

  • Hi @chrisallen76

    perhaps instead of overriding the entire field, you want to update the default value?

    
    $field['default_value'] = get_option('global_apr');
    

    Thanks
    E