Using the subscribe helper | Community
Skip to main content

Using the subscribe helper

  • March 25, 2021
  • 2 replies
  • 0 views

I am building a custom theme on API version 2 of the help center. When following the documentation to use the subscribe helper it shows the expected output should be an <a> tag. However, when I use {{subscribe}} , I'm seeing a button element not an <a> tag. Is there something I'm doing wrong when using this helper?

2 replies

Ifra
  • March 29, 2021

Actually in the API v2 , this helper has converted in a button so don't worry you are not doing wrong.

Thanks

Team

 


  • Author
  • April 26, 2021

Thank you!