Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-14-2009, 02:49 PM   #1
Tom Ness!
War Room Member
 
sirtom's Avatar
 
Join Date: Dec 2008
Location: Joliet, IL!
Posts: 412
Thanks: 322
Thanked 354 Times in 85 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to sirtom
Default Need a code (but I don't know how to describe it with just a headline)

Hey all,

So here's what I'd like to figure out how to do. I recently added a sign-up form to my membership site directly on the bottom of the sales letter. I also have "Join Now" buttons dispersed throughout the sales letter, but instead of linking to another 'sign-up page', I want them to be taken to the sign-up form at the bottom of the sales letter. So, just a simple page break in a way.

Here's the sales letter for reference: Mentor Mission

Does anyone know how to do this? Sorry if that description sucked, I'm one of the least technical people out there haha. I can attempt to clarify it if needed.

Thanks to anyone who can help!
-Tom

sirtom is offline   Reply With Quote
Old 08-14-2009, 03:21 PM   #2
Senior Warrior Member
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Steve Diamond
Default Re: Need a code (but I don't know how to describe it with just a headline)

Hi, Tom. Your explanation was perfectly clear. What you'll want to use are two different flavors of the <a> (anchor) tag in HTML. For each of the Join Now buttons that will simply jump to the form at the bottom of the page, your code is currently this:
PHP Code:
<IMG style="WIDTH: 311px; HEIGHT: 95px" alt="" src="http://mentormission.com/images/joinnow2.jpg"
You'll want to wrap this inside a special usage of the <a> tag which tells the browser to jump to a named anchor on the same page, like this:
PHP Code:
<a href="#joinform"><IMG style="WIDTH: 311px; HEIGHT: 95px" alt="" src="http://mentormission.com/images/joinnow2.jpg"></a
Then for the jump destination itself, you can wrap the words "New Member Registration" in the anchor tag that specifies the name:
PHP Code:
<a name="joinform">New Member Registration</a
That's it.

Steve

Executive I.T. consulting for small/medium business
Website development | PHP - MySQL - JavaScript expert programming
Software requirements analysis | Specification writing
Project management | Vendor relationship management
Steve Diamond is offline   Reply With Quote
Old 08-14-2009, 04:08 PM   #3
IM Newbie
War Room Member
 
David Louis Monk's Avatar
 
Join Date: Aug 2009
Location: Bromsgrove, UK
Posts: 273
Thanks: 11
Thanked 32 Times in 28 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to David Louis Monk
Default Re: Need a code (but I don't know how to describe it with just a headline)

Nice looking site. Looks like you are giving people great value. You should get lots of sign-ups

Re your question, Steve has answered this so perfectly that no-one else need say any more.

David

David Louis Monk is offline   Reply With Quote
Old 08-14-2009, 07:16 PM   #4
Tom Ness!
War Room Member
 
sirtom's Avatar
 
Join Date: Dec 2008
Location: Joliet, IL!
Posts: 412
Thanks: 322
Thanked 354 Times in 85 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to sirtom
Default Re: Need a code (but I don't know how to describe it with just a headline)

@Steve- you're awesome! Thanks so much, I'd give you more than one "thanks" if I could, I very much appreciate it!

and @seedpod- thanks for the feedback! The goal is to provide people with an abundance of content that will get them off the ground, and it's definitely heading in that direction.

Thanks guys!
-Tom

sirtom is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
code, describe, headline

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 08:08 AM.