• Resolved maven1129

    (@maven1129)


    I am trying to use form or input fields into the template editor, but nothing renders. How would I do a simple form with a button?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ryan Kienstra

    (@ryankienstra)

    Hi @maven1129,
    It might be that it’s escaping markup.

    You could handle escaping on your own by calling block_value(), then echoing that.

    
    echo block_value( 'foo' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Embed a form or input not working’ is closed to new replies.