I have a website for holiday rentals in France. I want clients to fill in a
booking form that automatically sends the data to my e-mail address. My
little knowledge of FP2003 suggested that I need FP Sever extensions. I use
123-Reg.co.uk as my host and they no longer offer the service. They said they
can handle the following scripts - MySQL PHP CGI Perl. This takes me into
territory I have no understanding of.
I have seen “Off the shelf” scripts on www.hotscripts.com, however the
custom form that I need to use is something like this .doc page
http://www.eu-hol.com/La%20Charpenterie/Booking%20Form%20for%20La%20Charpenteri2.doc
Please can someone say if
1. Can I produce such a form with FL2003 without Server extensions?
2. Is writing a script using those offered by 123-Reg a hugely expensive
thing for someone to develop?
Thanks in anticipation for your help
Rodger
Take a look at the sample PHP forms at
http://veign.com/development-category.php?page=2&catid=42&type=web
which may help.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp/wf-menu.aspx
After serious thinking rdjohn wrote :
CGI Perl <<< to Form mail to File
If you are making a form that is just E-mailing the info to you in HTML with
some JavaScript .....
http://www.yaldex.com/Free_JavaScript_Editor.htm
http://www.yaldex.com/FSForms.htm << Look at Copy Fields
<< Email Address Validation
<< Required Fields
<FORM action="mailto:------@------.--;?subject=Knutsford Seviced Apartment"
accept="multipart/form-data" method="post">
</FORM>
"rdjohn" <rdj...@discussions.microsoft.com> wrote in message
news:14DE28DB-FB27-40A9...@microsoft.com...