I am a marketing exec on the whole so I usually only dabble with coding to be honest. I signed up to getresponse as I was impressed by the offerings there for autoresponders and we need to send auto-emails to enquirers. I tried both landing pages and webforms on their WYSIWYG editor function and didn't get along with it/none of the templates were even close to what I needed so I used Dreamweaver to edit one of our html email campaigns for the general design which gave me the what I now have. My limited coding experience has got me as far as this website, which looks generally how I want it to. I have inputted the code into getresponse and created a temporary live page:
Getresponse issues with code
9
I am a marketing exec on the whole so I usually only dabble with coding to be honest.
I signed up to getresponse as I was impressed by the offerings there for autoresponders and we need to send auto-emails to enquirers. I tried both landing pages and webforms on their WYSIWYG editor function and didn't get along with it/none of the templates were even close to what I needed so I used Dreamweaver to edit one of our html email campaigns for the general design which gave me the what I now have. My limited coding experience has got me as far as this website, which looks generally how I want it to. I have inputted the code into getresponse and created a temporary live page:
Resales landing page
However, when I asked getresponse for help getting further they just sent me the below code and suggested that an experienced coder could modify this to my needs.
<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post"
accept-charset="UTF-8">
<input type="text" name="subscriber_email" size="14"/>
<input type="text" name="subscriber_name" size="14" value="Subscriber"/>
<input type="submit" value="Subscribe" />
<input type="hidden" name="campaign_name" value="" />
<input type="hidden" name="confirmation" value="" />
<input type="hidden" name="getpostdata" value="get" />
</form>
Inexperienced as I am I can't get my head around how to do it without probably starting from scratch. The input types certainly don't fit what I need! Do you have any advice? I've hit a wall and wanted to have something basic up and running for Friday...
Thanks in advance
I signed up to getresponse as I was impressed by the offerings there for autoresponders and we need to send auto-emails to enquirers. I tried both landing pages and webforms on their WYSIWYG editor function and didn't get along with it/none of the templates were even close to what I needed so I used Dreamweaver to edit one of our html email campaigns for the general design which gave me the what I now have. My limited coding experience has got me as far as this website, which looks generally how I want it to. I have inputted the code into getresponse and created a temporary live page:
Resales landing page
However, when I asked getresponse for help getting further they just sent me the below code and suggested that an experienced coder could modify this to my needs.
<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post"
accept-charset="UTF-8">
<input type="text" name="subscriber_email" size="14"/>
<input type="text" name="subscriber_name" size="14" value="Subscriber"/>
<input type="submit" value="Subscribe" />
<input type="hidden" name="campaign_name" value="" />
<input type="hidden" name="confirmation" value="" />
<input type="hidden" name="getpostdata" value="get" />
</form>
Inexperienced as I am I can't get my head around how to do it without probably starting from scratch. The input types certainly don't fit what I need! Do you have any advice? I've hit a wall and wanted to have something basic up and running for Friday...
Thanks in advance
- Istvan Horvath
- [1] reply
- ClareT99
- Istvan Horvath
- [1] reply
- ClareT99
- MickK
- [1] reply
- ClareT99
- mfstteam
- Soloseller2014
Next Topics on Trending Feed
-
9