OK, I am using a new StudioPress theme, Generate, for a site and it has a text widget where you can include code for a form (in this case mailchimp) to subscribe to the blog, etc.
http://davidmarkbrownwrites.com/
The current code I'm using for the form is:
<form action="http://davidmarkbrownwrites.us1.list-manage.com/subscribe/post?u=37df5e2ebfbf529f941095a2e&id=1edce3322a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" />
<input type="text" value="Your Best Email" name="EMAIL" class="required email" id="mce-EMAIL" />
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" />
</form>
But what I WANT to do is be able to use my Gravity form that does the same thing, so he can track through gravity forms all those who subscribe to the blog. (I have a gravity form subscribe to the blog type form in the sidebar.)
I just don't know how to do this.
I tried using the short code, but no go.
Is there a way to see the code for a particular gravity form?