Huh. Thanks for the useful information ... not. Please don't just assume that someone has not spent at least 3 hours trawling the forum & reading up about autoresponders. I've been using them for...
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: info@marcel.co.za
Huh. Thanks for the useful information ... not. Please don't just assume that someone has not spent at least 3 hours trawling the forum & reading up about autoresponders. I've been using them for...
Hi,
I've been looking up whether FormMail allows Autorespond + attachment. As far as I can tell this was on the "To Do" list (Russel?).
I would like the user to complete the form & receive an...
Still doesn't solve the problem there...
Sorry crabtree, my post said "prefix" is a radio button but it's dropdown list.
Couldn't figure this out so I've just removed the prefix from realname.
Well, the problem hasn't exactly sorted itself out.
Of all the methods I tried, none worked.
It seems that Radio buttons & derivations either don't work properly, or I can't get the syntax...
Hi,
I have an array titled "Prefix"
It's value in my html form is "prefix[]" obviously because it is a dropdown list / array.
Now I want to add the prefix to "realname"
I've tried this:...
I tried it before but still got the same problem.
Turns out the easiest way to do this was:
<input type="hidden" name="realname" value="$firstname $surname" />
It works for me.
Hi,
<input type="hidden" name="derive_fields" value="realname = firstname +surname"/>
I don't seem to get a value for realname...
Ok, simple answer if you were looking for this one ...
USE VERSION 7.08 !
Go to tectite.com, use the upgrade wizard.
Now the form field for verification is "imgverify".
Simple hey?
Hi,
I would like to use the image verification simply to prevent spam information being submited to my email.
Using verifyimg.php, is there a way that formmail.php will simply send the bad...