1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML foodonline template help please

Discussion in 'Web Development' started by mduilio, Dec 14, 2008.

  1. mduilio

    mduilio New Member

    Hi ....first great template:) second i'm a new and havin trouble with the form it will send the email fine but it is blank no text from the form......this is the code hope u can help:::
    <h2>Online booking</h2>
    <form action=mailto:mduilio@yahoo.com method="get" name="OnlineBooking" accept-charset="utf-8" target="_blank">
    <table border="0" cellspacing="2" cellpadding="0">
    <tr><th>Name</th><td><input type="text" name="a" value="" class="text" /></td></tr>
    <tr><th>Email/Phone</th><td><input type="text" name="b" class="text" value="" /></td></tr>
    <tr><th>Date</th><td><input type="text" name="c" value="" class="text" /></td></tr>
    <tr><th>Members</th><td><input type="text" name="d" value="" class="text" /></td></tr>
    <tr><th>Time</th><td>
    <select name="e">
    <option value="dinner">Dinner</option>
    <option value="drinks">Drinks</option>
    </select>
    </td></tr>
    <tr><td class="submission" colspan="2"><input type="submit" name="s" value="Submit" /></td></tr>
    </table>
    </form>