Same here — Is there an example of this working?
Looking for a simple >> NEXT MONTH and or LAST MONTH also.
Likewise, I have tried both suggested ‘hack’s and neither worked. It seems as if the .js isn’t making a difference — However, it seems really elegant using the ‘additional settings’
Is any prefix needed prior to the:
on_sent_ok: "location.replace('http://www.YOURSITE.com');"
Hope we can resolve it — it is a popular request.
Cheers.
You can set options like below:
[text* your-name “Your Name” 100/200]
This means “size is 100, maxlength is 200″. And apparently, if there is CSS which defines width of textareas (e.g. textarea {width: xxxx}), the CSS setting override Contact Form 7’s setting (cols attribute of <textarea> element).
However, all I have in my CSS is
body, select, input, textarea {
font: 100% Arial, Verdana, Sans-Serif;
}