[Pro] feedback php and godaddy

I cannot get the action php feedback form to work with godaddy. When I click the Submit button it takes me back to the home page. When I click anywhere in the blue background it takes me back to the home page. I followed their directions exactly yet I cannot get it to work. Does anyone out there have the secret to this mess? Thank you, Anne

www.myhealthybodies.com


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

You appear to have your background image set as a submit button.

Remove the PHPFF action from the page and instead create a table to hold your form elements and apply the action to that instead.

David


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

You should apply your background image background2.jpg by looking in the Page inspector with nothing selected on the page. Click the paintbrush icon and then use the bg image selector to choose your bg image. Assuming that you want to apply it to the whole browser window.

David


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

If you have a look at http://www.deltadesign.co/formtest.html you will see how I have used a table to hold my form elements together. (Borders showing for clarity)

You have also used ‘Text Area’ boxes in your form which can be resized in the Browser by dragging their bottom Right hand corners to totally screw up your form. Try it.

Instead use ‘Text Fields’ for name, email, age etc and only use a ‘Text Area’ for your Message box which will have indeterminate content.

D


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

Just noticed something else

Your site is trying to load your FW document as a background image on all pages apart from the contact page - it must be something that you have done on the Master

<img src="HB%20website%20freeway.freeway" alt="" id="fwBackground">

As a result those pages weigh in at nearly 14Mb.

Have you noticed that your site has been taking ages to upload?

D


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

Thank you so much for all of this important information. As you can tell I am new at this. My forte is publishing and marketing. I will apply these suggestions to my website this morning and hope that I can get everything working correctly. I cannot thank you enough for your time and knowledge. All the best, Anne


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

OK D, I have done all that you said an applied the php feedback action as directed by GoDaddy. But still my contact page is not responding. Have you any ideas? Thank you, Anne


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

Hi Anne

I think I should email you an example so you can see the structure better.

What is your email address - please use the format anne(at)yoursite.com and the the web forum wont obscure it for me.,

D


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

email@hidden
Thank you so much.


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

Thats what I mean by obfuscation - I cannot see that on the web based forum

Please use anne (at) yoursite.com - note the parentheses!

D


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

anne(@)eulaliedesigns.com Just sent an e-mail to your info page too.


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

Beware of Boxtrapper - you will need to confirm that you are not a Spammer before that one gets through!

D


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

Hi Anne,
Take a look at the sample Freeway Express document on the PHP Feedback Form product page;
http://www.freewayactions.com/Resources/phpfbf-example-fw4xp.zip

It shows a simple form with the input fields inserted into a standard table to hold the fields in place.
Regards,
Tim.

FreewayActions.com - Freeware and commercial actions for Freeway Express & Pro.

Protect your mailto links from being harvested by spambots with Anti Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


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

Hi Anne

Just noticed something else - each of your page links is opening the page in a new window. This is because you have set See the pic below.

target_blank

Go into your Master page(s) and delete all the text in that box (Target) and then check all your child pages have nothing in there too.

Otherwise every link will create a new window that ultimately has to be closed. PITA

D


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

Anne - I have sent a reply but your Mailbox appears to be full!

D


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

As I cant send you an email go to http://www.deltadesign.co/examples/wave.html and download the file.

But you probably wont know this post is here either!

D


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

Hi Dave,

Just dropping in to ask how did you get the email address part of the form to validate, I have a form I wish to do this on but the PHP Feedback Form action refuses to validate the email address even if it is left blank! It just sends the form anyway with all the errors.

Bye the way, the icons on the form are pretty neat!

Thanks,

Steve.

On 29 Mar 2011, 11:43 pm, DeltaDave wrote:

If you have a look at http://www.deltadesign.co/formtest.html you will see how I have used a table to hold my form elements together. (Borders showing for clarity)

D


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

Make sure that the Name attribute on your email input field is set to email. Just like that: all one word, all lower-case. The Name setting is made using the Inspector, in the third tab from the left. Don’t be misled by whatever is in the Title field on the left-most tab.

Walter


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