Order form with javascript & php files will not work in FrontPage

G

Guest

I have created an order form in FrontPage and had someone write the script
files for me. At this point I am not able to upload these files to my site
through FP 2003 and have them work the way they should. I can upload them
from my server control panel and they will work.

Is there any way to get these files to work with FP? At this point I am
unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
kinda gal :) )

http://winning-ribbons.com/OrderForm.htm

Thanks.
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

It may have been easier for you if you used FP's Forms, rather than custom script and php.

What happens to the form's info after it's submitted? Does it get emailed to you, or go to a db?


| I have created an order form in FrontPage and had someone write the script
| files for me. At this point I am not able to upload these files to my site
| through FP 2003 and have them work the way they should. I can upload them
| from my server control panel and they will work.
|
| Is there any way to get these files to work with FP? At this point I am
| unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| kinda gal :) )
|
| http://winning-ribbons.com/OrderForm.htm
|
| Thanks.
 
G

Guest

I started out using FP's forms but I wanted it (the form) to do more things
than I could get FP to do.

For example: When a customer chooses which style they want I want it to
enter the price and enable/disable certain options, then on the confirmation
page they get a re-cap of their order and the results are emailed to me at
two different addresses. (I do not know how to use databases)

If there is a way to do all of this w/FP I will.
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

Off hand I can't see anything on that form that could not be done with FP's form thingie...except the two email addresses.


| I started out using FP's forms but I wanted it (the form) to do more things
| than I could get FP to do.
|
| For example: When a customer chooses which style they want I want it to
| enter the price and enable/disable certain options, then on the confirmation
| page they get a re-cap of their order and the results are emailed to me at
| two different addresses. (I do not know how to use databases)
|
| If there is a way to do all of this w/FP I will.
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > It may have been easier for you if you used FP's Forms, rather than custom script and php.
| >
| > What happens to the form's info after it's submitted? Does it get emailed to you, or go to a db?
| >
| >
| > | I have created an order form in FrontPage and had someone write the script
| > | files for me. At this point I am not able to upload these files to my site
| > | through FP 2003 and have them work the way they should. I can upload them
| > | from my server control panel and they will work.
| > |
| > | Is there any way to get these files to work with FP? At this point I am
| > | unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | kinda gal :) )
| > |
| > | http://winning-ribbons.com/OrderForm.htm
| > |
| > | Thanks.
| >
 
G

Guest

JoesGirl,

your best bet is to stick with Frontpage Forms. Script and php is opensource
and might have issues with FP extensions.

bubbles
 
S

Steve Easton

javascript and PHP have nothing to do with FP extensions.!!!

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Thomas A. Rowe

I would suggest that you continue to use your web host control panel to upload the files, unless you
tell us exactly what is happen when you publish via FP.

Also if you are using custom written JavaScript validation function, then you can not use FP Form
Field Validation at the same time. You would have to combine both set of scripts into one, and then
do no use FP Form Field Validation function.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

I wouldn't mind so much having to upload through the control panel, if I
could edit the form page somehow. For example I've added a page to my site
and I can't put a link button to it on the form page. I also need to add a
"Special Instructions" field & have that info go where it's supposed to.

As for what happens when I publish w/FP: The form looks just fine but the
"automatic" features don't work...the price doesn't get entered and the
fields that are not applicable don't get disabled.
 
S

Stefan B Rusynko

Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP

--




| I wouldn't mind so much having to upload through the control panel, if I
| could edit the form page somehow. For example I've added a page to my site
| and I can't put a link button to it on the form page. I also need to add a
| "Special Instructions" field & have that info go where it's supposed to.
|
| As for what happens when I publish w/FP: The form looks just fine but the
| "automatic" features don't work...the price doesn't get entered and the
| fields that are not applicable don't get disabled.
|
|
| "Thomas A. Rowe" wrote:
|
| > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > tell us exactly what is happen when you publish via FP.
| >
| > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > do no use FP Form Field Validation function.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > > somwhere?
| > >
| > > "bubbles" wrote:
| > >
| > > > JoesGirl,
| > > >
| > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > > > and might have issues with FP extensions.
| > > >
| > > > bubbles
| > > >
| > > > "Joe's Girl" wrote:
| > > >
| > > > > I have created an order form in FrontPage and had someone write the script
| > > > > files for me. At this point I am not able to upload these files to my site
| > > > > through FP 2003 and have them work the way they should. I can upload them
| > > > > from my server control panel and they will work.
| > > > >
| > > > > Is there any way to get these files to work with FP? At this point I am
| > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > > > > kinda gal :) )
| > > > >
| > > > > http://winning-ribbons.com/OrderForm.htm
| > > > >
| > > > > Thanks.
| >
| >
| >
 
