stumped on how to insert code

4 replies
  • WEB DESIGN
  • |
Hi there,
I'm new to this forum but have gotten some really great help by reading other people's problems and solutions in the past.

Now it's my turn. I'm stumped as to how to do this. I have this template which already has the jpg for the name and email capture form but I can't figure out how to add my Aweber code to activate it without destroying the original pictures that are there.

here is an example of the code below. The highlighted areas are where I am assuming needs to be modified with proper java to send optin to my list.

Any suggestions would be greatly appreciated.
Marie

<table align="left" border="0" cellpadding="0" cellspacing="0" width="348">
<tr><td><img src="images/squeeze-video_425x344_r6_c4.jpg" width="130" height="34" border="0" alt="" /></td>
<td style="background-image:url(images/squeeze-video_425x344_r6_c7.jpg); width:180px; height:34px;"><input type="text" class="input_425x344" name="name" maxlength="30" value="" /></td>
<td><img src="images/squeeze-video_425x344_r6_c9.jpg" width="38" height="34" border="0" alt="" /></td>
</tr>
</table>
</td></tr>
<tr><td><img src="images/squeeze-video_425x344_r7_c4.jpg" width="348" height="10" border="0" alt="" /></td></tr>
<tr><td>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="348">
<tr><td><img src="images/squeeze-video_425x344_r8_c4.jpg" width="129" height="31" border="0" alt="" /></td>
<td style="background-image:url(images/squeeze-video_425x344_r8_c6.jpg); width:181px; height:31px;"><input type="text" class="input_425x344" maxlength="120" name="email" value="" /></td>
<td><img src="images/squeeze-video_425x344_r8_c9.jpg" width="38" height="31" border="0" alt="" /></td>
</tr>
</table>
#code #insert #stumped
  • Profile picture of the author mywebwork
    Hi Marie

    There are a couple of things you need to do to make this work. The first one is what you have already highlighted - you need to change the Name and ID properties of the two text boxes (name and e-mail) to match those in the AWeber form.

    Next you need to change the FORM tag itself so it matches the AWeber one - if you don't have a FORM tag on your template you will need to add one, along with its corresponding closing tag.

    Finally the AWeber form will have a number of hidden fields, you need to copy those over as well.

    Hope this helps, let me know if I can be of assistance.

    Bill
    {{ DiscussionBoard.errors[2379639].message }}
    • Profile picture of the author marieleo
      thanks Bill, I'll give that a try. I can't say that I understand all if what you mentioned but I will certainly give it my best shot.

      Don't be surprised if I'm back some time soon.
      Gratefully,
      Marie
      {{ DiscussionBoard.errors[2379719].message }}
  • Profile picture of the author mywebwork
    Hi Marie

    I sent you some contact information in a PM in case you get stumped!

    Bill
    {{ DiscussionBoard.errors[2379792].message }}
    • Profile picture of the author marieleo
      Hey Bill,
      I've sent you 2 emails to the address you gave me and was wondering if they ended up in your spam box.
      I was taking you up on your offer to help me out with the code thing. Not sure if you will get to see this email either as it is not a very current topic and no longer in first page of the forum. Just trying to see if it will work by contacting you this way.

      Thanks for your help.
      Marie
      {{ DiscussionBoard.errors[2424511].message }}

Trending Topics