Hi,
when I use the long option for a button to insert into my post I have these:
<input type="hidden" name="on0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON0; ?>" />
<input type="hidden" name="os0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS0; ?>" />
the problem is that the page doesn't render the php although I am using execphp plugin
any idea how to solve this?