Search found 6 matches
- Sat Dec 10, 2011 2:13 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder - Check File Upload Size
- Replies: 4
- Views: 2088
Re: FormBuilder - Check File Upload Size
Yup, that's what we're using. With that, we can select a 200MB file, hit upload, and after a loooooooooong wait, it will finally go back to the page with all the fields emptied out and no error message. That I don't care as much about. The thing I do care about is that instead of actually processing...
- Fri Dec 09, 2011 3:16 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder - Check File Upload Size
- Replies: 4
- Views: 2088
Re: FormBuilder - Check File Upload Size
Unfortunately that doesn't really fix the issue. By setting the max file size, when the form submits with FormBuilder but still seems to process the whole file data only to then return to the empty form with no error message. So while the file is too large and does not get uploaded, the FormBuilder ...
- Thu Dec 08, 2011 4:53 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder - Check File Upload Size
- Replies: 4
- Views: 2088
FormBuilder - Check File Upload Size
Hey folks, was wondering if anyone had any advice with checking file size limits on files uploaded through FormBuilder before submission. For example, to prevent folks from uploading 1GB files and having the form time out, check on submit that the post size is less than 8MB or whatever. I have a UDT...
- Tue May 19, 2009 9:06 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder - multiple forms on same page?
- Replies: 1
- Views: 1205
FormBuilder - multiple forms on same page?
Hello, I'm trying to implement 2 forms on one page: one is used for login/password and another is used for contact us. Building the forms and puttign them both in a template is not a problem. Where the problem occurs is when validation fails, like the password field was accidently not filled in o...
- Tue Jan 27, 2009 12:16 am
- Forum: Modules/Add-Ons
- Topic: TinyMCE - Image browsing to login?
- Replies: 9
- Views: 3558
TinyMCE - Image browsing to login?
Hey all, Having an issue with CMSMS 1.5.1 and TinyMCE 2.4.10 (based on what the Extensions->Modules tells me). When anyone clicks on the image icon and selects any of the image browsing buttons in it, the window opens but instead of there being a file/image browser it redirects to the login page. ...
- Fri Dec 26, 2008 6:26 pm
- Forum: Developers Discussion
- Topic: Form onXYZ events being removed in Global Content Blocks?
- Replies: 0
- Views: 990
Form onXYZ events being removed in Global Content Blocks?
Hey peeps, I have a global content block setup with a form item: <div id="info_item"> <input class="textbox" name="email" type="text" value="ENTER EMAIL ADDRESS FOR UPDATES" onFocus="clearText(this)" onBlur="clearText(this)...