Display FEU information to user
Posted: Tue Jan 06, 2015 10:37 am
Hi,
I'm having trouble working out how to display FEU registration information to the user.
My client is hoping to be able to have users login - enter some data, answer a few questions, and then make this entered data viewable to only the user (and site admins).
I've tried adding to the smarty data input on the options tab, calling {$something} (and {$something.userid}in the template but no go.
Any ideas? Or am I going about this completely the wrong way?
Thanks again for any help.
Cheers,
Paul
I'm having trouble working out how to display FEU registration information to the user.
My client is hoping to be able to have users login - enter some data, answer a few questions, and then make this entered data viewable to only the user (and site admins).
I've tried adding
Code: Select all
{$feu_smarty->get_userinfo($something.userid,'uinfo')}Any ideas? Or am I going about this completely the wrong way?
Thanks again for any help.
Cheers,
Paul