Value not set in contact form 7 plugin of wordpress

I’m using the contact form 7 plugin in wordpress and I have generated a text field like this:

 [text* your-name 30/ "<?php $_GET['name']; ?>"]    

I have to set value of input name which comes from another form with GET method but it’s not worked. Is there a solution?

Related posts

Leave a Reply

1 comment