0
votes
0answers
31 views

Email Form Data

I have a large form that I want to collect data from and enter it into a MySQL database and email the results to myself. The code I have so far enters the data just fine. I also am uploading multiple ...
0
votes
1answer
38 views

Newsletter form sending email to client, how I can prevent clients email from replying

I have this client that I set up a newsletter signup form that gets sent to their personal email and from their they add it to their system manually, that's just how they been doing it for years. ...
0
votes
1answer
29 views

form action to email HTML form and redirect user to new URL in IIS 7.5? sendmail equivalent for .net?

I have a large HTML form which has approximately 60 fields with a lot of jQuery based conditional fields, validation, and a lot of CSS applies to UL and LI tags. The goal is to email the form ...
-2
votes
1answer
70 views

Sending form to e-mail

I'm trying to send a form to a e-mail using AJAX. Problem : I'm not reciving the e-mail. Obs.: The form is in portguese just ignore the text part ;) index.html ... <head> <script ...
0
votes
4answers
50 views

Execute PHP from HTML form without redirecting to PHP

I have a mail form on my HTML that calls a PHP. When I click Submit, It redirects to the PHP and shows various alerts about the form. I want it not to redirect to the PHP and show alerts on HTML. ...
-3
votes
1answer
29 views

Form values not submitting to php mail

My problem is as follows: I have these inputs: <input type="text" value="" class="span2 check-in-date" id="checkin" value="2012/11/22"/> <input type="text" value="" class="span2 ...
0
votes
1answer
58 views

$_POST not getting “name” values from HTML [closed]

I have this simple form: <form method="POST" action="/scripts/send.php"> <input type="text" name="name" /> <input type="text" name="guests" /> <textarea rows="10" cols="50" ...
0
votes
3answers
47 views

Form information not showing in email $POST [closed]

Here is my form: <form class="contact" id="contact"> <input type="text" name="name" placeholder="Name" id="contactname" /> <input type="text" name="email" placeholder="Email" ...
0
votes
1answer
27 views

Javascript Cookie not being created

I have this code referencing a form on my site to create a cookie <script type="text/javascript"> function storeValues(form) { setCookie("signup[email]", form.signup[email].value); ...
0
votes
2answers
104 views

Using HTML 5 / Javascript template to send contact e-mail form

I recently created a simple site for a friend's business using an HTML 5 template. It contained some cutesy Javascript elements too. The website URL is www.michianamemories.com One of the elements is ...
0
votes
1answer
35 views

Is an email form to dynamic assigned recipients and senders in Rails possible?

I'm creating Rails app as a guide to restaurants whereby information is displayed regarding each restaurant, menus etc. It is a supporting website to an iOS app. I would like to do allow the user to ...
-3
votes
3answers
38 views

PHP form going to different e-mail addresses depending on drop down selection [closed]

so I basically have zero experience using PHP, and I need to create a PHP form, that depending on the users' selection, will go to different e-mail addresses. For example the drop down would have ...
-1
votes
1answer
35 views

Ye olde PHP email form returning blanks and no echoes [closed]

I realise this kind of question gets asked a lot, but playing around with this code and searching for answers online has yielded nothing helpful as yet, so I here we are! It's your classic php email ...
1
vote
3answers
49 views

PHP Mail how to show success box on page

I am new to PHP, and I made this PHP Mail, for a regular contact form... When the form is completed, the page is redirected and displays "The message was sent succesfully". The problem is, i don't ...
0
votes
2answers
37 views

How to redirect my forms after submitting info?

I finally got my forms information to be sent to my email but i'm still having issues with my forms webpage. When I hit the submit button, the browser doesn't refresh the page but instead, goes to my ...
0
votes
1answer
46 views

How to send contact form info to email

I have a small form but I'm not understanding how to send it to an email using PHP. There seems to be different techniques. If someone could just code my small form so I can analyze it and take it ...
0
votes
3answers
54 views

HTML email form to PHP not working:

I'n brand-new to the web design world, and I'm having some trouble with my HTML email form. I'm uncertain whether the problem is in the HTML or the PHP (or both!), So I'm posting both. Any pointers ...
1
vote
2answers
68 views

Post Form - I Didn't Receive Email

I can understand tags a bit, also I´ve successfully edited a CMS named GetSimple and all works fine (few months ago). Now, after a couple of months I´ve started with this and cant go through... I've ...
0
votes
0answers
33 views

Script occasionally not sending emails

I have a simple PHP script that I cobbled together to: 1) Collect and validate form data 2) If the form data does not validate, direct the person to try again. 3) If it does validate: a) ...
0
votes
2answers
72 views

