Ok now I got it. Thanks I guess I was overlooking the obvious.
$(document).ready(function() {
var queryStringVals = $().SPServices.SPGetQueryString();
var Simple = queryStringVals["Simple"];
$("input[title='Simple']").val(Simple);
});
NewForm.aspx?Simple=Testing is the value I'm passing