PHP Feedback Form Action Question

I’m testing the PHP Feedback Form Action here:

http://k923.net/TEST/formtestpage.html

It’s just a test, so this isn’t designed or anything. The form works, but I can’t get it NOT to work! In other words, if you just hit send without filling in fields, it sends the form.

I’ve set up required fields in the Hidden Fields section, but I may have done that wrong.

I have a success and error page set up also. Using FW Pro 5.3.1.

Bob


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

OK. I think I figured it out. My hidden fields didn’t match the names exactly.

Another question, though. Other than setting up separate pages for each error, is there an easy way to just have the field with the error highlighted on the form page?

Thanks…

Bob


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

Hi Bob,
The action currently doesn’t support required fields for anything other than
‘email’ and ‘name’. If the PHP code detects either one of these fields and no
value then it will return an error (and redirect the user to an error page).
To validate your form before submission I would recommend using the Form
Validation Suite from;
http://www.actionsforge.com/projects/view/73-validate-form-suite
Regards,
Tim.

Quoting Robert Bovasso email@hidden:

OK. I think I figured it out. My hidden fields didn’t match the names
exactly.

Another question, though. Other than setting up separate pages for each
error, is there an easy way to just have the field with the error highlighted
on the form page?

Thanks…

Bob

Extend Freeway the way you want with FreewayActions.com
http://www.freewayactions.com


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

Thanks, Tim. Downloading now.

Bob


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

Thanks again, Tim. That validation suite works great with your PHP Feedback Form action.

Bob


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