Hi everyone, hi Oliver! Thank you so much for that great plugin. I have already donated and I will again because it's one of the greatest!
Over the years I have found more and more ways to use cforms. Right now I am experimenting for the first time with my-functions.php. I want to change the next form in a row of multiple forms depending on user input in one of the fields of the first form. That works like a charm but after some testing, exporting and importing forms and trying out, I have come across the following issue:
One of my forms didn't do what it was supposed to do even if the code worked before. So i activated the debug email and saw what was wrong. This particular form (which should have the Nr. 1) doesn't send it's own ID in the array. The email it sends looks like this…
Array
(
[id] =>
[data] => Array
(
[$$$1] => Fieldset1
[Fieldset1] => Your information
[$$$2] => Name
[Ausgabe] => Tester
)
)
where it should show the form number (1) right after [id]=>
Did I do something wrong or is there a way for me to fix it? I have quite a few forms and corresponding code. If I delete this form (1) I will have to change all my code because the IDs of all the other forms will change, too, right?
Could it have to do with importing the form fields from another form? Can I fix it?
Thank you so much for any ideas on this!
Anja