Mar 7th, 2010, 10:30 AM
No worries Ben, I understand huge workloads ;-)
One last question: and this is about the database itself. When I look directly into the database, there seems to be a huge number of null entries. This is supported by the fact that, if I enter a test submission, it may have an ID of say 100. then, if I submit another one shortly thereafter, it may have an ID 0f 140. When I look in the dB, there are all these null records in there. Any idea? I am afraid of the dB getting huge for no reason.
Dave
One last question: and this is about the database itself. When I look directly into the database, there seems to be a huge number of null entries. This is supported by the fact that, if I enter a test submission, it may have an ID of say 100. then, if I submit another one shortly thereafter, it may have an ID 0f 140. When I look in the dB, there are all these null records in there. Any idea? I am afraid of the dB getting huge for no reason.
Dave
(Mar 7th, 2010, 10:12 AM)Ben Wrote: Hey Dave,
Sorry for the huge wait time on this. Just been digging myself out from under a pile of work.
Quote:when I go into the form and select edit, in a record that I know had a submission with the new field(s), it does not show up there. This is so, even though when I look at the database, the new field(s) are there and there is data in them.
Yup! This is because you'll need to update the View(s) to show the new fields. Views are really powerful in that you can totally customize what fields can be seen and edited by users, but the one drawback is that they're not linked to the database fields directly. So when you modify the database to add fields, they won't automatically show up in the Views. (Deleting fields DOES remove them from the Views, though).
This is a significant nuisance, I'll admit. In my own experience, re-configuring Views after adding new DB fields can be a real time-waster, especially when you have lots and lots of Views.
I have a couple of solutions which I may well apply in a future release.
Quote:How can I resize the captcha? Right now it is too big for the form. Is there a minimum width?
I believe the only way to do this would be to re-skin it using a custom theme, or another theme that is built in. Give the "Look & Feel Customization" section a read over on this page:
http://recaptcha.net/apidocs/captcha/client.html
Hope this helps, and again, sorry for the wait.
- Ben