Creating a Bot Form
- To create a new form click NEW FORM.
- Select a Bot Form template or select Empty bot form if you want to start from scratch.
- Enter a name for your form.
- Click Create. The initial form will be created:


Saving a Bot Form
Click Save to save your changes to the current form.
Previewing a Bot Form
Click to preview and test your bot form :

Adding a Bot Form To a Web Page
To add a Bot Form to your HTML 5 web page you need to insert a special DIV element to your HTML code.
Click .
If you created your site using WordPress or Joomla then select WordPress or Joomla, respectively, for instructions to add the form to your web pages. You can do this using the WordPress Vine plug-in or Joomla Vine plug-in, respectively.
For all other systems, select Other and then click Copy to get the needed DIV code to the clipboard:

Now you can go to your web page and insert the code from the clipboard in the place where you want the bot form to appear.
Copy
Embedding Bot Form
<!DOCTYPE html>
<html>
<head>
<!-- This has to be added to all web site pages to make Vine tracking work: -->
<scriptsrc="https://dev.vine.eu/track/t.js?sg=326180055"></script>
</head>
<body>
<p>hi ! </p>
<div class="VineForm B326219207"data-bot-id="326219207">Here is displayed bot form 326219207</div>
</body>
</html>
Comments
0 comments
Please sign in to leave a comment.