Hi
I cannot work this out - I have tried all that I can think of
[mdlReceipts.feeYear]
[mdlReceipts][feeYear]
[mdlReceipts].[feeYear]
and more - I can't get it to work. The debug shows that the data is there and the form that it is referenced.
Stuck😟 🙄
[attachment=1]4Chrono00.png[/attachment]
[attachment=0]4Chrono01.png[/attachment]
I cannot work this out - I have tried all that I can think of
[mdlReceipts.feeYear]
[mdlReceipts][feeYear]
[mdlReceipts].[feeYear]
and more - I can't get it to work. The debug shows that the data is there and the form that it is referenced.
Stuck😟 🙄
[attachment=1]4Chrono00.png[/attachment]
[attachment=0]4Chrono01.png[/attachment]
Hi Nick,
I'm no quite sure what you need to do here :-(
It looks as though the data you want is in $form->data[mdlReceipts][feeYear] so the matching input name is mdlReceipts[feeYear] or possibly mdlReceipts['feeYear']
Bob
I'm no quite sure what you need to do here :-(
It looks as though the data you want is in $form->data[mdlReceipts][feeYear] so the matching input name is mdlReceipts[feeYear] or possibly mdlReceipts['feeYear']
Bob
This topic is locked and no more replies can be posted.