CrazyEngineers
  • Can any one help me with a code for html form having the following format?? Please
    Name:................
    Email:....................
    Tel:...................
    Meessage....................
    and 3 check boxes
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorSep 17, 2014

    This should be easy. Did you try to write the code yourself? If yes, please share it below so that we can help you fix it 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Ancy Tom

    MemberSep 17, 2014

    <form id='knowmore' method='post' action='' >
       <p>
       Name: <input type='text' name='Name' />
       </p>
       <p>
       Email: <input type='text' name='Email' />
       </p>
       <p>
       Tel: <input type='text' name='Tel' />
       </p>
       <p>
       Message: <textarea id="TextArea1" rows="2" cols="20"></textarea>
       </p>
       <p>I would like *</p>
                <br />
                <p><input id="Checkbox1" type="checkbox" />More Information about the project.</p>
                <p><input id="Checkbox1" type="checkbox" />To arrange a site visit.</p>
                <p><input id="Checkbox1" type="checkbox" />A sales person to call me</p>
                <p>
       <input type='submit' name='Submit' value='Submit' />
       </p>
    </form>
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorSep 17, 2014

    Quick reference to: <a href="https://www.w3schools.com/html/html_forms.asp" target="_blank" rel="noopener noreferrer">HTML Forms</a> should tell you what's missing.
    Are you sure? This action cannot be undone.
    Cancel
  • Ancy Tom

    MemberSep 17, 2014

    thank u 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register