You can set this using Java Script Form Load script or based Field on Change Script.
If your fields (field which you want to set default value) are look up then please refer this article
If your field is pick list then refer this article.
If your field is string then you just simply default using following script
crmForm.all. <<fieldname>>.DataValue = ‘Default Text’;