It is really easy to bind the Userback widget to your own custom button or link.
- Install Userback widget code on your website (you would do this anyway when you want our widget on your site).
- In the widget settings (back in Userback) set the widget to Auto hide - this will hide the default widget on your page.
- Create the link on your button/nav/text like this - this is an example using the text as a link 'test'.
<a href="javascript:Userback.open();">test</a>
<a href="javascript:Userback.open('form');">test</a>
<a href="javascript:Userback.open('capture');">test</a>
Userback.open(); // opens normal widget
Userback.open('capture'); // opens the drawing tool directly
Userback.open('form'); // opens the form without drawing tool
Related Articles
Comments
0 comments
Article is closed for comments.