I'm pretty new at this - is there a script somewhere that you recommend I use? Thank you.
Type: Posts; User: Dankees; Keyword(s):
I'm pretty new at this - is there a script somewhere that you recommend I use? Thank you.
Well, a page is popped up from the main site with a web form. Then, upon submission, the thank you page then opens where the web form once was.
If you'd like, you can see what I mean by going to...
Thanks. I will look. It is a page that opens after a web form submission. It is at: http://www.FinancialAidFiler.com/Form/ThankYou.html
Any idea how I can make a pop-up screen completely close after a certain amount of seconds? Thank you.
Thank you, you freaking genius!!!
Any idea how I can make a pop-up screen completely close after about 10 seconds? Thank you.
You, my friend, are a genius!
Now, I am a novice, so, where exactly do I need to add:
html {overflow-y: scroll}
Right now, I added space to the bottom of my graphics, and that worked, but I...
It is very odd. I am using Windows XP, and it happens in Firefox and Chrome. Yet, it doesn't occur in IE or on my tablet.
What are you using?
On my site: http://www.FinancialAidFiler.com - for some reason, the two links all the way to the right load up on the page a little bit further to the right than the other four links. It is really...
It is very odd.
Now, I have a side question...
On my site: http://www.FinancialAidFiler.com - for some reason, the two links all the way to the right load on the page a little bit further to...
Thanks for your help.
It seems to be three e-mails.
These are all with test e-mails from me. It doesn't show somewhere in the code why it's e-mailing more than once?
I have a new web form that I am testing, and I am getting two e-mails every time the form is submitted. Can someone please take a look at my PHP code to see if there's something in there that's...
Oh, and here is the code from the PHP page:
<?php
if(!isset($_POST['submit']))
{
//This page should not be accessed directly. Need to submit the form.
echo "error; you need to submit the...
I tried what you said (removing the scripts), and I am still getting two e-mails. (One time I was getting three, but that may have been a fluke. I was typically getting two e-mails).
What else can...
Thanks.
Does anything look weird/funny in the "form-to-email.php" page?
I'm sure it's an easy fix (because I have the whole thing running well), but, when I use the web form on my web-site, I get 3 e-mails every time there is a web form submission.
Why is that? And,...