Questions tagged [formmail]

59 questions
0
votes
1 answer

Google's ReCaptcha Suddenly Stopped Working For All Sites

I've been using Google's Recaptcha in conjunction with Tectite FormMail on all of my sites and have noticed that it's suddenly stopped working on all sites. I've checked the code and everything seems fine. I've tried regenerating keys. I'm using…
0
votes
2 answers

Bootstrap mail form - received from variable

Using a Bootstrap mail form. Form delivers mail, except in the from variable it displays the server name instead of the sender's email address. Could someone explain how I get the $name variable to display as "from" OR at the very least, display…
ControlZ
  • 171
  • 2
  • 14
0
votes
0 answers

Form mail not working



0
votes
1 answer

My asp formail not working

I have wasted nearly 2 days trying to figure out. I use gmail apps paid email for my domain name. From the website i'm trying to send a small contact form, but somehow it's not working and i['m not getting any emails. Below is my script <% dim…
San
  • 1,160
  • 1
  • 13
  • 26
0
votes
2 answers

Passing values to formmail.cgi without refresh (HTML form PHP handling)

My host has a formmail.cgi script to send html form data to emails (http://formmail.dreamhost.com/), but I dont understand how to pass it values that it understands. Ive tried using this method to pass form values: HTML:
Raphael
  • 13
  • 4
0
votes
3 answers

Inserting Line Breaks into php

this happens to be my first post here, plus I'm not in anyway a programmer, but I do manage to find my way around codes, thanks to forums like this. Below is a code I culled out of somewhere and I had implemented it in a form which posts to my…
t3chnet
  • 1
  • 1
0
votes
1 answer

asp formmail auto responder

I'm very bad at coding i have a asp formmail for subscribe email. I do get emails but I want to send a autoresponse saying "Thank you for subscription". Also the same for my contact page formmail. Below is my current code can you tell me how do I go…
San
  • 1,160
  • 1
  • 13
  • 26
0
votes
1 answer

Configuring Tectite PHP Formmail Script

Im trying to use Tectite Formmail script on a contact form. I read their documentation on setting it (formmail.php file). But confused on setting form data receiver's email address. For example i want to get form data to "admin@zahedkamal.com". Can…
Xahed Kamal
  • 1,995
  • 17
  • 36
0
votes
2 answers

Checkbox not working in nms formmail

I use nms's FormMail script for my form as follows:
Asqan
  • 3,858
  • 10
  • 52
  • 90
0
votes
3 answers

PHP Form sends empty emails or formmail.pl can't be found

I am new to PHP so I might have a mistake in my code. formmail.pl shouldn't be missing if another test php file on the server works fine. I am working with Untitled4.php and send_contact2.php Here is my code for Untitled4.php …
iOSAaronDavid
  • 140
  • 15
0
votes
2 answers

How should I redirect users in a formmail script?

So I'm using a basic formmail script. Within the script I'm using a redirect variable. The value of the redirect is something like: http://www.mysite.com/NewOLS_GCUK_EN/bling.aspx?BC=GCUK&IBC=CSEE&SIBC=CSEE When the redirect action happens…
Elliot
  • 12,770
  • 29
  • 76
  • 116
0
votes
1 answer

Is this php mailer file secure from injection attacks?

My PHP contact form was recently being used to send spam. Some security measures have since been put in place (please refer to the comments below) and I'm seeking the collective wisdom of others to review the code and to check to make sure it is…
formguy
  • 3
  • 2
0
votes
0 answers

PHP form only working sometimes

I made a PHP form that has been running very smoothly for a few months now. Lately, however, it's been getting a lot of spam. Maybe 100 messages a day. The form is now working sporadically and I have no idea why. None of the code was altered in any…
user3216933
  • 275
  • 1
  • 3
  • 11
0
votes
1 answer

PHP form choose at least checkboxes

I've been working on a formmail and I'm trying to get two checkboxes to work. I can get them to echo the correct information but I want the user to be alerted when they haven't picked at least one checkbox. This is my code: HTML
0
votes
0 answers

PHP FormMail - change time from 24 hour to 12 hour

I'm using tectite's FormMail PHP file to generate an emailing form for a client. Everything is working great and this is an awesome free script to anyone who is interested. Problem is, they can't understand 24 hour clocks for input type="time" so I…
BR89
  • 686
  • 1
  • 5
  • 22