value not set in contact form 7 plugin of wordpress [closed]

Try using jQuery for this, something like

<?php $name = $_GET['name']; ?>
<script type="text/javascript">
$(document).ready(function(){
var yourget="<?php echo $name; ?>";
$('input[name="nameofyourfield"]').val(yourget);
)};
</script>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)