PHP form to send email. How do I maintain values in the form when page is posted back?

I've created a html / php form based on http://rosstanner.co.uk/2012/11/build-simple-contact-form-html-php-bootstrap/ It successfully validates the form and will send the mail. However, if the form ...
-5
votes
1answer
72 views

Sending HTML e-mails from PHP [closed]

MYSqL works fine but I do not get emails why? <?php //include the connection file require_once('connection.php'); //save the data on the DB and send the email ...
0
votes
1answer
66 views

Having problems with setting up php mail() on Plesk

I'm setting up an email form for a website and the mail() function just refuses to work. The server's running Plesk. I'm sure the code's fine, as it runs without a problem on a different web server. ...
0
votes
2answers
25 views

Allow For Both Email and Database Entry On Submit

Hi I've had this in place for sometime and have been doing things the hard way. It simply goes to the database and I check it frequently, but as you can assume this is a terribly tedious way of doing ...
0
votes
2answers
60 views

Security Flaw in php form

Apparently my php email form is full of security vulnerabilities, what can I do to fix them? And what i mean by security flaws, that is hackers/bots being able to inject additional headers(eg bcc) ...
0
votes
6answers
167 views

PHP mailer to send simple contact form

I've been trying to use the mail() function with PHP but can't seem to get a message to send to my email address when I test the contact form. It simply goes to a white screen and no further.. It ...
0
votes
1answer
69 views

Sending textbox inputs to email HTML

I'm working on a page where I have 2 textboxes. I want to send the user inputs for these 2 mailboxes to my email but my code doesn't seem to work. Is there anything I've missed? <form ...
0
votes
1answer
45 views

PHP form sending blank mails

I've been searching on SO for a while now and I can't seem to find the answer to my problem. I have a PHP mail script that successfully send emails to the right mail address, no problem there. I'm ...
0
votes
1answer
85 views

PHPmailer internal functions for validation/sanitazion vs external

After searching for about a week for a good answer I realized that I had to ask for some help. I have been battling if I should use PHP-mailer or Swiftmailer for a week, I decided on PHP-mailer since ...
0
votes
4answers
67 views

Php form handler - date format

I'm using a PHP mail handler to send an enquiry foom from my website. All is working well except that I would rather the date be formatted differently. Currently it's sending the date as yyyy-mm-dd ...
0
votes
3answers
53 views

Editing form to sanitize/validate phone number

I have very limited experience with PHP and I'm really hoping someone can help me. What I want to do is sanitize/validate the phone number input so that only numbers are allowed. I think I need to ...
0
votes
0answers
28 views

Trying to create a drag and drop upload form to email

I am trying to create a form that allows users to drag and drop several files to upload. I would also like a few questions attached such as name and email, etc. On submit, the form should use ...
0
votes
3answers
86 views

Can someone find where's wrong in this code PHP email

I'm not receiving mails on the email mail@example.com. Below is my form code and my send-mail.php code. Can anyone help me with this cause everything seems working great bu i'm not receiving any ...
0
votes
2answers
82 views

Sending mail with PHP not working with my present code

I wrote this code but it isn't sending it to my email. What can be wrong? This is the code from the contact form: <!-- send mail configuration --> <input type="hidden" value="send-mail.php" ...
1
vote
1answer
53 views

