[Pro] PHP feedback form (page action)

I changed the background and size of my website (with all your advice to 1920*1080) and now my contact form does not work anymore. The content of the website did not change. The settings in the PHP feedback form action are exactly the same as in the previous version of my website and when I upload my old website it still works meaning emails arrive and error message page aswell when tested. Any thoughts ?

http://www.artivideo.nl/artivideocontact.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

(with all your advice to 1920*1080)

That wasn’t the actual advice we gave you, however…

The code I see on that page to do with the form is

<form action="zoekresultaten.html" name="form1" onsubmit="return(VerifyForm('form1'));" method="get">

Which is not what I would associate with the PHPFF action.

What else do you have going on in that page?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

yes that does not look good in the code. There is nothing else going on the page than what you see. Very strange since in my old design website with the same content and actions it just works.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

yes that does not look good in the code.

Remove the PHPFF action from the page. Publish once.

Add the action back in and attach it to the containing Div that holds all the form elements but you dont appear to have a common container!?

So I would select all the containers that make up the form, group them and apply the action to the group

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Problem solved. The simple search action on the page is not compatible with the PHP FF. So just removed the search function on that page which is not interesting anyway on a contact page. Thanks anyway


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options