Skip to content

Instantly share code, notes, and snippets.

@dannyvassallo
Created April 17, 2015 19:15
Show Gist options
  • Save dannyvassallo/e4ee870dfa3061d83a20 to your computer and use it in GitHub Desktop.
Save dannyvassallo/e4ee870dfa3061d83a20 to your computer and use it in GitHub Desktop.
<div class="get-started-wrapper">
<div>
<div>
<form method="post" action="https://dashboard.vydia.com/service?[UTM HERE AFTER ?]">
<input type="hidden" name="service" value="[SERVICE HERE (MONETIZE OR DISTRIBUTE)]">
<input type="hidden" name="type" value="video">
<input type="hidden" name="bundle_id" value="[BUNDLE ID(s) HERE COMMA SEPARATED]">
<input type="hidden" name="networks" value="[NETWORKS HERE COMMA SEPARATED]">
<input type="hidden" name="landing_page" value="">
<input type="hidden" name="landing_section" value="">
<input type="text" name="email" value="" placeholder="Your email address">
<input type="submit" class="btn btn-lg btn-primary btn-trigger-get-started" value="Get Started">
</form>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment