Nov 12th, 2010, 11:11 AM
Excellent! Sounds like you've made a lot of progress.
If I understand you right, that additional info is just stored in a subarray? I think that's the way it works...
Could you do this?
And then stash that value in your form field?
- Ben
If I understand you right, that additional info is just stored in a subarray? I think that's the way it works...
Could you do this?
PHP Code:
$ecf_1 = $account_info["settings"]["ecf_1"];
And then stash that value in your form field?
- Ben