How would i create a suscribe function?

Discussion in 'Programming' started by Mr.tyro, Oct 13, 2007.

  1. #1
    Could this be done in html? I was wondering could someone help me out. Or do you need a script?

    I want to add a subscribe function to my html site but i am having problems
     
    Mr.tyro, Oct 13, 2007 IP
  2. jmhyer123

    jmhyer123 Peon

    Messages:
    542
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will need a script, but you can still do it in HTML, just add the form in HTML and have it link to the script in the action of the form:

    <form action="SCRIPT SRC GOES HERE" method="POST">

    E-mail subscription scripts are EVERYWHERE just Google it for a fairly good free one, there are tons out there. Alternatively, if you want a custom one and want it integrated into your site then just contact me, I can make you a custom on and integrate it for you.
     
    jmhyer123, Oct 13, 2007 IP