Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 07-08-2009, 04:55 AM   #1
Magician,Wedding Magician
 
Join Date: Sep 2006
Location: UK
Posts: 75
Thanks: 16
Thanked 9 Times in 8 Posts
Default Amending Getresponse opt-in Code

Hi guys,

Can anyone help me out?

I have some getresponse opt-in code but I want the name, email and submit boxes to run
across the page and not down as the code is set.

Is it just a case of amending the table/cell tags?

What is the fix?

I have included the test code below

Thanks so much for your input.

Regards

Vince

<!-- GetResponse subscription form | start -->

<form action="getresponse/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8">
<fieldset>
<table>


<tr>
<td>
<label for="GRCategory2"> Name</label>
:
</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3"> E-Mail</label>
:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr>

</table>
<p>
<input type="submit" value="Submit!" />
</p>
<p>
<input type="hidden" name="category1" value="test" />
<input type="hidden" name="confirmation" value="mydomain"/>
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</p>
</fieldset>
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}

/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}

/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}

-->
</style>
<!-- GetResponse subscription form | end -->
vnr406 is online now   Reply With Quote
Old 07-08-2009, 06:13 AM   #2
Active Warrior
War Room Member
 
scraggz's Avatar
 
Join Date: Jul 2007
Location: Western Australia.
Posts: 61
Thanks: 4
Thanked 13 Times in 8 Posts
Default Re: Amending Getresponse opt-in Code

Yep, change this portion of the code below

<label for="GRCategory2"> Name</label>
:</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>

<td><label for="GRCategory3"> E-Mail</label>
:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
<td><input type="submit" value="Submit!" /></td>
</tr>
</table>

get rid of the </tr><tr> tags between the name and email. Move the submit line above the
</tr>

</table>
and enclose in <td> & </td> tags.

scraggz is offline   Reply With Quote
Old 07-08-2009, 06:49 AM   #3
Magician,Wedding Magician
 
Join Date: Sep 2006
Location: UK
Posts: 75
Thanks: 16
Thanked 9 Times in 8 Posts
Default Re: Amending Getresponse opt-in Code

Stan,

Thank you so much for your help.

Much appreciated, you have saved tearing more hair out!!

Cheers

Vince
vnr406 is online now   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
amending, code, getresponse, optin

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 11:36 AM.