输入字段下拉MM / YY

时间:2014-02-25 14:44:08

标签: html css

我正在尝试编辑插件字段以使用下拉到期但需要一些帮助。以下是我到目前为止的情况:

 function payment_fields()
      {
         if ( $this->description ) 
            echo wpautop(wptexturize($this->description));
            echo '<label style="margin-right:46px; line-height:40px;">Credit Card Number:</label> <input type="text" name="aim_credircard" /><br/>';
            echo '<label style="margin-right:30px; line-height:40px;">Credit Card Expiry (MM/YY) :</label> <input type="text"  style="width:50px;" name="aim_ccexpdate" maxlength="4" /><br/>';
            echo '<label style="margin-right:89px; line-height:40px;">CVV :</label> <input type="text" name="aim_ccvnumber"  maxlength=4 style="width:40px;" /><br/>';
      }

我希望能够编辑以下代码以反映下拉月份和年份,而不会产生前端提交和SELECT和SUBMIT的问题。

 echo '<label style="margin-right:30px; line-height:40px;">Credit Card Expiry (MM/YY) :</label> <input type="text"  style="width:50px;" name="aim_ccexpdate" maxlength="4" /><br/>';

谢谢

0 个答案:

没有答案