G

Guest

I use "Publish Site" from the File menu. You mention "http mode" is that
something different?
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

its the same



| I use "Publish Site" from the File menu. You mention "http mode" is that
| something different?
|
| "Stefan B Rusynko" wrote:
|
| > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I wouldn't mind so much having to upload through the control panel, if I
| > | could edit the form page somehow. For example I've added a page to my site
| > | and I can't put a link button to it on the form page. I also need to add a
| > | "Special Instructions" field & have that info go where it's supposed to.
| > |
| > | As for what happens when I publish w/FP: The form looks just fine but the
| > | "automatic" features don't work...the price doesn't get entered and the
| > | fields that are not applicable don't get disabled.
| > |
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > | > tell us exactly what is happen when you publish via FP.
| > | >
| > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > | > do no use FP Form Field Validation function.
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | > > somwhere?
| > | > >
| > | > > "bubbles" wrote:
| > | > >
| > | > > > JoesGirl,
| > | > > >
| > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | > > > and might have issues with FP extensions.
| > | > > >
| > | > > > bubbles
| > | > > >
| > | > > > "Joe's Girl" wrote:
| > | > > >
| > | > > > > I have created an order form in FrontPage and had someone write the script
| > | > > > > files for me. At this point I am not able to upload these files to my site
| > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | > > > > from my server control panel and they will work.
| > | > > > >
| > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | > > > > kinda gal :) )
| > | > > > >
| > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | > > > >
| > | > > > > Thanks.
| > | >
| > | >
| > | >
| >
| >
| >
 
S

Stefan B Rusynko

It is only the same if you are using a http://.... location instead of a ftp://... location as the destination

--




its the same



| I use "Publish Site" from the File menu. You mention "http mode" is that
| something different?
|
| "Stefan B Rusynko" wrote:
|
| > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I wouldn't mind so much having to upload through the control panel, if I
| > | could edit the form page somehow. For example I've added a page to my site
| > | and I can't put a link button to it on the form page. I also need to add a
| > | "Special Instructions" field & have that info go where it's supposed to.
| > |
| > | As for what happens when I publish w/FP: The form looks just fine but the
| > | "automatic" features don't work...the price doesn't get entered and the
| > | fields that are not applicable don't get disabled.
| > |
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > | > tell us exactly what is happen when you publish via FP.
| > | >
| > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > | > do no use FP Form Field Validation function.
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | > > somwhere?
| > | > >
| > | > > "bubbles" wrote:
| > | > >
| > | > > > JoesGirl,
| > | > > >
| > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | > > > and might have issues with FP extensions.
| > | > > >
| > | > > > bubbles
| > | > > >
| > | > > > "Joe's Girl" wrote:
| > | > > >
| > | > > > > I have created an order form in FrontPage and had someone write the script
| > | > > > > files for me. At this point I am not able to upload these files to my site
| > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | > > > > from my server control panel and they will work.
| > | > > > >
| > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | > > > > kinda gal :) )
| > | > > > >
| > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | > > > >
| > | > > > > Thanks.
| > | >
| > | >
| > | >
| >
| >
| >
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

oh...you're right! I guess I should be saying Publish via http or Publish via ftp... otherwise it could be confusing huh!


