I am sure I have seen an answer to this before but can't find it now!
My form allows attachments to upload to a server directory using the $FILE_REPOSITORY true option.
However I also want to...
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: coldal
I am sure I have seen an answer to this before but can't find it now!
My form allows attachments to upload to a server directory using the $FILE_REPOSITORY true option.
However I also want to...
I want to have php includes in my good_template file but these seem to be ignored - is there a way to have fully customized template files please.
I want to be able to switch off the email notification feature (mail_options )and not get error messages.
How can this be done?
Thank you for that reply which is useful and I expect the browser (html code) option if achievable would be best.
Let me be more specific re one of my requirements.
Okay, I have within a form the...
When a user enters a value in one of the fields in a form I want to carry out a calculation and display the results of this calculation before proceeding on to the next field, and all before final...
Thanks for that, yes a simple solution when complicated was expected!
Colin
I would like to define who gets the recipient email (<input type="hidden" name="recipients" value=) depending on the response to a form field. For example if applicant selects option 1 to a form...
Thanks, the test form I have been using is:
http://www.ukrepeater.net/e9.htm
Colin
That's great, only outstanding issue is the generation of TWO error emails along with the input form to which they refer.
As recommended I have set the line:...
I accept the point about the location of the login file but could this not be a red herring?
The attached fmhookpreemail.inc.php file actually works, but it is quite different from the version you...
The attached files do this successfully - but these are not linked to tectite FormMail which is what I wish to achieve.
Get failure message after a lengthy delay at "connection" stage:
Could not connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 110
any ideas?
I have successfully used Tectite Formmail for some time now but part of a site revamp means I need to be able to extend successful form entries to an existing table in an existing mysql database. ...
That's great, so where is this code inserted - is it in the formmail.php file or the htm input file?
Can't quite see where the mail function referred to is located.
I would like to use my Tectite formmail data output to populate a mySQL database preferably automatically.
Can this be done, and if so how?
Thanks in anticipation.
Col
Thanks, the form is actually working okay, so I think the best thing is just to change the DEF_ALERT term to null and that stops the messages.
define("DEF_ALERT","")
Thanks, it is quite a big form but I am sure the relevant areas can be identified easily enough!
http://www.ukrepeater.net/e1-online-test.htm
This is a for test and development, let me know if...
I am getting the following error message:
The following error occurred in FormMail :
derive_fields: unknown value specification ""
email:
realname:
but both email and realname are...
I am using ther latest version of formmail with captchas and it works fine when tested myself, but others have been reporting faults and one reliable person reported he got the following message:
...
I found the answer myself after copious testing.
If the realname field is a single word (for example Joe) then the problem occurs, whereas if it is entered as two or more words (for example John...
When the recipient presses Reply-to the email client comes up with the correct sender address plus [in brackets] a false server address consisting of a realname+email. If Send is pressed it fails due...
My form works fine but the email generated from it uses the email field value correctly from the form as the Sender BUT then in brackets is a spoof server email address consisting of realname+email...
I use the excellent formmail script but notice the email it produces shows the time as 1 hour behind real time. My hosting company says it will be a setting in the script - is this the case?
I want to include a Captcha in a form and need to incorporate the following code:
<?php
include_once('captcha/captchac_lib.php');
$Turing_code = $_REQUEST["Turing"];
if (...
I am designing a form that allows the user to select a committee member by means of a radio box, for example, chairman, secretary, treasurer etc
How do I configure by formmail to have the message...