我有一个网站,我要求提供信息,现在我想生成一个QR码,我可以访问我在这些值中写的内容。这是我的标签代码
<form action="action_page.php">
<input type="text" id="fname" name="Value1"> // transform this and the below in only one QR code
<input type="text" id="lname" name="Value2">
<input type="submit" value="Submit">
</form>