Help Center

Need Help?

What would you like to know about

Usage

F.A.Q

Usage & Features

Embedding the widget

To embed the feedback widget on your website, first add the script tag with your project id to the HTML:

<script id="app-Xcore-6525" data-fdbck-widget=" hj435t8743h34t8y37yvt3 " src="https://sandbox.feedlify.com/dist/widget.js" />
Bind widget to a HTML element

with feedlify you can make your widget dynamic by attaching it to an existing HTML element.
To attach the widget to a html element such as <button>, add the feedlify-trigger attribute

<button feedlify-trigger > click me </button>
Setting Form Values Programatically

To set an input value by adding the feedlify-[input] value.
available input types are: Name, Email, Phone Number & Comment

<button feedlify-trigger feedlify-email="user@mail.com" > click me </button>