[Pro] *required fields?

Is it possible to add a *required field action to forms in FWP?
Regards
Steve


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

Hi Steve,
Take a look at the Validate Form Suite of Actions;
http://www.actionsforge.com/projects/view/73-validate-form-suite

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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

Thanks for this Tim, can I ask, I have created a form ion my own site but flexibility.

I am now creating a site for a client and they are after a specific layout with the required fields.

Can you recommend the best way to create this form?

Regards

Steve

On 16 Nov 2010, at 12:22, Tim Plumb wrote:

Hi Steve,
Take a look at the Validate Form Suite of Actions;
ActionsForge - The Complete Repository of Freeway Actions

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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


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

Do you have a layout in mind? If you can sketch it out and post it on
a picture-sharing site or just on your own Web server, we might be
able to help. Show the form with some fields passing and some fields
failing, so we get a sense of how you want to handle errors for your
users.

Walter

On Nov 16, 2010, at 7:33 AM, Steven Hughes wrote:

I am now creating a site for a client and they are after a specific
layout with the required fields.


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

Hi Walt,

I’m currently attempting to do the form, one question at the moment.

I couldn’t get the layout I needed so split the form in two tables, can this be done or does it all need to be in one table?

Regards

Steve

On 16 Nov 2010, at 14:08, Walter Lee Davis wrote:

Do you have a layout in mind? If you can sketch it out and post it on a picture-sharing site or just on your own Web server, we might be able to help. Show the form with some fields passing and some fields failing, so we get a sense of how you want to handle errors for your users.

Walter

On Nov 16, 2010, at 7:33 AM, Steven Hughes wrote:

I am now creating a site for a client and they are after a specific layout with the required fields.


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


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

As long as all of the fields on the page point to the same form
handler, then it doesn’t matter how you structure the page (visually)
at all. All of the fields on the page will be wrapped in a single form
tag, just inside the opening and closing body tags. If you have
multiple forms on a page, then there’s a pair of Actions you have to
use in order to separate the forms into individual form tags pointed
to unique end-points.

Walter

On Nov 16, 2010, at 9:23 AM, Steven Hughes wrote:

Hi Walt,

I’m currently attempting to do the form, one question at the moment.

I couldn’t get the layout I needed so split the form in two tables,
can this be done or does it all need to be in one table?


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

Thanks Walt!!!

On 16 Nov 2010, at 14:34, Walter Lee Davis wrote:

As long as all of the fields on the page point to the same form handler, then it doesn’t matter how you structure the page (visually) at all. All of the fields on the page will be wrapped in a single form tag, just inside the opening and closing body tags. If you have multiple forms on a page, then there’s a pair of Actions you have to use in order to separate the forms into individual form tags pointed to unique end-points.

Walter

On Nov 16, 2010, at 9:23 AM, Steven Hughes wrote:

Hi Walt,

I’m currently attempting to do the form, one question at the moment.

I couldn’t get the layout I needed so split the form in two tables, can this be done or does it all need to be in one table?


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


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

Hi,

I’ve set up the form using the actions inc. ‘validate’.

I haven’t uploaded the site just previewed in browser to test.

When I submit using the form it tries to open a PHP doc.

Is this right, to get a test email of the form, do I have to upload the site to the server?

Regards

Steve

On 16 Nov 2010, at 12:22, Tim Plumb wrote:

Hi Steve,
Take a look at the Validate Form Suite of Actions;
ActionsForge - The Complete Repository of Freeway Actions

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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


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

Unless you have set up your Mac’s Apache Web server to use PHP[1], and
placed your site files in the server’s Web root, and requested the
file in your browser using the http://localhost/yourpage.html
protocol, you won’t actually invoke the PHP interpreter, and thus all
you will see is raw code. This is normal, and how the code works in
all cases. So upload it to your server, and try it out there, perhaps
in a subfolder somewhere away from the rest of your site.

Walter

  1. Or installed MAMP or the like.

On Nov 16, 2010, at 10:31 AM, Steven Hughes wrote:

Hi,

I’ve set up the form using the actions inc. ‘validate’.

I haven’t uploaded the site just previewed in browser to test.

When I submit using the form it tries to open a PHP doc.

Is this right, to get a test email of the form, do I have to upload
the site to the server?

Regards

Steve

On 16 Nov 2010, at 12:22, Tim Plumb wrote:

Hi Steve,
Take a look at the Validate Form Suite of Actions;
ActionsForge - The Complete Repository of Freeway Actions

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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


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


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

THANKS ONCE AGAIN.

On 16 Nov 2010, at 16:12, Walter Lee Davis wrote:

Unless you have set up your Mac’s Apache Web server to use PHP[1], and placed your site files in the server’s Web root, and requested the file in your browser using the http://localhost/yourpage.html protocol, you won’t actually invoke the PHP interpreter, and thus all you will see is raw code. This is normal, and how the code works in all cases. So upload it to your server, and try it out there, perhaps in a subfolder somewhere away from the rest of your site.

Walter

  1. Or installed MAMP or the like.

On Nov 16, 2010, at 10:31 AM, Steven Hughes wrote:

Hi,

I’ve set up the form using the actions inc. ‘validate’.

I haven’t uploaded the site just previewed in browser to test.

When I submit using the form it tries to open a PHP doc.

Is this right, to get a test email of the form, do I have to upload the site to the server?

Regards

Steve

On 16 Nov 2010, at 12:22, Tim Plumb wrote:

Hi Steve,
Take a look at the Validate Form Suite of Actions;
ActionsForge - The Complete Repository of Freeway Actions

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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


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


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


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

Hi Tim,

Sorry to be jumping on this thread but I’m having trouble accessing the Freeway Talk site, is there server issues?

Regards

Steve

On 16 Nov 2010, at 12:22, Tim Plumb wrote:

Hi Steve,
Take a look at the Validate Form Suite of Actions;
ActionsForge - The Complete Repository of Freeway Actions

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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


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

There were, it should be up now though.

Joe

On 19 Nov 2010, at 09:37, Steven Hughes wrote:

Hi Tim,

Sorry to be jumping on this thread but I’m having trouble accessing the Freeway Talk site, is there server issues?

Regards

Steve

On 16 Nov 2010, at 12:22, Tim Plumb wrote:

Hi Steve,
Take a look at the Validate Form Suite of Actions;
ActionsForge - The Complete Repository of Freeway Actions

They should do what you need.
Regards,
Tim.

On 16 Nov 2010, at 12:18, Steve Hughes wrote:

Is it possible to add a *required field action to forms in FWP?

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


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


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