• Resolved Behi

    (@behzadr89)


    hi there
    how can i use something like this in html field of wpdiscuz form. in other words i wanna show some note in wpdiscuz form field

    <html><body>
    <?php if ( $user[‘role’] == admin ) {
    Echo “Hello admin”;
    } else {
    Echo “Hi user….”;
    }
    ?>
    </body></html>`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @behzadr89,

    You can do it using the following WordPress hooks:

    1. comment_form_before
    2. comment_form_after
    3. comment_form_top

    The HTML field can be used for adding only HTML codes. It doesn’t support PHP codes.

Viewing 1 replies (of 1 total)
  • The topic ‘html in wpdiscuz’ is closed to new replies.