code disappears after saving
-
Hi,
I’m trying to add php code to the form:
<input type=”hidden” name=”recommend” value=”<?php echo $recommend; ?>” />
but after saving it looks like this:<input name=”recommend” type=”hidden” value=” < ; ?php echo $recommend; ? > ;” />
in value instead < and > is < ; and > ;
and it doesn’t workCan you tell me how can i fix it??
thanks
Michal
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘code disappears after saving’ is closed to new replies.