Posts: 4,308
Threads: 223
Joined: Sep 2006
Reputation:
320
That's the point of the form. No one can know where the email is being sent to. Most likely you are using your own account to test and you see your own accounts email in the field. That's the members email or guests email to reply if you so choose.
Posts: 4,308
Threads: 223
Joined: Sep 2006
Reputation:
320
You can alter it yourself. Easy enough...
<input class="button" name="send" type="submit" id="send" value="{$lang->send}" />
Then add the send variable to your lang file.
$l['send'] = "Send";
Posts: 4,308
Threads: 223
Joined: Sep 2006
Reputation:
320
Yes my first thought was you disable all guest viewing which would also prevent the contact form. Glad you figured that out.
Posts: 32
Threads: 13
Joined: Nov 2008
Reputation:
0
excellent plugin,thanks Labrocca!
Posts: 5
Threads: 0
Joined: Feb 2009
Reputation:
0
I was wondering if there is the ability to customize the form and add in different fields to it or modify the existing ones. Also instead of having it go to an email account would it be possible to have it post as a new thread in a specified forum once it is submitted? Thanks in advance for the help.
Posts: 1,362
Threads: 14
Joined: Apr 2008
Reputation:
53
Feb 10, 2009, 12:32 PM
(This post was last modified: Feb 10, 2009, 12:33 PM by MattR.)
Just to check, are you using the form from the attachment in the first post of this thread??