| It is only the same if you are using a http://.... location instead of a ftp://... location as the destination
|
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| _____________________________________________
|
|
| | its the same
|
|
|
| | I use "Publish Site" from the File menu. You mention "http mode" is that
| | something different?
| |
| | "Stefan B Rusynko" wrote:
| |
| | > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| | >
| | > --
| | >
| | > _____________________________________________
| | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| | > "Warning - Using the F1 Key will not break anything!" (-;
| | > To find the best Newsgroup for FrontPage support see:
| | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | > _____________________________________________
| | >
| | >
| | > | I wouldn't mind so much having to upload through the control panel, if I
| | > | could edit the form page somehow. For example I've added a page to my site
| | > | and I can't put a link button to it on the form page. I also need to add a
| | > | "Special Instructions" field & have that info go where it's supposed to.
| | > |
| | > | As for what happens when I publish w/FP: The form looks just fine but the
| | > | "automatic" features don't work...the price doesn't get entered and the
| | > | fields that are not applicable don't get disabled.
| | > |
| | > |
| | > | "Thomas A. Rowe" wrote:
| | > |
| | > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| | > | > tell us exactly what is happen when you publish via FP.
| | > | >
| | > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| | > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| | > | > do no use FP Form Field Validation function.
| | > | >
| | > | > --
| | > | > ==============================================
| | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| | > | > WEBMASTER Resources(tm)
| | > | >
| | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | > | > ==============================================
| | > | > To assist you in getting the best answers for FrontPage support see:
| | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | > | >
| | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| | > | > > somwhere?
| | > | > >
| | > | > > "bubbles" wrote:
| | > | > >
| | > | > > > JoesGirl,
| | > | > > >
| | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| | > | > > > and might have issues with FP extensions.
| | > | > > >
| | > | > > > bubbles
| | > | > > >
| | > | > > > "Joe's Girl" wrote:
| | > | > > >
| | > | > > > > I have created an order form in FrontPage and had someone write the script
| | > | > > > > files for me. At this point I am not able to upload these files to my site
| | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| | > | > > > > from my server control panel and they will work.
| | > | > > > >
| | > | > > > > Is there any way to get these files to work with FP? At this point I am
| | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| | > | > > > > kinda gal :) )
| | > | > > > >
| | > | > > > > http://winning-ribbons.com/OrderForm.htm
| | > | > > > >
| | > | > > > > Thanks.
| | > | >
| | > | >
| | > | >
| | >
| | >
| | >
|
|
 
G

Guest

It is definately being published via http, I learned the hard way about FP &
ftp.

I tried an experiment yesterday and tried opening the form page here at work
by clicking on the Edit with Microsoft Word, and now I have extra buttons and
the fields don't do their thing. I didn't even 'Save' the file when I was
done, I just closed the window, and change font colors is all that I fiddled
with. Is there any way to tell what is happening to the code to make it not
work? I've looked at it a hundred times, but I don't know what I'm looking
for...

Rob Giordano (aka: Crash Gordon®) said:
oh...you're right! I guess I should be saying Publish via http or Publish via ftp... otherwise it could be confusing huh!


| It is only the same if you are using a http://.... location instead of a ftp://... location as the destination
|
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| _____________________________________________
|
|
| | its the same
|
|
|
| | I use "Publish Site" from the File menu. You mention "http mode" is that
| | something different?
| |
| | "Stefan B Rusynko" wrote:
| |
| | > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| | >
| | > --
| | >
| | > _____________________________________________
| | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| | > "Warning - Using the F1 Key will not break anything!" (-;
| | > To find the best Newsgroup for FrontPage support see:
| | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | > _____________________________________________
| | >
| | >
| | > | I wouldn't mind so much having to upload through the control panel, if I
| | > | could edit the form page somehow. For example I've added a page to my site
| | > | and I can't put a link button to it on the form page. I also need to add a
| | > | "Special Instructions" field & have that info go where it's supposed to.
| | > |
| | > | As for what happens when I publish w/FP: The form looks just fine but the
| | > | "automatic" features don't work...the price doesn't get entered and the
| | > | fields that are not applicable don't get disabled.
| | > |
| | > |
| | > | "Thomas A. Rowe" wrote:
| | > |
| | > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| | > | > tell us exactly what is happen when you publish via FP.
| | > | >
| | > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| | > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| | > | > do no use FP Form Field Validation function.
| | > | >
| | > | > --
| | > | > ==============================================
| | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| | > | > WEBMASTER Resources(tm)
| | > | >
| | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | > | > ==============================================
| | > | > To assist you in getting the best answers for FrontPage support see:
| | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | > | >
| | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| | > | > > somwhere?
| | > | > >
| | > | > > "bubbles" wrote:
| | > | > >
| | > | > > > JoesGirl,
| | > | > > >
| | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| | > | > > > and might have issues with FP extensions.
| | > | > > >
| | > | > > > bubbles
| | > | > > >
| | > | > > > "Joe's Girl" wrote:
| | > | > > >
| | > | > > > > I have created an order form in FrontPage and had someone write the script
| | > | > > > > files for me. At this point I am not able to upload these files to my site
| | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| | > | > > > > from my server control panel and they will work.
| | > | > > > >
| | > | > > > > Is there any way to get these files to work with FP? At this point I am
| | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| | > | > > > > kinda gal :) )
| | > | > > > >
| | > | > > > > http://winning-ribbons.com/OrderForm.htm
| | > | > > > >
| | > | > > > > Thanks.
| | > | >
| | > | >
| | > | >
| | >
| | >
| | >
|
|
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

