[Pro] PHP feedback form and Google Chrome

Hello,
I have a problem with PHP feedback form. It works fine in Safari but not in Chrome or Firefox. I have not tried any other webbrowsers yet.
Grateful to anyone who could help me with this.

Marten Smith

http://www.musikraketen.se/KONTAKT%20%26%20BOKNING/kontaktbokning.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:

It works fine in Safari but not in Chrome or Firefox.

In what way does it not work? No email generated or something else?

Do you have separate error pages enabled (and set) - if so do you get an error when using Chrome or FF?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

One of your issues could be that you have added your Placeholder text as the value of the field rather than as proper placeholder text.

What version of FW are you using and what is your page set at ie Html5, 4.01, transitional etc.?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:

The other thing you should fix is the correct naming of your fields as the PHPFF action expects the email field to be named ‘email’ (lower case) and similarly the name field as ‘name’

Read the section on Special Names at http://www.freewayactions.com/product.php?id=019

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

I found the fault. A stupid thing really, I had set the field type to “color” instead of “text”. Now it looks all right anyway, see if it works when I upload…

Sorry for taking your time for no purpose and thank you all for your helpful answers.

All the best

Marten


freewaytalk mailing list
email@hidden
Update your subscriptions at:

The other thing I should mention is the use of spaces or other characters when naming files or folders.

Spaces should be avoided - if you look at the link you supplied you will see that FW has converted the spaces into %20 so that Browsers can read it as a properly formed URL

But instead of using spaces you should use - hyphens or _ underscores to break up words.

Stick to Alphanumerics ( 0-9 a-z, A-Z) and don’t use other characters such as punctuation or ampersands etc - these can all be misinterpreted by Browsers and end up as invalid links.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: