email subscription

Good morning,

Here is my dilemma for the day - sorry. I did search for answers and did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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

and the question that goes with that:

how do ensure a correct email address.

what i did is: put the PHP on the button, the txt field and the page…

On Jun 11, 2010, at 10:59 AM, Julie Maxwell Allen wrote:

Good morning,

Here is my dilemma for the day - sorry. I did search for answers and did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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

Your e-mail form field is called item9, not email. Look in the far-
right tab of the Inspector while you have the field selected in the
design view of Freeway. There is a Name field there which is the only
thing your script cares about. Once you fix that, you should get
validation for free, assuming you also made your required error and
success pages.

Walter

On Jun 11, 2010, at 10:59 AM, Julie Maxwell Allen wrote:

Good morning,

Here is my dilemma for the day - sorry. I did search for answers and
did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any
suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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

I made a combo one.maybe I should have 2 separate ones.

do I just put the word email in? and do I need it on the button / field and the page or just one?

Julie
On Jun 11, 2010, at 11:11 AM, Walter Lee Davis wrote:

Your e-mail form field is called item9, not email. Look in the far-right tab of the Inspector while you have the field selected in the design view of Freeway. There is a Name field there which is the only thing your script cares about. Once you fix that, you should get validation for free, assuming you also made your required error and success pages.

Walter

On Jun 11, 2010, at 10:59 AM, Julie Maxwell Allen wrote:

Good morning,

Here is my dilemma for the day - sorry. I did search for answers and did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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

The form element where people are expected to enter their e-mail
address must be named email. Preview your form page into a browser,
and view source, and you will see

 <input name="item9" ... >

it must read

 <input name="email" ... >

Once you get that part right, the rest will be handled neatly by Tim’s
Action.

Walter

On Jun 11, 2010, at 11:22 AM, Julie Maxwell Allen wrote:

I made a combo one.maybe I should have 2 separate ones.

do I just put the word email in? and do I need it on the button /
field and the page or just one?

Julie
On Jun 11, 2010, at 11:11 AM, Walter Lee Davis wrote:

Your e-mail form field is called item9, not email. Look in the far-
right tab of the Inspector while you have the field selected in the
design view of Freeway. There is a Name field there which is the
only thing your script cares about. Once you fix that, you should
get validation for free, assuming you also made your required error
and success pages.

Walter

On Jun 11, 2010, at 10:59 AM, Julie Maxwell Allen wrote:

Good morning,

Here is my dilemma for the day - sorry. I did search for answers
and did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any
suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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

I Cant find it in there since i changed it -

its funny on my php form on the other page - i did not label it and i get responses

J
On Jun 11, 2010, at 11:31 AM, Walter Lee Davis wrote:

The form element where people are expected to enter their e-mail address must be named email. Preview your form page into a browser, and view source, and you will see

<input name=“item9” … >

it must read

<input name=“email” … >

Once you get that part right, the rest will be handled neatly by Tim’s Action.

Walter

On Jun 11, 2010, at 11:22 AM, Julie Maxwell Allen wrote:

I made a combo one.maybe I should have 2 separate ones.

do I just put the word email in? and do I need it on the button / field and the page or just one?

Julie
On Jun 11, 2010, at 11:11 AM, Walter Lee Davis wrote:

Your e-mail form field is called item9, not email. Look in the far-right tab of the Inspector while you have the field selected in the design view of Freeway. There is a Name field there which is the only thing your script cares about. Once you fix that, you should get validation for free, assuming you also made your required error and success pages.

Walter

On Jun 11, 2010, at 10:59 AM, Julie Maxwell Allen wrote:

Good morning,

Here is my dilemma for the day - sorry. I did search for answers and did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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


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

I changed the name etc to email - it still is not working! ugh BUt its funny on my php form on the contact page - i did not label it and i get responses

J
On Jun 11, 2010, at 11:31 AM, Walter Lee Davis wrote:

The form element where people are expected to enter their e-mail address must be named email. Preview your form page into a browser, and view source, and you will see

<input name=“item9” … >

it must read

<input name=“email” … >

Once you get that part right, the rest will be handled neatly by Tim’s Action.

Walter

On Jun 11, 2010, at 11:22 AM, Julie Maxwell Allen wrote:

I made a combo one.maybe I should have 2 separate ones.

do I just put the word email in? and do I need it on the button / field and the page or just one?

Julie
On Jun 11, 2010, at 11:11 AM, Walter Lee Davis wrote:

Your e-mail form field is called item9, not email. Look in the far-right tab of the Inspector while you have the field selected in the design view of Freeway. There is a Name field there which is the only thing your script cares about. Once you fix that, you should get validation for free, assuming you also made your required error and success pages.

Walter

On Jun 11, 2010, at 10:59 AM, Julie Maxwell Allen wrote:

Good morning,

Here is my dilemma for the day - sorry. I did search for answers and did not find any that i did not try.

I have an email subscription on my front page http://www.grassrootsweb.net

and I tried it myself and I have not received any response. any suggestion?

Thank you

Julie

ps what do think of the site and the “blog”

Thanks


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


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

The problem is in that the form tags are not being put into your page there. That table should have a

<form method=...> ...your table form... </form>

and it’s just not there. How are you applying the action? Is it by Page or directly to the table itself?


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

To the page.

How should it be done? I thought I did it exactly like the other form
ugh…

Sent from my iPhone

On Jun 11, 2010, at 18:33, Dan J email@hidden wrote:

The problem is in that the form tags are not being put into your
page there. That table should have a

<form method=...> ...your table form... </form>

and it’s just not there. How are you applying the action? Is it by
Page or directly to the table itself?


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

I’ve never had very much luck with the PHP Feedback Form Action. Sorry, Tim. Either it flat out doesn’t work or I have so many actions stacked into my page that it just forgets to put the form tag in there.

Well at least you now know that it’s your form tags missing and not the form itself. The action can be applied to items, so try selecting your table and applying the action to it and see if that works out.


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

Well they are there now

<form action="index-go.php" method="post">
....
....
.....
</form>

But I would suggest that you remove all instances of the action. Republish the page.

Apply the action to the table that contains the form elements (item8?) reapply the settings and try again.

David


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

Right, try applying the PHP Feedback Form action onto ‘item8’ in your Site Panel. The easiest way is to go to the COG in the corner and change things to ‘Show Items’ and then click the little triangle until you see ‘item8’ listed.


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

Thank you Dan and Dave and walt. I will try those suggestions when I
get home

Julie

Sent from my iPhone

On Jun 12, 2010, at 11:26, Dan J email@hidden wrote:

Right, try applying the PHP Feedback Form action onto ‘item8’ in
your Site Panel. The easiest way is to go to the COG in the corner
and change things to ‘Show Items’ and then click the little triangle
until you see ‘item8’ listed.


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

Did you get this one sorted Julie?

If so please share your solution for others.

D


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

I am just sitting down now to work on it. Will be back on in a minute and say all
On Jun 14, 2010, at 3:20 PM, DeltaDave wrote:

Did you get this one sorted Julie?

If so please share your solution for others.

D


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

I did thank you!

I did exactly what you told me to do.

I cleared all php feedback form actions from the front page.Republished with out them. I then added the php feedback form action to the table its self not the page.

it is working perfectly.

Thank you.

now on to my other questions I posted LOL

Julie

On Jun 14, 2010, at 3:20 PM, DeltaDave wrote:

Did you get this one sorted Julie?

If so please share your solution for others.

D


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 you go. Congrats.


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

THank you for your help!

On Jun 14, 2010, at 4:37 PM, Dan J wrote:

There you go. Congrats.


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