Are you saying you opened a FP form page with Word??
If so, you're much braver than I :)



| It is definately being published via http, I learned the hard way about FP &
| ftp.
|
| I tried an experiment yesterday and tried opening the form page here at work
| by clicking on the Edit with Microsoft Word, and now I have extra buttons and
| the fields don't do their thing. I didn't even 'Save' the file when I was
| done, I just closed the window, and change font colors is all that I fiddled
| with. Is there any way to tell what is happening to the code to make it not
| work? I've looked at it a hundred times, but I don't know what I'm looking
| for...
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > oh...you're right! I guess I should be saying Publish via http or Publish via ftp... otherwise it could be confusing huh!
| >
| >
| > | It is only the same if you are using a http://.... location instead of a ftp://... location as the destination
| > |
| > | --
| > |
| > | _____________________________________________
| > | SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | "Warning - Using the F1 Key will not break anything!" (-;
| > | To find the best Newsgroup for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | _____________________________________________
| > |
| > |
| > | | > | its the same
| > |
| > |
| > |
| > | | I use "Publish Site" from the File menu. You mention "http mode" is that
| > | | something different?
| > | |
| > | | "Stefan B Rusynko" wrote:
| > | |
| > | | > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| > | | >
| > | | > --
| > | | >
| > | | > _____________________________________________
| > | | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | | > "Warning - Using the F1 Key will not break anything!" (-;
| > | | > To find the best Newsgroup for FrontPage support see:
| > | | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > _____________________________________________
| > | | >
| > | | >
| > | | > | I wouldn't mind so much having to upload through the control panel, if I
| > | | > | could edit the form page somehow. For example I've added a page to my site
| > | | > | and I can't put a link button to it on the form page. I also need to add a
| > | | > | "Special Instructions" field & have that info go where it's supposed to.
| > | | > |
| > | | > | As for what happens when I publish w/FP: The form looks just fine but the
| > | | > | "automatic" features don't work...the price doesn't get entered and the
| > | | > | fields that are not applicable don't get disabled.
| > | | > |
| > | | > |
| > | | > | "Thomas A. Rowe" wrote:
| > | | > |
| > | | > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > | | > | > tell us exactly what is happen when you publish via FP.
| > | | > | >
| > | | > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > | | > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > | | > | > do no use FP Form Field Validation function.
| > | | > | >
| > | | > | > --
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage support see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | | > | > > somwhere?
| > | | > | > >
| > | | > | > > "bubbles" wrote:
| > | | > | > >
| > | | > | > > > JoesGirl,
| > | | > | > > >
| > | | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | | > | > > > and might have issues with FP extensions.
| > | | > | > > >
| > | | > | > > > bubbles
| > | | > | > > >
| > | | > | > > > "Joe's Girl" wrote:
| > | | > | > > >
| > | | > | > > > > I have created an order form in FrontPage and had someone write the script
| > | | > | > > > > files for me. At this point I am not able to upload these files to my site
| > | | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | | > | > > > > from my server control panel and they will work.
| > | | > | > > > >
| > | | > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | | > | > > > > kinda gal :) )
| > | | > | > > > >
| > | | > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | | > | > > > >
| > | | > | > > > > Thanks.
| > | | > | >
| > | | > | >
| > | | > | >
| > | | >
| > | | >
| > | | >
| > |
| > |
| >
 
G

Guest

"Brave" isn't exactly the word I'd use...desperate is more like it ;-) At
this point I'm willing to try just about anything.

I just want to be able to edit this silly thing and have it still work when
I'm done. Is this too much to ask?! :)

Ya know, worst case scenario if someone could look at the code and tell me
what's OK to change and what I should never - ever touch I might be willing
to try editing it manually. As of right now though, I'm afraid to touch
anything.

Rob Giordano (aka: Crash Gordon®) said:
Are you saying you opened a FP form page with Word??
If so, you're much braver than I :)



