Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-25-2012, 04:56 AM   PM User | #1
Ilan
New Coder

 
Join Date: Aug 2012
Posts: 87
Thanks: 4
Thanked 0 Times in 0 Posts
Ilan is an unknown quantity at this point
Check box + submit + e-mail

Hi,

I'm currently using Wordpress. My website is at www.payitforwardfriends.com.
For any post, where users can enter a comment, at the bottom there is a link that they can click to subscribe to future posts. I would like to make it so that instead of the link, there is a checkbox next to that sentence. When users click submit comment, IF the checkbox is checked, I want them to be directed to http://feedburner.google.com/fb/a/ma...?uri=IronWhisk and for their email from the comment form to be typed in. The code for getting the email from the form to google would be similar to...

Code:
<form style="padding:0px;text-align:left;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=IronWhisk', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<p><input type="text" style="width:126px; height:22px" name="email"/><input type="hidden" name="loc" value="en_US"/><input type="hidden" value="IronWhisk" name="uri"/>
<input type="submit" value="Sign Up" element id="searchsubmit"/></p></form>
This gets the email they typed in and puts it into google.

How do I do this?

Thanks!
Ilan is offline   Reply With Quote
Reply

Bookmarks

Tags
checkbox, email, posts, subscribe, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:28 PM.


Advertisement
Log in to turn off these ads.