我通过查看站点内的类似问题尝试了几种解决方案,但它对我不起作用。=(请帮忙。
这是我原始代码的摘录:
<form action="" method="get">
<input type="text" name="search" value="">
<input type="submit" value="Search">
<?php echo do_shortcode('[expand]
<input type="checkbox" name="title" <?php if(isset($_GET['title'])) echo "checked='checked'"; ?>>
<label for="ti">Title</label></td>
[/expand]'); ?>
</form>
基本上,我希望我的复选框保持选中状态,如果它们在点击提交之前被选中。不幸的是,已经好几个小时了,我无法让 php 在简码中工作。
请帮忙。