| It is definately being published via http, I learned the hard way about FP &
| ftp.
|
| I tried an experiment yesterday and tried opening the form page here at work
| by clicking on the Edit with Microsoft Word, and now I have extra buttons and
| the fields don't do their thing. I didn't even 'Save' the file when I was
| done, I just closed the window, and change font colors is all that I fiddled
| with. Is there any way to tell what is happening to the code to make it not
| work? I've looked at it a hundred times, but I don't know what I'm looking
| for...
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > oh...you're right! I guess I should be saying Publish via http or Publish via ftp... otherwise it could be confusing huh!
| >
| >
| > | It is only the same if you are using a http://.... location instead of a ftp://... location as the destination
| > |
| > | --
| > |
| > | _____________________________________________
| > | SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | "Warning - Using the F1 Key will not break anything!" (-;
| > | To find the best Newsgroup for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | _____________________________________________
| > |
| > |
| > | | > | its the same
| > |
| > |
| > |
| > | | I use "Publish Site" from the File menu. You mention "http mode" is that
| > | | something different?
| > | |
| > | | "Stefan B Rusynko" wrote:
| > | |
| > | | > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| > | | >
| > | | > --
| > | | >
| > | | > _____________________________________________
| > | | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | | > "Warning - Using the F1 Key will not break anything!" (-;
| > | | > To find the best Newsgroup for FrontPage support see:
| > | | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > _____________________________________________
| > | | >
| > | | >
| > | | > | I wouldn't mind so much having to upload through the control panel, if I
| > | | > | could edit the form page somehow. For example I've added a page to my site
| > | | > | and I can't put a link button to it on the form page. I also need to add a
| > | | > | "Special Instructions" field & have that info go where it's supposed to.
| > | | > |
| > | | > | As for what happens when I publish w/FP: The form looks just fine but the
| > | | > | "automatic" features don't work...the price doesn't get entered and the
| > | | > | fields that are not applicable don't get disabled.
| > | | > |
| > | | > |
| > | | > | "Thomas A. Rowe" wrote:
| > | | > |
| > | | > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > | | > | > tell us exactly what is happen when you publish via FP.
| > | | > | >
| > | | > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > | | > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > | | > | > do no use FP Form Field Validation function.
| > | | > | >
| > | | > | > --
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage support see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | | > | > > somwhere?
| > | | > | > >
| > | | > | > > "bubbles" wrote:
| > | | > | > >
| > | | > | > > > JoesGirl,
| > | | > | > > >
| > | | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | | > | > > > and might have issues with FP extensions.
| > | | > | > > >
| > | | > | > > > bubbles
| > | | > | > > >
| > | | > | > > > "Joe's Girl" wrote:
| > | | > | > > >
| > | | > | > > > > I have created an order form in FrontPage and had someone write the script
| > | | > | > > > > files for me. At this point I am not able to upload these files to my site
| > | | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | | > | > > > > from my server control panel and they will work.
| > | | > | > > > >
| > | | > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | | > | > > > > kinda gal :) )
| > | | > | > > > >
| > | | > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | | > | > > > >
| > | | > | > > > > Thanks.
| > | | > | >
| > | | > | >
| > | | > | >
| > | | >
| > | | >
| > | | >
| > |
| > |
| >
 
T

Thomas A. Rowe

The problem with any server-side script, is that it can't be seen via the browser. Your best option
is to contact the individual the made to form and have explain to you want can and can not be
edited, also you may need to edit this file in Notepad and not FP or Word.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Joe's Girl said:
"Brave" isn't exactly the word I'd use...desperate is more like it ;-) At
this point I'm willing to try just about anything.

I just want to be able to edit this silly thing and have it still work when
I'm done. Is this too much to ask?! :)

Ya know, worst case scenario if someone could look at the code and tell me
what's OK to change and what I should never - ever touch I might be willing
to try editing it manually. As of right now though, I'm afraid to touch
anything.

Rob Giordano (aka: Crash Gordon®) said:
Are you saying you opened a FP form page with Word??
If so, you're much braver than I :)



