Jump to content

HTML Feedback Form using PHP for processing data ?


Guest iv05

Recommended Posts

Guest iv05
Hi

I have a html form on a server that does not run PHP.


To get around this I want to send the form processing to a seperate
colleagues server that has PHP installed


i.e.


<form action="http://www.anotherserver.com/sendmail.php" method="post">


Does anybody have any scripts I can use to get the details from the
form below to send to my email address?


---------------- HTML FORM ------


<form action="http://www.thfctalk.com/photography/sendmail.php"
method="post">


                         <table cellspacing="0" cellpadding="4">
               <tr>
                 <td>Name:</td>
                 <td>&nbsp;</td>
                 <td><input name="name" type="text" id="name"></td>
               </tr>
               <tr>
                 <td>E-Mail Address:</td>
                 <td>&nbsp;</td>
                 <td><input name="email" type="text" id="emailfrom"
size="30"></td>
               </tr>
               <tr>
                 <td>Address:</td>
                 <td>&nbsp;</td>
                 <td><textarea name="address" cols="25" rows="5"
id="address"></textarea></td>
               </tr>
               <tr>
                 <td>Home Telephone: </td>
                 <td>&nbsp;</td>
                 <td><input name="hometel" type="text"
id="hometel"></td>
               </tr>
               <tr>
                 <td>Work Telephone: </td>
                 <td>&nbsp;</td>
                 <td><input name="worktel" type="text"
id="worktel"></td>
               </tr>
               <tr>
                 <td>Mobile:</td>
                 <td>&nbsp;</td>
                 <td><input name="mobile" type="text"
id="mobile"></td>
               </tr>
               <tr>
                 <td>Wedding Venue: </td>
                 <td>&nbsp;</td>
                 <td><input name="wedvenue" type="text"
id="wedvenue"></td>
               </tr>
               <tr>
                 <td>Reception Venue: </td>
                 <td>&nbsp;</td>
                 <td><input name="recvenue" type="text"
id="recvenue"></td>
               </tr>
             </table>


                     <p>Please use the box below for any queries:</p>
                     <p>
                       <textarea name="message" cols="50" rows="7"
id="message"></textarea>
</p>
                     <p>
                       <input type="submit" value="Send">
                     </p>
                       </form>


Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.