Pass POST data variable in Chronoconnectivity 5 table

hellykun 16 Jan, 2015
Dear Everyone,

I would like to pass the email of a user to a link in a chronoconnectivity table.
Is this possible?

For example the table will show a link that will have this format if clicked: index.php?usermail=$email

Thanks a lot
GreyHead 16 Jan, 2015
Hi hellykun,

You can get a User email with a little custom code - in CFv4 you had to put this in the Body box of a custom listing. You may be able to use the PHP box in CCv5
<?php $user= JFactory::getUser('user_id'); echo $user->email; ?>  

Bob
hellykun 17 Jan, 2015
GreyHead thanks a lot for your reply.

I may have not asked the question very well.

I do not mean that I need the logged in user's email.
But the email field that is stored in the databases.

For example lets say that the database has this stored ID, Username and Email

and I present a table like below:

ID Username Email Link (with email post data)
ID2 Username2 Email2 Link2 (with email2 post data)
ID3 Username3 Email3 Link3 (with email3 post data)

Is that possible?
GreyHead 17 Jan, 2015
Hi Hellykun,

I think you can do that directly in the HTML box?

Bob
hellykun 21 Jan, 2015
Thanks Bob.

Maybe I am not expressing the question in a right way.

I would like to use the link feature of cronoconnectivity

"Multi line list of fields with their links, e.g:Model.field:index.php?opt=xyz"

but i would like to do this Model.field:index.php?email=[VALUE OF THE Model.field]

is this possible?

thanks a lot in advance.
hellykun 23 Jan, 2015
any answer on that?
Is this not a solid question?

Thanks a lot in advance.
This topic is locked and no more replies can be posted.