| It is definately being published via http, I learned the hard way about FP &
| ftp.
|
| I tried an experiment yesterday and tried opening the form page here at work
| by clicking on the Edit with Microsoft Word, and now I have extra buttons and
| the fields don't do their thing. I didn't even 'Save' the file when I was
| done, I just closed the window, and change font colors is all that I fiddled
| with. Is there any way to tell what is happening to the code to make it not
| work? I've looked at it a hundred times, but I don't know what I'm looking
| for...
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > oh...you're right! I guess I should be saying Publish via http or Publish via ftp... otherwise it could be confusing huh!
| >
| >
| > | It is only the same if you are using a http://.... location instead of a ftp://... location as the destination
| > |
| > | --
| > |
| > | _____________________________________________
| > | SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | "Warning - Using the F1 Key will not break anything!" (-;
| > | To find the best Newsgroup for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | _____________________________________________
| > |
| > |
| > | | > | its the same
| > |
| > |
| > |
| > | | I use "Publish Site" from the File menu. You mention "http mode" is that
| > | | something different?
| > | |
| > | | "Stefan B Rusynko" wrote:
| > | |
| > | | > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| > | | >
| > | | > --
| > | | >
| > | | > _____________________________________________
| > | | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | | > "Warning - Using the F1 Key will not break anything!" (-;
| > | | > To find the best Newsgroup for FrontPage support see:
| > | | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > _____________________________________________
| > | | >
| > | | >
| > | | > | I wouldn't mind so much having to upload through the control panel, if I
| > | | > | could edit the form page somehow. For example I've added a page to my site
| > | | > | and I can't put a link button to it on the form page. I also need to add a
| > | | > | "Special Instructions" field & have that info go where it's supposed to.
| > | | > |
| > | | > | As for what happens when I publish w/FP: The form looks just fine but the
| > | | > | "automatic" features don't work...the price doesn't get entered and the
| > | | > | fields that are not applicable don't get disabled.
| > | | > |
| > | | > |
| > | | > | "Thomas A. Rowe" wrote:
| > | | > |
| > | | > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > | | > | > tell us exactly what is happen when you publish via FP.
| > | | > | >
| > | | > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > | | > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > | | > | > do no use FP Form Field Validation function.
| > | | > | >
| > | | > | > --
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage support see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | | > | > > somwhere?
| > | | > | > >
| > | | > | > > "bubbles" wrote:
| > | | > | > >
| > | | > | > > > JoesGirl,
| > | | > | > > >
| > | | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | | > | > > > and might have issues with FP extensions.
| > | | > | > > >
| > | | > | > > > bubbles
| > | | > | > > >
| > | | > | > > > "Joe's Girl" wrote:
| > | | > | > > >
| > | | > | > > > > I have created an order form in FrontPage and had someone write the script
| > | | > | > > > > files for me. At this point I am not able to upload these files to my site
| > | | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | | > | > > > > from my server control panel and they will work.
| > | | > | > > > >
| > | | > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | | > | > > > > kinda gal :) )
| > | | > | > > > >
| > | | > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | | > | > > > >
| > | | > | > > > > Thanks.
| > | | > | >
| > | | > | >
| > | | > | >
| > | | >
| > | | >
| > | | >
| > |
| > |
| >
 
G

Guest

"> The problem with any server-side script, is that it can't be seen via the
browser. "
OK, I can understand that.

The script files are separate (text) files from the actual form file. I was
thinking the problem lies in the form code. Since I have never touched the
text files, only the form. Does that sound right or am I missing some key
point?

Here's a list of the "related" files:

OrderForm.htm
WRPrintableOrderForm.htm
func.js
order.php
order_confirmation.htm

One would think if I opened the form page in FP changed something as simple
as a font color, saved and uploaded again (either through FP or the control
panel) that it would still work. Something is happening that nomatter what
program I use to edit when I'm done the form doesn't "talk" to the script
files any more. I would just like to find out what that is, and fix it.

Thanks for taking the time to help me with this.


Thomas A. Rowe said:
The problem with any server-side script, is that it can't be seen via the browser. Your best option
is to contact the individual the made to form and have explain to you want can and can not be
edited, also you may need to edit this file in Notepad and not FP or Word.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Joe's Girl said:
"Brave" isn't exactly the word I'd use...desperate is more like it ;-) At
this point I'm willing to try just about anything.

I just want to be able to edit this silly thing and have it still work when
I'm done. Is this too much to ask?! :)

Ya know, worst case scenario if someone could look at the code and tell me
what's OK to change and what I should never - ever touch I might be willing
to try editing it manually. As of right now though, I'm afraid to touch
anything.

Rob Giordano (aka: Crash Gordon®) said:
Are you saying you opened a FP form page with Word??
If so, you're much braver than I :)



| It is definately being published via http, I learned the hard way about FP &
| ftp.
|
| I tried an experiment yesterday and tried opening the form page here at work
| by clicking on the Edit with Microsoft Word, and now I have extra buttons and
| the fields don't do their thing. I didn't even 'Save' the file when I was
| done, I just closed the window, and change font colors is all that I fiddled
| with. Is there any way to tell what is happening to the code to make it not
| work? I've looked at it a hundred times, but I don't know what I'm looking
| for...
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > oh...you're right! I guess I should be saying Publish via http or Publish via ftp... otherwise it could be confusing huh!
| >
| >
| > | It is only the same if you are using a http://.... location instead of a ftp://... location as the destination
| > |
| > | --
| > |
| > | _____________________________________________
| > | SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | "Warning - Using the F1 Key will not break anything!" (-;
| > | To find the best Newsgroup for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | _____________________________________________
| > |
| > |
| > | | > | its the same
| > |
| > |
| > |
| > | | I use "Publish Site" from the File menu. You mention "http mode" is that
| > | | something different?
| > | |
| > | | "Stefan B Rusynko" wrote:
| > | |
| > | | > Don't use any upload methods for the FP site (especially forms) except Publish in http mode in FP
| > | | >
| > | | > --
| > | | >
| > | | > _____________________________________________
| > | | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | | > "Warning - Using the F1 Key will not break anything!" (-;
| > | | > To find the best Newsgroup for FrontPage support see:
| > | | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > _____________________________________________
| > | | >
| > | | >
| > | | > | I wouldn't mind so much having to upload through the control panel, if I
| > | | > | could edit the form page somehow. For example I've added a page to my site
| > | | > | and I can't put a link button to it on the form page. I also need to add a
| > | | > | "Special Instructions" field & have that info go where it's supposed to.
| > | | > |
| > | | > | As for what happens when I publish w/FP: The form looks just fine but the
| > | | > | "automatic" features don't work...the price doesn't get entered and the
| > | | > | fields that are not applicable don't get disabled.
| > | | > |
| > | | > |
| > | | > | "Thomas A. Rowe" wrote:
| > | | > |
| > | | > | > I would suggest that you continue to use your web host control panel to upload the files, unless you
| > | | > | > tell us exactly what is happen when you publish via FP.
| > | | > | >
| > | | > | > Also if you are using custom written JavaScript validation function, then you can not use FP Form
| > | | > | > Field Validation at the same time. You would have to combine both set of scripts into one, and then
| > | | > | > do no use FP Form Field Validation function.
| > | | > | >
| > | | > | > --
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage support see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | | > | > > somwhere?
| > | | > | > >
| > | | > | > > "bubbles" wrote:
| > | | > | > >
| > | | > | > > > JoesGirl,
| > | | > | > > >
| > | | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | | > | > > > and might have issues with FP extensions.
| > | | > | > > >
| > | | > | > > > bubbles
| > | | > | > > >
| > | | > | > > > "Joe's Girl" wrote:
| > | | > | > > >
| > | | > | > > > > I have created an order form in FrontPage and had someone write the script
| > | | > | > > > > files for me. At this point I am not able to upload these files to my site
| > | | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | | > | > > > > from my server control panel and they will work.
| > | | > | > > > >
| > | | > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | | > | > > > > kinda gal :) )
| > | | > | > > > >
| > | | > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | | > | > > > >
| > | | > | > > > > Thanks.
| > | | > | >
| > | | > | >
| > | | > | >
| > | | >
| > | | >
| > | | >
| > |
| > |
| >
 
C

Chris Leeds, MVP-FrontPage

contact me directly and I'll get some of the files from you. as you can see
by the link in my signature, I've had some php/FrontPage experience
recently. ;-)

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
Joe's Girl said:
"> The problem with any server-side script, is that it can't be seen via the
browser. "
OK, I can understand that.

The script files are separate (text) files from the actual form file. I was
thinking the problem lies in the form code. Since I have never touched the
text files, only the form. Does that sound right or am I missing some key
point?

Here's a list of the "related" files:

OrderForm.htm
WRPrintableOrderForm.htm
func.js
order.php
order_confirmation.htm

One would think if I opened the form page in FP changed something as simple
as a font color, saved and uploaded again (either through FP or the control
panel) that it would still work. Something is happening that nomatter what
program I use to edit when I'm done the form doesn't "talk" to the script
files any more. I would just like to find out what that is, and fix it.

Thanks for taking the time to help me with this.


Thomas A. Rowe said:
The problem with any server-side script, is that it can't be seen via the browser. Your best option
is to contact the individual the made to form and have explain to you want can and can not be
edited, also you may need to edit this file in Notepad and not FP or Word.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

Joe's Girl said:
"Brave" isn't exactly the word I'd use...desperate is more like it ;-) At
this point I'm willing to try just about anything.

I just want to be able to edit this silly thing and have it still work when
I'm done. Is this too much to ask?! :)

