Hi Bob,
The form has no action attribute which tells me that either the action
(Freeway action) isn’t applied, is broken, or more than likely didn’t
run because the required settings in the action palette haven’t been
set. Set a success and error page as well as a recipient email and you
should be set.
Regards,
Tim.
I still have a problem when publishing the site after making changes. If I make a change to the page with the form on it (not sure if this happens if I make changes to to other pages) the “-go.php” isn’t always generated.
Is this something I can save and reuse once it’s generated, or is it newly generated with each publishing?
Hi Bob,
The action generates the -go.php file as and when the parent page the
page with the form on it) gets ‘dirtied’ and needs republishing. If
the page hasn’t changed then the php file should still be present and
the form should still point to it.
I’m uncertain why your page is losing contact with the action like
this. Now you have the -go.php file you can choose to remove the
action and manually add the form action (Page/ Form Setup…) and set
the method to post and the name of the -go.php file in the action
field. Now upload the -go.php file to the same folder as your html
file and you should be set.
Regards,
Tim.
On 23 Feb 2010, at 14:34, Robert B wrote:
I still have a problem when publishing the site after making
changes. If I make a change to the page with the form on it (not
sure if this happens if I make changes to to other pages) the “-
go.php” isn’t always generated.
Is this something I can save and reuse once it’s generated, or is it
newly generated with each publishing?
It’s working now, but it’s odd how when I made changes to the Form Set up (which is s Freeway thing and not the PHP Form) it sometimes failed to generate that file.
I’ll try what you stated the next time I have a problem.