Is it possible to pass this input data to a fancybox iframe? And if it is, then how? I need to pass this id variable to the fancybox so I can echo that ID in fancybox. Here's the code. Thanks in advance,
<form action="info.php" method="post">
<input type="text" name="id" class="invisible" value="' . $row["id"] . '">
<button type="submit" id="check">Result</button>
</form>