Ya know, worst case scenario if someone could look at the code and tell me
what's OK to change and what I should never - ever touch I might be willing
to try editing it manually. As of right now though, I'm afraid to touch
anything.

:

Are you saying you opened a FP form page with Word??
If so, you're much braver than I :)



| It is definately being published via http, I learned the hard way about FP &
| ftp.
|
| I tried an experiment yesterday and tried opening the form page here at work
| by clicking on the Edit with Microsoft Word, and now I have extra buttons and
| the fields don't do their thing. I didn't even 'Save' the file when I was
| done, I just closed the window, and change font colors is all that I fiddled
| with. Is there any way to tell what is happening to the code to make it not
| work? I've looked at it a hundred times, but I don't know what I'm looking
| for...
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > oh...you're right! I guess I should be saying Publish via http
or Publish via ftp...
otherwise it could be confusing huh!
| >
| >
| > | It is only the same if you are using a http://.... location
instead of a ftp://...
location as the destination
| > |
| > | --
| > |
| > | _____________________________________________
| > | SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | "Warning - Using the F1 Key will not break anything!" (-;
| > | To find the best Newsgroup for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | _____________________________________________
| > |
| > |
| > | "Rob Giordano (aka: Crash Gordon®)"
message
| > | | > | its the same
| > |
| > |
| > |
| > | "Joe's Girl" <[email protected]> wrote in
message
| > | | I use "Publish Site" from the File menu. You mention "http mode" is that
| > | | something different?
| > | |
| > | | "Stefan B Rusynko" wrote:
| > | |
| > | | > Don't use any upload methods for the FP site (especially
forms) except Publish in http
mode in FP
| > | | >
| > | | > --
| > | | >
| > | | > _____________________________________________
| > | | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | | > "Warning - Using the F1 Key will not break anything!" (-;
| > | | > To find the best Newsgroup for FrontPage support see:
| > | | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > _____________________________________________
| > | | >
| > | | >
| > | | > "Joe's Girl" <[email protected]> wrote in
message
| > | | > | I wouldn't mind so much having to upload through the control panel, if I
| > | | > | could edit the form page somehow. For example I've added a page to my site
| > | | > | and I can't put a link button to it on the form page. I also need to add a
| > | | > | "Special Instructions" field & have that info go where it's supposed to.
| > | | > |
| > | | > | As for what happens when I publish w/FP: The form looks just fine but the
| > | | > | "automatic" features don't work...the price doesn't get entered and the
| > | | > | fields that are not applicable don't get disabled.
| > | | > |
| > | | > |
| > | | > | "Thomas A. Rowe" wrote:
| > | | > |
| > | | > | > I would suggest that you continue to use your web host
control panel to upload the
files, unless you
| > | | > | > tell us exactly what is happen when you publish via FP.
| > | | > | >
| > | | > | > Also if you are using custom written JavaScript
validation function, then you can
not use FP Form
| > | | > | > Field Validation at the same time. You would have to
combine both set of scripts
into one, and then
| > | | > | > do no use FP Form Field Validation function.
| > | | > | >
| > | | > | > --
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage support see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > Any idea how I can get FP to do the things I want? Is there a tutorial
| > | | > | > > somwhere?
| > | | > | > >
| > | | > | > > "bubbles" wrote:
| > | | > | > >
| > | | > | > > > JoesGirl,
| > | | > | > > >
| > | | > | > > > your best bet is to stick with Frontpage Forms. Script and php is opensource
| > | | > | > > > and might have issues with FP extensions.
| > | | > | > > >
| > | | > | > > > bubbles
| > | | > | > > >
| > | | > | > > > "Joe's Girl" wrote:
| > | | > | > > >
| > | | > | > > > > I have created an order form in FrontPage and had someone write the script
| > | | > | > > > > files for me. At this point I am not able to upload these files to my site
| > | | > | > > > > through FP 2003 and have them work the way they should. I can upload them
| > | | > | > > > > from my server control panel and they will work.
| > | | > | > > > >
| > | | > | > > > > Is there any way to get these files to work with FP? At this point I am
| > | | > | > > > > unable to edit/update my form page since I don't know HTML. (I'm a WYSIWYG
| > | | > | > > > > kinda gal :) )
| > | | > | > > > >
| > | | > | > > > > http://winning-ribbons.com/OrderForm.htm
| > | | > | > > > >
| > | | > | > > > > Thanks.
| > | | > | >
| > | | > | >
| > | | > | >
| > | | >
| > | | >
| > | | >
| > |
| > |
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top