Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form action="mailto:[email protected]" enctype="text/plain" method="post">
- <input type="hidden" value="[email protected]" name="odbiorca">
- <fieldset><legend> Dane Personalne </legend>
- <p><label for="nazwa"> Nazwisko: <input type="text" name="nazwisko" id="nazwa"></label></p>
- <p><label> Hasło: <input type="password" name="haslo" size="10"> </label>
- <input type="submit" value="OK" />
- </fieldset>
- <fieldset><legend> Opinia: </legend>
- <p><label for="opinia">Co myslisz?</label><br>
- <textarea name="opinia" id="opinia" cols="30" rows="5">
- Napisz swoja opinie.....
- </textarea></p>
- <p> Wybierz: <select name="opcja" multiple="multiple">
- <option value="bdb"> bdb </option>
- <option value="db"> db </option>
- </select></p>
- </fieldset>
- <fieldset>
- <p> Podobalo sie? <br />
- Tak<input type="radio" name="fajne" value="tak" />
- Nie<input type="radio" name="fajne" value="nie" />
- </p>
- </fieldset>
- </form>
- <form enctype="multiport/form-data" method="post">
- <fieldset>
- <input type="file" name="zdjecie">
- </fieldset>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment