Oct 31st, 2009, 2:17 PM
(This post was last modified: Nov 4th, 2009, 1:02 AM by sergiozambrano.)
Is there any chance the api.php is being cached on server?
I'm having different issues when trying to figure out how to get a second form posting to a finalized submission (using "may_update_finalized_submissions" => true) and I think there's some kind of delay between the changes I made and the php is executed after that.
I've setup a form to have more than one form, and I noticed I had to set it up so like 3 times before it reflects so in the form options panel.
Then, tired of the form throwing error 101, I removed the line "finalize => true" and when it didn't fix it, I've put it back and magically it started working.
Then, when first form submission never appeared in the form list, (not finalizing it anymore) I just removed the second form/page from the form setup panel and suddenly everything started working, i.e. THE SECOND FORM IS LOADED even when the setup says the next page should be thankyou.php.
With that lack of consistency in the results (html and css seems to be automatically updated, it's just the php) I can't come up with a solution by trial and error (my first learning process hehe)
I'm lost.
The only thing I need is a way to get the first form being finalized and sending an email, regardless of the user filling out the second optional form or not.
I promess, Ben, if you help me with this one I'll post the whole tutorial for you
I'm sending you the info by mail so you can check it out.
Thanks!
I'm having different issues when trying to figure out how to get a second form posting to a finalized submission (using "may_update_finalized_submissions" => true) and I think there's some kind of delay between the changes I made and the php is executed after that.
I've setup a form to have more than one form, and I noticed I had to set it up so like 3 times before it reflects so in the form options panel.
Then, tired of the form throwing error 101, I removed the line "finalize => true" and when it didn't fix it, I've put it back and magically it started working.
Then, when first form submission never appeared in the form list, (not finalizing it anymore) I just removed the second form/page from the form setup panel and suddenly everything started working, i.e. THE SECOND FORM IS LOADED even when the setup says the next page should be thankyou.php.
With that lack of consistency in the results (html and css seems to be automatically updated, it's just the php) I can't come up with a solution by trial and error (my first learning process hehe)
I'm lost.
The only thing I need is a way to get the first form being finalized and sending an email, regardless of the user filling out the second optional form or not.
I promess, Ben, if you help me with this one I'll post the whole tutorial for you
I'm sending you the info by mail so you can check it out.
Thanks!