integrating butterfly script with getresponse. will pay for help

3 replies
Hey guys ,
I need little help here. I have installed butterfly script . Everything looks good. But now i want to integrate getresponse with my signup form. In the tutorial i have to look create html code of email capure form. Then find values of "category1" and "reference" . In the video they get the value of these 2 things , put it in script and its done.

My problem is when i try to look out for these strings in html code. I dont find any "category1" or "reference" thing.

Can anyone help me out here? I wont mind paying few extra bucks for this.

Cheers
#butterfly #getresponse #integrating #pay #script
  • Profile picture of the author Floyd Fisher
    Ankur:

    If you're using a browser, see if you can search for that specific text and see if that can find it.

    Also, try doing that search without the quotes, and see if that helps.
    {{ DiscussionBoard.errors[1276532].message }}
  • Profile picture of the author ankur sharma
    well , i did that and didnt find that particular thing. I am not sure is it ok or not to paste html code. But i guess it shouldnt be an issue.

    <style type="text/css"><!-- #webFrmID { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; color: #666;} #webFrmID .cntBox { position: relative; left: 50%; width: auto; float: left; clear: both; text-align: left; margin: 5px 0 12px 0; } #webFrmID .cntBox .box { position: relative; left: -50%; float: left; padding: 0; }#webFrmID .chikLet { margin: 0 0 5px 0; padding: 0; height: 24px; }#webFrmID .chikLet li, .chikLet li span { background: url(http://www.getresponse.com/images/co...r_chicklet.png) left top no-repeat; display: block; height: 24px; }#webFrmID .chikLet li { margin: 0; padding: 0 0 0 24px; float: left; line-height: 24px; }#webFrmID .chikLet li span { background-position: right bottom; padding: 0 8px 0 4px; float: left; }#webFrmID .clearer { width: 100%; height: 0.1px; font-size: 0.1px; clear: both; line-height: 0.1px; }--></style><div id="webFrmID"> <form accept-charset="utf-8" action="http://www.getresponse.com/cgi-bin/add.cgi" style="width: 250px; font-family: verdana; background-color: #ffffff; margin: 5px;"><input type="hidden" name="custom_http_referer" id="custom_http_referer" value=""/><div id="webform_title" style="padding: 7px 20px 7px 20px; font-size: 21px; color: #ffffff; background-color: #888888; border: 1px solid #888888;">Subscribe</div><div style="font-family: tahoma; border: 1px solid #DEDEDE;"><div style="font-size: 12px; color: #4C4B4B; padding: 16px; padding-bottom: 12px;"></div><hr style="height: 1px; border: 0; background-color: #F0F0F0; color: #F0F0F0; margin: 0 20px 0 20px;"/><ul id="fields" style="list-style: none; margin: 0; font-size: 12px; color: #7B7B7B; padding: 15px 30px 15px 30px;"><li id="subscriber_name-field" style="padding: 4px 0 5px 0; margin: 0; background: none; width: 100%;"><label style="float: left;" for="subscriber_name">Name :</label><input style="float: right; border: 1px solid #AEB186; width: 140px;" id="subscriber_name" name="subscriber_name" type="text" value=""/><div style="clear: both;"/></li><li id="subscriber_email-field" style="padding: 4px 0 5px 0; margin: 0; background: none; width: 100%;"><label style="float: left;" for="subscriber_email">Email :</label><input style="float: right; border: 1px solid #AEB186; width: 140px;" id="subscriber_email" name="subscriber_email" type="text" value=""/><div style="clear: both;"/></li></ul><ul style="list-style: none; margin: 0; font-size: 12px; color: #7B7B7B; padding: 15px 30px 15px 30px; text-align: center;"></ul><input type="hidden" name="confirmation_url" id="confirmation_url" value=""/><input type="hidden" name="error_url" id="error_url" value=""/><input type="hidden" name="campaign_name" id="campaign_name" value="lwsbuyer"/><input type="hidden" name="custom_ref" id="custom_ref" value=""/><hr style="height: 1px; border: 0; background-color: #F0F0F0; color: #F0F0F0; margin: 0 20px 0 20px;"/><div style="text-align: center; padding-bottom: 18px; padding-top: 10px"><input id="webform_submit" style="cursor: hand; font-family: verdana; font-size: 18px; color: #FFFFFF; background-image: url(http://www.getresponse.com/images/co...y_button.png); border: 0; width: 140px; height: 33px; margin: 10px;" type="submit" value="Subscribe"/><div class="cntBox"> <div class="box"> <ul class="chikLet"><li class="chikLetGr"><span><strong>0 </strong> subscribers</span></li></ul> </div></div><div style="color: #0000ff; margin-top: 10px; width: 100%; clear: both;">GetResponse <a href="http://www.getresponse.com/">Email Marketing</a></div><div class="clearer"></div></div></div></form></div><script type="text/javascript">var el=document.getElementById("custom_http_referer"); el.value = document.location; </script>

    i didnt find category1 and ref strings here

    Thanks
    {{ DiscussionBoard.errors[1276586].message }}
  • Profile picture of the author globalpro
    Hi,

    GR changed the form values.

    category1 is now campaign_name

    id="campaign_name" value="lwsbuyer" - your list name

    ref is now custom_ref

    id="custom_ref" value="" - I always use 000

    Try that and see.

    Also, when you generate a form, go with the plain/generic one. You won't end up with all the junk HTML code that is added to the one you have.

    Thanks,

    John
    {{ DiscussionBoard.errors[1277324].message }}

Trending Topics