PHP

Hello everyone! Hope you are well… ok here is a gltich I am sure…
Thanks to Dave and all I left the halls of Godaddy hosting!@ and now have ineedhosting.co.uk
they are very nice and I expect all the freeway actions scripts to work well but here is the problem

I have installed PHP feedback form from freeway actions and it still does not work. I have sent test emails but no go. I set up as a page action
http://www.freewayactions.com/product.php?id=019
Please advise. thank’s everyone
C


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

On 12 May 2009, at 18:28, Carla wrote:

I have installed PHP feedback form from freeway actions and it still
does not work. I have sent test emails but no go. I set up as a page
action
http://www.freewayactions.com/product.php?id=019
Please advise. thank’s everyone

Can you upload a page anywhere so that we see what you’ve done so far,
please? It’ll help to see where the problem might be.

Colin


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

Hi Colin
http://www.buddyboygreetings.com

its the contact us page

Thanks


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

Hi Carla

One of your main problems with this form is that you have not named your field items correctly


<div id="item9" style="position:absolute; left:735px; top:254px; width:316px; height:19px; z-index:12">
		<input name="item1" size=25></div>
	<div id="item10" style="position:absolute; left:735px; top:278px; width:312px; height:20px; z-index:13">
		<input name="item1" size=25></div>
	<div id="item11" style="position:absolute; left:735px; top:301px; width:318px; height:20px; z-index:14">
		<input name="item1" size=25></div>
	<div id="item12" style="position:absolute; left:735px; top:325px; width:316px; height:19px; z-index:15">
		<input name="item1" size=25></div>
	<div id="item13" style="position:absolute; left:735px; top:347px; width:84px; height:20px; z-index:16">
		<input name="item1" size=6></div>
	<div id="item14" style="position:absolute; left:846.045px; top:347px; width:117px; height:20px; z-index:17">
		<input name="item1" size=9></div>
	<div id="item15" style="position:absolute; left:735px; top:370px; width:200px; height:20px; z-index:18">
		<input name="item1" size=16></div>
	<div id="item17" style="position:absolute; left:735.714px; top:454px; width:344px; height:82px; z-index:19">
		<textarea cols=28 rows=4 name="item1"></textarea></div>

So much so that most of your input fields are all called item1

With your field selected in FW look in the inspector, 3rd Tab, Item Output Settings. The top 2 boxes are Name and Value

You should have name= the field name like email or address or company name or name and city, state etc. With no value in the Value field because that is provided by the user.

This is important because apart from autofill which requires these to be named correctly to work, you will confuse things by having them all called the same!

You also have


<input type=hidden name="redirect" value="success.html">

Which you dont need because you set this within the action inspector itself

This is also causing it to send the submitter to the success page whether it works or not.

Start with those and see how you get on - feel free to email me your page if you want me to have a look for you.

David


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

Hi Carla,
The form is submitting perfectly happily and I can see the success
page which means the PHP code is getting a positive response from the
server that the mail has been scheduled for delivery. It may be worth
checking with David (or your contact at I Need Web Hosting) if they
can look into why the server may be sitting on the mail request.
Regards,
Tim.

On 12 May 2009, at 11:02, Carla wrote:

Hi Colin
http://www.buddyboygreetings.com

its the contact us page

FreewayActions.com - Freeware and shareware 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

Hey Tim and Colin

I renamed the PHP feedback fields and will give it another go

will be back in touch if I still have problem… Thnx


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

ho do I take this out?

You also have

Carla


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

Colin
a very strange thing

I changed all the field names that were item 1
in the HTML name and not value boxes
I also changed the names in the site folder to match

when I uploaded the new changes then looked at VIEW Source… they were still named item 1

Why me? Ha!

now I am confused


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

You must have that in Page>Form Setup or Page>HTML Markup

Have a look at the Page menu there will be a tick in the menu if there is something in those areas.

David


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

ok Dave
yes in the form set up
there was the old Go Daddy script

Post
Action : gdform

I deleted gdform

should I also take out Post to NONE or leave it??


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

On 12 May 2009, at 20:06, Carla wrote:

Colin
a very strange thing…

On 12 May 2009, at 19:45, Carla wrote:

Hey Tim and Colin

Nice to get the credit for all your hard work, David!

Colin


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

Take out everything in Form Setup - The Form Action does it for you.

D


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

You are all wonderful

It works!!!

c


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

Just a word of caution here Carla - if you have reuploaded you still have a hidden field of redirect:success.html in there somewhere!

Your form text is also all graphic - try resizing the text in the browser and see what happens. Try the one I sent you for comparison.

The addition of a reset button is also useful.

David


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

David

Ok I will try to figure out what you mean David
C


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

david

ok I uploaded new form and gave it a test
I am waiting for the email to come to me

one question… I can I move the Submit and Reset buttons over to fit underneath the boxes??
Thx for reset button I had not thought of that

C


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

Yes - the buttons can be cut and pasted into adjoining table cells - or copy/paste then delete the originals if you are more comfortable with that.

D


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