I need to create a hidden field with the result of a SQL request.
I have create a field type "select" but only WHERE argument is avalaible in SQL field in tab "Options Select Fields"
Which field is it possible to create to get a request which one use the id of the register user as :
SELECT MyIdField
FROM table_jsn_users
WHERE id={user->Myid}