I've got a contact form 7 form that I'm looking to execute php in the textarea field.
When I tested this with a normal form (ie not a plugin) it worked fine;
<textarea name="customer-issue" rows="10" cols="40"><?php if(isset($_GET['content'])) { echo $_GET['content']; } ?></textarea>
Does anyone know how you would go about being able to do this in CF7
'.$var.'
'; instead of $html='.$var.
'; – Jenis Patel Jan 07 '15 at 11:24