I have built a website in DreamweaverMX. The site requires users to join up using a form I created. Once the form is submitted the user gets taken to a detail page which displays the users information. This is where I have placed this code.
<%
fromName="b**f.com"
fromAddress="jeremy@b**f.com"
toName="jeremy"
toAddress="jwie@yahoo.com"
subject="test"
relay="1**.168.1.7"
%>
Also in here is 7 hidden fields to format data.
Once the form is submitted it goes to the process form page and I get the “fromaddress error”
It seems to work okay when I use the example in the tutorial I am using. But when I take the code out and place it on my form theirs this problem.
I am using this tutorial ( but pulling the information from the session.
What I am looking to do is populate an email with username and password and send the information to the user and a copy to me.
Am I barking up the wrong tree? if so can someone point me in the right direction.
Cheers
Jeremy
<%
fromName="b**f.com"
fromAddress="jeremy@b**f.com"
toName="jeremy"
toAddress="jwie@yahoo.com"
subject="test"
relay="1**.168.1.7"
%>
Also in here is 7 hidden fields to format data.
Once the form is submitted it goes to the process form page and I get the “fromaddress error”
It seems to work okay when I use the example in the tutorial I am using. But when I take the code out and place it on my form theirs this problem.
I am using this tutorial ( but pulling the information from the session.
What I am looking to do is populate an email with username and password and send the information to the user and a copy to me.
Am I barking up the wrong tree? if so can someone point me in the right direction.
Cheers
Jeremy