
Help with GetResponse
I'm trying to create a GetResponse Custom HTML form in a way that a I can track utm tags and the Subscription URL, and I'm having a hard time in doing that.
I managed to store the utm tags in cookies (utm_source, utm_medium and utm_campaign in this example). What I need now is to read the cookies and store these cooks in the appropriate hidden fields, and store the URL location in another hidden field.
I've been messing around with a lot of Javascript code but I haven't been able to accomplish it.
Can someone help me with this? I've attached the code below, without any javascript, just HTML.
Any help will be much appreciated.
Here is the code:
HTML Code:<form action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post"> <!-- Email field (required) --> <input type="text" name="email" id="email" placeholder="Deixe seu e-mail aqui..." style="font-size: 20px !important; color: #484848;font-family: Lato;" /> <!-- Campaign token --> <!-- Get the token at: [url]https://app.getresponse.com/campaign_list.html[/url] --> <input type="hidden" name="campaign_token" value="noK7c" /> <!-- Thank you page (optional) --> <input type="hidden" name="thankyou_url" value="http://felipecoelho.net/obrigado01" /> --> <input type="hidden" name="custom_utm_source" id="custom_utm_source" value="" /> <input type="hidden" name="custom_utm_medium" id="custom_utm_medium" value="" /> <input type="hidden" name="custom_utm_campaign" id="custom_utm_campaign" value="" /> <input type="hidden" name="custom_insc_url" id="custom_insc_url" value="" /> <!-- Subscriber button --> <input type="submit" class="om-trigger-conversion" value="QUERO ME CADASTRAR!" style="text-align: center; font-size: 18px; font-weight: 700; font-family: Lato; color: #ffffff; background-color: #ff9900; max-width: 250px !important;" /> </form>
:: Writing, Audio Transcription Services? - Award-winning Journalist is taking new projects. Warrior Discounts!