[Pro] PHP form

Hello all,

I need help with the php feedback form on the bookings page, I’ve done quite a few feedback forms and they have all worked (I usually cut and paste from previous sites) but this one I’ve done from scratch and the buttons don’t seem to process the form. I’m missing something simple I know but please tell me what!

Thanks
Jason

www.greenbankparknurseryform.co.uk


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

Apart from your form fields not being named correctly - do this when selected under the 3rd Tab in the inspector - critical ones are name and email (case sensitive). Your submit button is not within the form element.

Either construct your form as a table with the different fields in cells and apply the action to the table such as at http://www.deltadesign.co/formtest.html

Or instead apply the action to the page. (But not both)

David


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

Thanks Dave, as you can probably tell I’m fairly green with the building side of things - I just followed the freeway moments video! I’ll have a look at it tomorrow and let you know how I go, thanks for your help.
Jay


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

Just having another look at your page there a couple of actions that could help you.

Desired dates (please state three possible dates

Use the Calendar view action ActionsForge - The Complete Repository of Freeway Actions

Only submit this form if you have acknowledged the terms and conditions

Use a checkbox and the Validate Form suite of actions ActionsForge - The Complete Repository of Freeway Actions to ensure that the form is not submitted unless the T&C box is ticked.

This action can also make sure that other necessary fields are completed.

Put a link on the text ‘the terms and conditions’ to open them in a new window or pop up. I know they are linked at the bottom of the page but better to have a link within the text too.

D


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