Hi
Just getting the hang of connectivity but am struggling to find the best way to handle fields that depend on quite complex logic that, in Chronoforms, I handled externally either as ‘require_once some file’ or ‘require_once some functions’ and then calling a function in there. This screen shot might best explain what I am after.
[attachment=0]NickOg.png[/attachment]
My question really is where should I put calls to load those fields? I could hard code them into ‘PHP Functions’ but as I say – the logic is quite complex and would not be fun to handle and debug there. I sort of assume that they should go into ‘PHP Functions’ but maybe into HTML and call <?php from there.
Any suggestions? I can’t find an explanation in the examples/tutorials.
Chronoforms really is an impressive package.
Just getting the hang of connectivity but am struggling to find the best way to handle fields that depend on quite complex logic that, in Chronoforms, I handled externally either as ‘require_once some file’ or ‘require_once some functions’ and then calling a function in there. This screen shot might best explain what I am after.
[attachment=0]NickOg.png[/attachment]
My question really is where should I put calls to load those fields? I could hard code them into ‘PHP Functions’ but as I say – the logic is quite complex and would not be fun to handle and debug there. I sort of assume that they should go into ‘PHP Functions’ but maybe into HTML and call <?php from there.
Any suggestions? I can’t find an explanation in the examples/tutorials.
Chronoforms really is an impressive package.