Created
April 17, 2015 19:15
-
-
Save dannyvassallo/e4ee870dfa3061d83a20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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