Author |
Message |
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#21 · Posted: 21 Apr 2009 01:50
rdkelsey: There are a lot of links throughout this site that point to the "Contact Form" ... each of the links is a URL like the above, to identify which page the user clicked the "Contact From" link from ... this shows us which pages get the most queries and helps know how people are using the site. The link "ID" needs to pass through the contact form and into the email. It can be done Robert. I don't remember getting your email. I'll work on the code and let you know. As I'm on a vacation now, it might take a couple of days.
__________________
|
jpyarger Forums Member
Joined: 22 Apr 2009 Posts: 2
|
#22 · Posted: 22 Apr 2009 11:58
hi I am getting this error:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/angelettimd.com/httpdocs/contact.php:5) in /var/www/vhosts/angelettimd.com/httpdocs/forms/securimage.php on line 422
|
jpyarger Forums Member
Joined: 22 Apr 2009 Posts: 2
|
#23 · Posted: 22 Apr 2009 12:05
also how could I add a "telephone number" field?
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#24 · Posted: 23 Apr 2009 01:35
jpyarger: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/angelettimd.com/httpdocs/contact.php:5) in /var/www/vhosts/angelettimd.com/httpdocs/forms/securimage.php on line 422 Please make sure you have this line in the beginning of contact.php:
<?php session_start(); ?>
jpyarger: also how could I add a "telephone number" field? Please send me an email with your requirements.
__________________
|
rdkelsey Forums Member
Joined: 8 Apr 2009 Posts: 4
|
#25 · Posted: 25 Apr 2009 07:31
Vishal P. Rao: It can be done Robert. I don't remember getting your email. I'll work on the code and let you know. As I'm on a vacation now, it might take a couple of days. Hi Vishal,
Any progress on this?
--Robert
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#26 · Posted: 29 Apr 2009 07:56
rdkelsey: Hi Vishal, Any progress on this? --Robert I had sent you a PM but I haven't got a reply yet.
__________________
|
vertigo Forums Member
Joined: 10 May 2009 Posts: 1
|
#27 · Posted: 10 May 2009 21:17
Hi Vishal,
Is it possible for you to post that drop down menu modification that was mentioned here?? I sure can use that as well.
Any plans to add a few check boxes?? Would love to have that.
Excellent form my man
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#28 · Posted: 11 May 2009 00:01
vertigo: Is it possible for you to post that drop down menu modification that was mentioned here?? I sure can use that as well. Any plans to add a few check boxes?? Would love to have that. Whatever customizations you need, you can contact me. It's not possible to post customized versions because each individual has different needs.
__________________
|
chadstur Forums Member
Joined: 16 May 2009 Posts: 1
|
#29 · Posted: 16 May 2009 15:17
Hi there,
I wish to have a contact form on my website however, it doesn't seem to work as I do not have PHP on my computer. I have attempted to install it several times, but I always just end up downloading some zip file that has nothing in it called install.
Can you please assist on how I can go about getting PHP on my computer (link to website preferred)
Cheers, Chad
__________________
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#30 · Posted: 18 May 2009 00:42
PHP needs to be installed on the server where your website is hosted and not on your PC, unless of course you use it as a server for hosting your sites. Most hosting servers have it installed by default.
__________________
|
QuarkZ Forums Member
Joined: 23 May 2009 Posts: 1
|
#31 · Posted: 23 May 2009 17:34
Hi Vishal!
Thank you for this great contact form, it's great to have something secured especially when it's for a business website. However, it is possible to add a dropdown subject and a redirection after the form is submitted?
Thank you
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#32 · Posted: 24 May 2009 00:56
Sure it is possible. Please contact me for any customizations.
__________________
|
Bell Lodge Forums Member
Joined: 12 Jun 2009 Posts: 1
|
#33 · Posted: 12 Jun 2009 09:10
I Do would like to say thanks for the form..
What a great way to get yourself out there..
I'm hoping that you are able to add a couple of things to personalise the form for my website.. I have contacted you as requested
Many Thanks
Rick
|
shawn9 Forums Member
Joined: 14 Jun 2009 Posts: 2
|
#34 · Posted: 14 Jun 2009 01:30
hello, love the form, it's working for me but i do get an error after hitting submit. the error appears if the message sends successfully and if you enter the verification image incorrectly.
but i do receive the message in my email without any problems, regardless of this error. but if this error could get removed it would be much more efficient.
here is the url where the form is located: http://www.mlservers.net/web_design/
this is a new website i am developing, so there are still some dead links.
the error is:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hufrt/public_html/web_design/index.php:5) in /home/hufrt/public_html/web_design/securimage.php on line 422
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#35 · Posted: 15 Jun 2009 02:26
Hi Shawn,
Please include the below line at the very top in your index.php file:
<?php session_start(); ?>
Let me know if that has solved your problem.
__________________
|
shawn9 Forums Member
Joined: 14 Jun 2009 Posts: 2
|
#36 · Posted: 17 Jun 2009 19:55
thank you sir, it appears that resolved the error.
|
dude12go8 Forums Member
Joined: 29 Jun 2009 Posts: 1
|
#37 · Posted: 29 Jun 2009 08:00
Hey Vishal. I am having a hard time accessing your script on my server it says:
Forbidden
You don't have permission to access /PHPContactForm/contact-form.php/ on this server.
Josh
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#38 · Posted: 30 Jun 2009 00:36
Josh,
Please check the permissions of the script. It should be 0755.
__________________
|
sohndesigns Forums Member
Joined: 30 Jun 2009 Posts: 2
|
#39 · Posted: 30 Jun 2009 18:55
Can one of the fields be set to not be required?
__________________
SDS
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1354
|
#40 · Posted: 1 Jul 2009 00:32
sohndesigns: Can one of the fields be set to not be required? Yes you can. Just contact me.
__________________
|