OK ... this is getting crazy. I am starting to wonder if this is just a little TOO finicky! I deleted both forms from formtools that I had been trying to set up. I check the dB tables (ft_forms) and it was empty. I then tried to Add a form. I go through to step three, add the code to the form page ( $fields = ft_api_init_form_page(3, "initialize"); ), I verify that the dB table ft_client_forms has the correct ID for the client and the correct ID (3), I fill in all of the form fields and submit it and now, it is giving me an error 100, which is supposed to mean that I am either submitting the wrong ID (I am not) or I have a hidden field with the wrong values in it ( I do not ), or I have multiple instances of ft_api_init_form_page , which I do not. I am not sure if this is a chaching problem or not but it sure is frustrating to spend two days just trying to get this working. I like the concept of this a lot but if it is going to be this hard to get a simple form running, I might have to look at something else to mange all the forms we run.
Help would be appreciated.
Thanks
Dave
Sorry, but I seem to be having this conversation with myself. But, if it helps someone else ... what the hell?
I did manage to get the forms installed and I had hope this was over with. Just to clarify my setup; I have a site that has both an english side and a french side. Currently there is an english contact form and a french contact form. Both forms have been configured in formtools. However, now, when I try to submit data from, for instance, the english contact form, the data seems to get stored in formtools OK but the thank you page will not load. I have verified that both forms have the proper ID and that they match the IDs in formtools. I also, even though I have set up emails for both forms, do not receive any emails.
I am certain that someone will answer me soon ;-)
Dave
Help would be appreciated.
Thanks
Dave
Sorry, but I seem to be having this conversation with myself. But, if it helps someone else ... what the hell?
I did manage to get the forms installed and I had hope this was over with. Just to clarify my setup; I have a site that has both an english side and a french side. Currently there is an english contact form and a french contact form. Both forms have been configured in formtools. However, now, when I try to submit data from, for instance, the english contact form, the data seems to get stored in formtools OK but the thank you page will not load. I have verified that both forms have the proper ID and that they match the IDs in formtools. I also, even though I have set up emails for both forms, do not receive any emails.
I am certain that someone will answer me soon ;-)
Dave
(Feb 20th, 2010, 8:46 AM)filch Wrote: OK ... this is getting crazy. I am starting to wonder if this is just a little TOO finicky! I deleted both forms from formtools that I had been trying to set up. I check the dB tables (ft_forms) and it was empty. I then tried to Add a form. I go through to step three, add the code to the form page ( $fields = ft_api_init_form_page(3, "initialize"); ), I verify that the dB table ft_client_forms has the correct ID for the client and the correct ID (3), I fill in all of the form fields and submit it and now, it is giving me an error 100, which is supposed to mean that I am either submitting the wrong ID (I am not) or I have a hidden field with the wrong values in it ( I do not ), or I have multiple instances of ft_api_init_form_page , which I do not. I am not sure if this is a chaching problem or not but it sure is frustrating to spend two days just trying to get this working. I like the concept of this a lot but if it is going to be this hard to get a simple form running, I might have to look at something else to mange all the forms we run.
Help would be appreciated.
Thanks
Dave