I need help from a Tech person
-
Peace layth
I viewed your source code about members page. It seems either submit button action is missing or e-mail server is not completing action requested by SUBMIT button. When a visitor clicks a submit button, the form is sent to the address specified in the action setting of the <form> tag.
<!--webbot bot="Validation" s-display-name="City" b-value-required="TRUE" i-minimum-length="3" --><input type="text"
name="City" size="30"></p>
<form method="POST" action="--WEBBOT-SELF--" name="Members">
<!--webbot bot="SaveResults" s-email-address="[email protected]" s-email-format="TEXT/PRE" --><blockquote>
<blockquote>
<blockquote>
<blockquote>
<p align="center">
<button name="B1" value="submit">Submit</button></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</form>
<div align="left"><p> &</p>
</div><div align="left"><p> </p> -
Peace
If you collect data via a web form,
a. you save result in text file on the server (file needs to be read-write)
b. you can e-mail data to certain e-mail address (need an SMTP server)
c. you can store result to a database such as MySQL databaseit seems that you are trying to use option a and b.
Layth I think it will be easier if you use PHP Form Wizard is a powerful tool that creates a PHP script to process any web form, it makes all necessary validation, to check that your visitor had filled all values correctly, it can handle File uploads, send email to form owner with all fields data whenever the form is successfully processed and a personalized confirmation email to your visitor (auto responder) and store form data in a text file or in a MySQL database
You can download a demo version from following link to use it.
http//www.tools4php.com/form-wizard/index.html -
Hi Layth,
My guess was right, your server DOES NOT have frontpage extensions installed any more.
Go to this url http//www.dnswiz.com/fptype.htm
And type in free-minds.org
WWW Site www.free-minds.org
Port 80
Server Software Apache/2.0.46 (CentOS)
FrontPage Extensions NOGood news however, the data is stored the way I wanted it, It can be transfered over to a new form program -)
Nadeem.