Previewing a Form
Click to preview and test your form.
Select Show for Identified to verify your form for known site visitors:

and select Show for Anonymous to verify the form for yet unknown site visitors:

Embedding a Form
Click .
If you created your site using WordPress or Joomla then select WordPress or Joomla, respectively, for instructions to add Vine forms 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 copy the given DIV code which you need to paste to your web page where you want the form to appear:

Click Copy and then paste the copied code to the needed place in your page.
For example:
Copy
Embedding a Form
<html>
<head>
<!-- This has to be added to all web site pages to make Vine tracking work: -->
<scriptsrc="http://vine/track/t.js?sg=0"></script>
<!-- CSS file can be linked if needed -->
<linkrel="stylesheet"type="text/css"href="newsletter.css">
</head>
<body>
<p>hi</p>
<!-- This DIV has to be added in the place where you want the form to appear: -->
<div class="VineForm"data-form-id="1300355205">Form 1300355205 to be rendered here.</div>
</body>
</html>
Click OK to close the dialog.
Comments
0 comments
Please sign in to leave a comment.