我有一个要求日期子集的featherlight弹出框。我不想在羽毛灯框上使用“保存”按钮,但应保存输入值,然后使用主页上的“保存”按钮提交。我怎么能做到这一点?
<div class="featherlight-content">
<div class="lightbox featherlight-inner" id="mylightbox">
Exercise Dates
<br>
<br>
<input type="date" id="ex1" name="ex1" value="<?php echo $ex1 ?>" style="width: 120px"; padding: 5 5 5 0 ><br>
<input type="date" id="ex2" name="ex2" value="<?php echo $ex2 ?>" style="width: 120px"; padding: 5 5 5 0 ><br>
<input type="date" id="ex3" name="ex3" value="<?php echo $ex3 ?>" style="width: 120px"; padding: 5 5 5 0 ><br>
<input type="date" id="ex4" name="ex4" value="<?php echo $ex4 ?>" style="width: 120px"; padding: 5 5 5 0 ><br>
</div>
</div>