Hi Patrick,
thanks for your answer.
but which "name" would ChronoForms show, because I have a lot of "name" fields in that array!?!
Regards
Steffen
Hi Steffen
I have not read the FAQ you pointed to, but each field must have an unique name anyway.
There shouldn't be two textfields named "name" in the same form(?)
Patrick
Hi Patrick,
Either version should work. With Sloan's you have to add each entry that you need; Steffen's PHP version can be set to check how many entries have been completed and only show those.
Bob
Hi Bob,
sorry but I guess you missunderstood something. I'm the one with the questions, Patrick gave me some hints.🙂
Can you tell me, how to deal with php in this case!? I want to show all filled "recipients" in my thanks message.
Regards and TIA
Steffen
Hi Steffen,
Have you tried doing what I suggested? Your code is very different.
Where have you put your code? You can't use PHP in the Thank You age action.
Bob
Hi Steffen,
a) Please remove the <html> and <body> tags from the Thanks message.
b) Please check that the Custom Code action is before the Thanks Message action.
c) Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.
Bob