我正在使用联系人表格7和DB分机的联系人表格。我的表格有以下代码。然而,当我只提交名称和地址来填充数据库时,4个下拉菜单甚至没有一列。不确定他们为什么不填充数据库?
<p>Select a day<br />
[select date id:day "Monday" "Teusday" "Wednesday" "Thursday" "Friday" "Saturday" "Sunday"]
</p>
<p>And a date<br />
[select date id:date class:date "1st" "2nd" "3rd" "4th" "5th" "6th" "7th" "8th" "9th" "10th" "11th" "12th" "13th" "14th" "15th" "16th" "17th" "18th" "19th" "20th" "21st" "22nd" "23rd" "24th" "25th" "26th" "27th" "28th" "29th" "30th" "31st"]
</p>
<p>Time<br />
[select date id:time class:time "10:00am" "10:30am" "11:00am" "11:30am" "12:00am" "12:30am" "1:00pm" "1:30pm" "2:00pm" "2:30pm" "3:00pm" "3:30pm" "4:00pm" ]
</p>
<p>How Many Bottles<br />
[select date id:bottles class:bottles "50" "60" "70" "80" "90" "100" "110" "120" "130" "140""150" ]
</p>
<p>Your Name</p><br />
[text name id:name]
</p>
<p>Your Address</p><br />
[text address id:address]
</p>