Strange... he has his checks in a different place than I do. My capcha check is above the submit.
I don't (yet) have the email checking in mine yet but I do use the capcha
number thing. This is working for me.
<box>
[form][t]
[r]
[c width=100px]Your Email:
[c][text from "{~email}" size=40]
[r]
[c]Subject:
[c][text mysubject size=40]
[r]
[c top]Message:
[c][box body rows=6 cols=50][box]
[r][c colspan=2]For spam protection, please enter the number **{captcha}**
in the text box below.
[r][c]Spam Check[c] [text check] Email will be rejected without it.
[session if "! equal {=check} {captcha} ? warn=Wrong Number! Try again."]
[session warn]
[r]
[c]
[c right][submit "SEND MAIL"]
[t]
[session subject "WebForm - {=mysubject}"]
[session to "{sitemail}"]
[session mail]
[session nextpage aboutus]
[form]
<div style="font-size: 80%">Webform Tracking: You are using IP:
{wv-remote_addr} [{wv-remote_host}]</div>`
</box>`
This seems to work just fine. If they don't enter the capcha it doesn't
work.
On Thu, Jan 7, 2010 at 9:11 AM, The Editor <[email protected]> wrote:
> Try getting rid of the [session msg Success] line in your form, as
> that is overriding any system messages sent back from the mail program
> (hopefully you will see something). Or rename it like [session
> msg_done Success.].
>
> Let me know if you get any info back. I don't see any problems right
> off. Can you tell me approximately what version it stopped working?
>
> Cheers,
> Dan
>
>
> On Thu, Jan 7, 2010 at 10:36 AM, Markus <[email protected]>
> wrote:
> > Strange. I replied to this thread yesterday. :/
> >
> > I renamed the file but that changed exactly nothing. Any other ideas?
> >
> > Best,
> > Markus
> >
> > On Jan 6, 10:48 am, The Editor <[email protected]> wrote:
> >> Try renaming site.auth.email to site.auth.mail. I think that will
> >> solve the problem.
> >>
> >> Cheers,
> >> Dan
> >>
> >>
> >>
> >> On Tue, Jan 5, 2010 at 4:27 PM, Markus <[email protected]>
> wrote:
> >> > I just noticed that my email form stopped working. :/
> >>
> >> > I have a hierarchy "blog". "blog.footer" adds an email form to
> >> > "blog.*" pages.
> >>
> >> > "site.auth.email" contains: blog.*: @guest
> >>
> >> > "site.config" contains:
> >>
> >> > mailAddress: ....@...
> >> > mailMode: active
> >> > sitemail: ....@...
> >>
> >> > "blog.footer" contains (stripped):
> >>
> >> > [form]Email:
> >> > [text email size=35]
> >> > Message:
> >> > [box body rows=10]{?body}[box]
> >> > Write {captcha} in here: [text check size=6]
> >> > [submit "SUBMIT"]
> >> > [session if "! equal {=check} {captcha} ? warn=Error."]
> >> > [session validate_email "/^...@.+..+$/ ? : warn=Error."]
> >> > [session warn]
> >> > [session subject "{=title}"]
> >> > [session to "{sitemail}"]
> >> > [session from "{=email}"]
> >> > [session mail]
> >> > [session msg "Success."]
> >> > [form]
> >>
> >> > Email address validation works, captcha works, but no mail is sent.
> >> > Any ideas?
> >>
> >> > Happy new year,
> >> > Markus
> >>
> >> > --
> >> > You received this message because you are subscribed to the Google
> Groups "BoltWire" group.
> >> > To post to this group, send email to [email protected].
> >> > To unsubscribe from this group, send email to
> [email protected]<boltwire%[email protected]>
> .
> >> > For more options, visit this group athttp://
> groups.google.com/group/boltwire?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> [email protected]<boltwire%[email protected]>
> .
> > For more options, visit this group at
> http://groups.google.com/group/boltwire?hl=en.
> >
> >
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<boltwire%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/boltwire?hl=en.
>
>
>
>
-- You received this message because you are subscribed to the Google Groups "BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
