View Single Post
08-03-2008, 01:00 AM
#6
rochow is offline rochow
rochow's Avatar
Status: Member
Join date: Oct 2006
Location: Australia
Expertise:
Software:
 
Posts: 297
iTrader: 4 / 100%
 

rochow is on a distinguished road

Send a message via MSN to rochow Send a message via Skype™ to rochow

  Old

Yeah like checkboxes, radio buttons etc?

What the script does is get any name="" and grabs the value of that field and emails it. For example you have this on your bookings form:

<input type="text" name="first-name" />

Then user types in "Bob" and hits send.
You get emailed:

"You have a new message:
first-name: Bob"

It does that for all the fields (first name, last name, email etc)

If you add me to MSN or Skype we can chat, it only took an hour to develop to so not much.