navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Submitting Forms

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Submitting Forms
Page: [1]
 
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
Submitting Forms - 12/30/2003 15:50:43   
This is a easy question for you pro's but ..i am hung up? :). I have a form that i copied off of another site..changed some of the code to make it more appealing to my site. The form is in Java. My question is multi-part; (1.) When i click the submit button, where should the info go? (2.) How would i go about setting the hyperlink up, if i need a hyperlink? (3.) On the code
 <!--webbot bot="Validation" s-display-name="TYPE" b-disallow-first-item="TRUE" -->" 
what is webbot and how does it apply to me? (4.) How would i get the code on the subitted information?!? Included is the Link http://www.mostellarmedical.org/appointment.htm
Any help from you professionals would be outstandingly gracious!
thanks
Judson
puiwaihin

 

Posts: 1378
From: Taiwan
Status: offline

 
RE: Submitting Forms - 12/30/2003 16:07:15   
1. You will probably want the code emailed to yourself or perhaps have it put into a database. You can specify where you want the form sent in the form properties.

2. You will not need a hyperlink on the form except to allow a person to navigate away from the form without submitting it or to set up an email. The "Submit" button will take care of form processing and send them to a confirmation page.

3. The code you are asking about is part of FrongPage's validation script. This validation is performed by the server extensions. I suggest not including that when you copy code and then using FP's validation properties to create whatever you want.

4. In FrontPage's form properties you will need to choose where the information is sent and what format you want it in.

Note: If you are using FP and copied the form off of another site you may run into some problems. You may wish to create a brand new form and then copy only the code that contains form field tags and place those between the <form></form> tags. Don't copy the <form> tag or any of the <webbot> code.

BTW, you need to make sure you are not copying the other person's design. Reusing standard code is legal, and lists and form fields are not copyrightable, but site design and any content that can be considered "creative" will be automatically copryrighted.

_____________________________

" Things are always darkest, just before it goes totally black."
-Hannibal Smith

(in reply to djmac)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/30/2003 16:41:38   
You need to create your own form. It is easy with FP. Also are you sure it is java or javascript?

Check out this site to learn how to create a form with FP: http://frontpag.bizland.com

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to puiwaihin)
AMysticWeb

 

Posts: 855
Joined: 10/23/2002
Status: offline

 
RE: Submitting Forms - 12/30/2003 19:06:29   
Hi Judson,

Welcome to the forum ... :)

I tried to take a look at your form but couldn't get anything to display.

If you still need help, please provide the URL for your form page again.

_____________________________

Hope I have been of some help,
Micheal

[URL=http://web.archive.org/web/20060101013129/http://www.frontpageforms.com/]FrontPageForms.com-Archive Version[/URL]
I am living Proof that Viral Procrastination exists!

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 9:21:42   
Here is the link again ..I took it down late yesterday afternoon.
I have it set up as an e-mail submit, but none of the infor is going to my e-mail that is filled out ?!???
http://www.mostellarmedical.org/appointment.htm

(in reply to djmac)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 9:26:28   
Hm, is that HIPAA compliant? :)

You have this in there: C:\Documents and Settings\Judson\My Documents\Mostellar Medical Center\results.txt - that might be one of the reasons that it is not e-mailing you.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 9:46:29   
As far as HIPPA complient, it is...it gives no medical information. Where does my file name need to be. Orginally i just put results.txt? So how do i get it on a folder on my server?

(in reply to coreybryant)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 9:51:56   
Hm, bet you never would have thought you would hear that word in this forum eh?

First - do you need it to be dumped to the file as well? Now that actually might not be good because it is stored on the server. And having the information that you are asking could potentially cause some problems. I recommend not dumping it to that file. If you do not want it - right click on the form - choose form properties. Now under send to file name - highlight what is in there & delete it.

Now if you do want it to go to a file you will need to create a directory (usually this is _private) and then you want to make sure that it is has read/write permissions so that it can be written to.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:12:11   
Yea it is wierd to see something about Hippa. Actually, JCAHO reccomends it...haha
I will try what you have suggested, maybe it will work for me ....:) Although i learning tons of stuff, and that is what is most important to me.

(in reply to coreybryant)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:16:12   
That is interesting. Maybe someone needs to talk to them at some point. LOL. I actually work with Wellpoint / Blue Cross on getting their electronic claims compliant & I know a little extra. But I think it has gone way overboard. I could not even get my eye doctor to fax over my contact lens prescription!

Anyway - get rid of the file first to see if it works. And just to make sure - you are publish & not FTP, right?

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:20:03   
Yea HIPPA stuff is rediculous.

Ok i am about to sound ignorant..but i am using an ftp to put on the web...How else is there.....?

(in reply to coreybryant)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:32:04   
That is the other problem. You have to use FP. You will more than likely need to contact your host & ask them to install FP extensions. Once that is done - go to file - publish & enter your URL & it will ask you for your user name / password.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:46:22   
well lookie there ...learn something new every day ...about to test...and see if it works

(in reply to coreybryant)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:48:27   
Sounds good - if not - contact the host & get them to re-install the extensions.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:54:18   
Well it worked ....now how do i recieve that info?

Here is the link:
http://www.mostellarmedical.org/_vti_bin/shtml.dll/appointment.htm

(in reply to coreybryant)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:57:39   
Do you have access to the e-mail address that you have on there for the form to be going to?

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 12/31/2003 10:59:36   
yes

(in reply to coreybryant)
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Submitting Forms - 12/31/2003 11:07:46   
When you hit enter - did it go to conf.htm? if not - you need to get your FP extensions re-installed.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to djmac)
puiwaihin

 

Posts: 1378
From: Taiwan
Status: offline

 
RE: Submitting Forms - 12/31/2003 13:04:46   
If your form says [FrontPage Results Region] (or something to that effect) on it at the top of the form you know that your server extensions have been corrupted. If after you post the form you don't go to a confirmation page your server extensions are corrupted. If that is so, have them reinstall the extensions for you.

Open the Form properties and look over it carefully. There should be a few different tabs where you can specify the email address and the confirmation page.

If things are still not working, try creating a simple form with just one input box that just sends information to your email address. If that is working but the other form is not try recreating the form, copying the form fields over, and deleting the old form.

_____________________________

" Things are always darkest, just before it goes totally black."
-Hannibal Smith

(in reply to coreybryant)
djmac

 

Posts: 11
Joined: 12/30/2003
Status: offline

 
RE: Submitting Forms - 1/5/2004 15:57:03   
Thanks guys. You have been alot of help i will post more when i run into another problem.

(in reply to djmac)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Submitting Forms
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts