-
I just downloaded a new custom CSS version of Foundation, and in the index file I added a custom form just to test it out. The jQuery does not seem to be adding the span tags for any custom form elem…
-
line 345-347 shouldn't it be
if ($currentSelect) {
$currentSelect.html( $( this ).html() );
}
instead of
if ($currentSelect) {
$currentSelect.html( this.value );…
-
It would be nice if you could upload one or more files as responses to questions on a CustomForm. For example, an application for MIT ESP's Junction program would want teachers to be able to upload a …
-
There are two major reasons for doing this-
- The new FormWizard allows FileFields to be added at any step of the form
- The customforms code should play better with Django 1.4, once we update the ent…
-
When at /customforms/, the admin toolbar overflows its usual box and covers most of the page. If you use a CSS console to hide it, one can also notice that the usual fonts are different. The admin too…