For your date field - I believe for now you'll just need to use two drop downs side-by-side that list the months and years you want to have. Thankfully, this is a short list you'd need to create since there are only 12 months and for the year I'd imagine you'd only need about 10-12 years listed there since it's for a CC expiration. BTW - are you going to be placing this form on a secure URL?
For your class of small, you have a dot in there that you need to remove, it should just be "small"
http://grab.by/coYI
However, each input already has it's own unique id so you could just use this:
[css]
#input_1_3 {
width: 40px;
}
For the submit button you could try this out:
[css]
.gform_footer.top_label {
float: right;
clear: none;
}
After that, you'd then need to "clear:both;" that paragraph text you have below the form.
For the checkboxes, why don't you just combine the two sentences into one?
Posted 12 years ago on Saturday March 17, 2012 |
Permalink