php - email form

rough day and I'm sure I'm missing something obvious, but could someone glance over this and explain why I'm getting a blank email? I've broken this down as much as possible but can't seem to find ...
0
votes
1answer
26 views

Can't get data from Form to Email

I have a simple form and I've tried everything, from changing POST to GET to REQUEST. single quote, double quote. EOD... nothing worked. I get the confirmation page, I get subject and text back in the ...
1
vote
1answer
26 views

PHP Formemail Not showing phone or email

I am having problems with PHP Formemail again with a different site. So whenever I post a test form, I fill out every field, but I only get the name, interests and message back. The email is ...
0
votes
1answer
73 views

Issue with POST method for form email submission

I have created an html form using the following code (in HAML): %form#cForm{method: 'post', name:'contactForm', action: 'formEmail.php'} %input{type:'text', name: 'name'} Name / Business: ...
1
vote
2answers
56 views

Sending an email using a php contact form

i am trying to create a contact form using php. When i click send the email appears to have sent but the recipient never actually receives it. Maybe i need to set up an SMTP server but i am unsure how ...
-2
votes
1answer
121 views

500 Internal Server error on my emailed contact form [closed]

I have a contact form on my website with a PHP script that sends it to my email. When I test the form, I get a 500 Internal Server Error. I learned how to do this through a video on YouTube and ...
-1
votes
1answer
68 views

How to send a registration code via email from html page [closed]

I have a website registration HTML page that I am going to allow users the ability to register for an account. When registering, I want them to have a valid email address before I add them to my ...
1
vote
1answer
48 views

Submit Button Not Processing PHP form

http://www.bridgetjoy.com/Web/requestInfo.html I am having trouble getting the above form to process...here is my php processing code, I am getting it to redirect to my success page but it is not ...
0
votes
0answers
39 views

merge info from google form to PDF document and send to email

i`ve found a totorial how to merge data from a google form into a pdf and send that to an email adress, here is the trigger that i made from the tutorial, but now i~m stuck docTemplate = ...
-2
votes
2answers
112 views

How to send email, after validation is OK? [closed]

I have the folllowing form: <form id="form" class="blocks" action="#" method="post"> <p> <label>Jūsų vardas:</label> <input type="text" ...
0
votes
0answers
68 views

Simfatic Form generated code, SMTP does not work

I was wondering if someone can have a look at these code in the .php file generated by Simfatic Forms. I've insert the right SMTP host name, port, username, and password (which has been tested by ...
0
votes
1answer
98 views

Why is my PHP E-mail form attracting spam?

I have built a website and I want to have an e-mail contact form on the web page, so that someone can send me a message. I am using the code from this website: ...
-2
votes
1answer
34 views

Best email form for my Joomla Site [closed]

I am building a website using Joomla and I need a feedback form in my site which when submitted should email the contents of the form to multiple users which I specify. Which extension will be best ...
0
votes
1answer
107 views

Form to Set body of E-mail via mailto in E-Mail Newsletter

Is there something we're missing to get the following code working in E-Mail clients / Web Mail: <form action="mailto:a@b.com"> <input type="hidden" name="Subject" value="Email subject"> ...
0
votes
1answer
92 views

How to send HTML form in HTML Emails with an uploaded file?

I know it is possible to send a HTML Form in a HTML eMail. Here is an example What I would like to know is if it is possible to attach a file in this form. That means the receiver of this mail will ...
-1
votes
2answers
125 views

How to implement a very simple security feature into this free php contact form

Hey folks I've been messing around with a free php/html contact form I found:http://www.freecontactform.com/email_form.php It's all I want for the website that I am doing but I need to make it ...
0
votes
4answers
162 views

How to handle HTML form submission

Thanks in advance for the help. I know this is probably a simple question, as I am relatively new to HTML. I have a form on my site for people to become members.. I want users to input their ...

1 2 3 4 5 10