Hello everybody,
I need to put a condition on a plan type for profile edit (required or not) so how can do for that ?
I try to put a query result in field text from CBSubs SQL actions but it doesn't work.
in CBSubs :
Code:
REPLACE INTO `jos_comprofiler` SET `cb_typeadherent` = '1'
WHERE user_id = '[user_id]';
in CB field:
Code:
field conditional self - if cb_typeadherent = 1 then field is required
Registration: enable
Profile Edit: diseable
Profile View: enable
If you had a solution it will be great !
Thank you for answers