Email subscription box help.

3 replies
  • WEB DESIGN
  • |
When i try to use this subscription box it says the email was sent but, i check my inbox and theirs nothing. Is this code wrong.

<DIV STYLE="position:absolute; top:576px; left:523px; width:213px; height:186px">
<div align="left"><form method="post" action="mailto:myemail@mywebsite.com">
First Name:<input type="text" name="First" size="12 maxlength="12" />
Email:<input type="text" name="Last" size="24" maxlength="24" />
<input type="submit" value="Send me tips and secrets!" />
</form>
</div>
<p>&nbsp;</p>
</DIV>

Idk why this isnt working.
#box #email #subscription
  • Listen, save yourself some headaches and use this:

    tele-pro.co.uk/scripts/contact_form/

    It's really easy and it works instantly
    Signature
    Financial Thing: Peer to Peer Lending Reviews
    Poker Tilt : The Dutch Boyd Story
    {{ DiscussionBoard.errors[1415785].message }}
  • Profile picture of the author signupmakemoney
    I don't think you need method="post" because you are not posting the data anywhere. You are mailing the info to an email address.

    It's good to have a php script check the data before it's sent as well for security purposes.
    Signature
    {{ DiscussionBoard.errors[1416461].message }}
  • Profile picture of the author LesleyJohnston
    Hi

    The reason it's not working is:

    <DIV STYLE="position:absolute; top:576px; left:523px; width:213px; height:186px">
    <div align="left"><form method="post" action="mailto:myemail@mywebsite.com">
    First Name:<input type="text" name="First" size="12 maxlength="12" />
    Email:<input type="text" name="Last" size="24" maxlength="24" />
    <input type="submit" value="Send me tips and secrets!" />
    </form>
    </div>
    <p>&nbsp;</p>
    </DIV>

    Is that you've not changed the email address in your code, to your own email address. Change that and your code should work fine.

    Good luck

    Lesley
    Signature
    Get Your FREE PLR Pack at eBusinessPLR.com
    Need Ghostwritten articles? I've got a special deal here that might interest you.

    NEW WSO - Bumper WordPress PLR Articles & Reports Pack
    {{ DiscussionBoard.errors[1417608].message }}

Trending Topics