Hello,
I have a form that when it is filled out by a user it is then updated in a database, what i would like is for that information to be sent via email at the same time. Ive tried the mailto function but doesnt seem to work
my code is:
<input type="Submit" name="SubmitButton" id="SubmitButton" value="Submit" onclick="mailto:xxxxx@xx.com"/>
any help would be appreciated
thanks