Right but 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.
Not to load you up with too much here but I have two other questions:
How can I resize the captcha? Right now it is too big for the form. Is there a minimum width?
The reason I am adding captcha is that when I look at the database (not through formtools admin .. in phpmyadmin), I see all sorts of NULL records in there ... almost like someone or something was submitting empty form values.
Thanks for your input Ben.
Dave
Actually Ben, I figured out the missing fields thing. I needed to turn it on in the views. Very cool.
However, my questions around the captcha and null submissions still stand. And also, I cannot seem to get the values to stay in the fields if there is a captcha error. I have added the <?=htmlspecialchars(@$fields["email"])?> type code to the fields but to no avail.
Thanks
Dave
Not to load you up with too much here but I have two other questions:
How can I resize the captcha? Right now it is too big for the form. Is there a minimum width?
The reason I am adding captcha is that when I look at the database (not through formtools admin .. in phpmyadmin), I see all sorts of NULL records in there ... almost like someone or something was submitting empty form values.
Thanks for your input Ben.
Dave
(Feb 25th, 2010, 8:38 PM)Ben Wrote: Hey Dave,
You can just edit the form database fields through the Edit Form -> Database tab. That page lets you add and delete database fields. You can also edit the different field types on the Edit Form -> fields tab.
This is often needed when the form content changes.
- Ben
Actually Ben, I figured out the missing fields thing. I needed to turn it on in the views. Very cool.
However, my questions around the captcha and null submissions still stand. And also, I cannot seem to get the values to stay in the fields if there is a captcha error. I have added the <?=htmlspecialchars(@$fields["email"])?> type code to the fields but to no avail.
Thanks
Dave
(Feb 26th, 2010, 8:54 AM)filch Wrote: Right but 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.
Not to load you up with too much here but I have two other questions:
How can I resize the captcha? Right now it is too big for the form. Is there a minimum width?
The reason I am adding captcha is that when I look at the database (not through formtools admin .. in phpmyadmin), I see all sorts of NULL records in there ... almost like someone or something was submitting empty form values.
Thanks for your input Ben.
Dave
(Feb 25th, 2010, 8:38 PM)Ben Wrote: Hey Dave,
You can just edit the form database fields through the Edit Form -> Database tab. That page lets you add and delete database fields. You can also edit the different field types on the Edit Form -> fields tab.
This is often needed when the form content changes.
- Ben