PHP Contact form editing

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rjcream
Forum Newbie
Posts: 2
Joined: Thu Jan 21, 2010 6:42 am

PHP Contact form editing

Post by rjcream »

Hello everyone!

I am not a PHP developer but i have a contact form which seems to work when used originally, but when i copy the contact form to the page i want and upload - i get an error message.

At first i thought it maybe a naming issue as the original is called contacus.html - therefore i changed my page name to contactus.html thinking the problem would be solved. I have a deadline to complete this and i am totally lost, Can someone out there help me please?

the form is on http://www.rightnowsolutions.com/phptes ... actus.html

Please help me
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: PHP Contact form editing

Post by JakeJ »

I'm confused. Did you move the page from one server to another? What change that caused the error. Your question was a little vague.
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: PHP Contact form editing

Post by greyhoundcode »

Did you copy the HTML output, or the underlying source that creates the output?

I realise you said you're not a PHP developer - so another way of saying this is did you copy and paste straight from the web page, or did you upload the .php (presumably it is a PHP?) file itself?
rjcream
Forum Newbie
Posts: 2
Joined: Thu Jan 21, 2010 6:42 am

Re: PHP Contact form editing

Post by rjcream »

Hello,

I have successfully inserted the form into a table cell, it seems to post info well but the problem im having now is that nothing else but the contact form is displaying on my webpage (should be an image above in a separate table cell) - Im lost people

the url for this is http://www.rightnowsolutions.com/phptes ... actus.html - Im sure its a minor problem
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: PHP Contact form editing

Post by aravona »

IE is identifying an imge should be there (big clear box with a red X in the corner)

have you double checked the image directory ? did it get messed up when you moved it over?
Post Reply