Sending form results in iWeb

Joined
Nov 1, 2007
Messages
1
Reaction score
0
Points
1
Your Mac's Specs
MacBook black
I've created a form and placed it on one of my web pages using the HTML snippet option in iWeb. When someone completes and submits the form I'd like to send the results to a file, preferably a file in my iDisk. Does anyone know what code to include in the snippet to accomplish this? I've been told that this method would be the most reliable way of obtaining those results.
 

Del


Joined
Dec 24, 2006
Messages
901
Reaction score
15
Points
18
Location
N. Ireland
Your Mac's Specs
Mac Pro 2xQuad core 2.8GHZ
The form should specify whether it is using the GET or the POST request of the HTTP protocol, either way the values of the form fields will get passed to whatever script/page is being called by the form when the user clicks the submit button.

So...........

Given that the values are being passed to another script, that other script must extract the values and write them to a file. The script can be written as a servlet or a php script or whatever.

We need to know the answer to this before we can answer further.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top