Hi guy's, Is anyone can help me for the code below, I might have done something wrong, but can't find it! I want customer to be able to send me their email address which I should receive to the MAILTO: INFO@.... but it does not work, anyone can figure it out for me would be great!? thanks a lot. (It's an under construction page, www.uplrealestate.com form> <input type="text" value="your@email.com" onfocus="if(!this._haschanged){this.value=''};this._haschanged=true;"></a> <input type="submit" value="Subscribe"><a href="mailtoffice@..............com"></a> </form>
As knewedge suggested, you'll need to use PHP for this to work. Mailto creates an email link, which will open the users default email client for the user to write their own email. But for your case, you'll need to use the PHP mail function which knewedge already said
There is sooooooooo much wrong with everything you've posted...... Sending email is the least of your issues.