Jump to content

Pashketan

Neophyte
  • Posts

    2
  • Joined

  • Last visited

Information

  • Sex
    мужской

Pashketan's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Я вставлял mail.php вот сюда action="/", но так и не понял, что дальше. Где прописать адрес? Помогите лузеру. Вот чистый код без адреса <div class="form-area">  <!--<p>Оставьте заявку<br> на ремонт прямо сейчас</p> <form method="post" action="/" class="form" id="commentForm" novalidate="novalidate"> <fieldset> <input type="text" name="name" def="Имя" class="required_new" value="Имя" /> <input type="text" name="phone" def="Телефон:" class="required_new" value="Телефон:" /> <textarea name="message" rows="" cols="" class="required_new">Сообщение:</textarea> <input type="submit" name="submit" class="submit" value="Отправить" /> </fieldset> <input type="hidden" name="formid" value="commentForm" /></form>--> <p>Оставьте заявку<br> на ремонт прямо сейчас</p> <div style="font-size:10px; min-height:30px; color: #900"></div> <form method="post" action="/" class="form" id="commentForm"> <fieldset> Имя:<input type="text" name="name1" value=""><br style="clear:both"> Телефон:<input type="text" name="phone1" value=""><br style="clear:both"> Сообщение:<textarea name="message" value="" rows="" cols=""></textarea> <input type="submit" name="submit" class="submit" onsubmit="yaCounter23026648.reachGoal('Order'); return true;" value="Отправить"> </fieldset> <input type="hidden" name="formid" value="commentForm"></form></div> </div> </div>
  2. Всем привет! Помогите новичку. Где-то ошибка, надо вставить адрес почты, что-бы активировать кнопку Отправить. Вернее она активна, просто ссылается не на почту. Вот часть кода <div class="form-area">  <!--<p>Оставьте заявку<br> на ремонт прямо сейчас</p> <form id="post" action="pavlik2000@mail.ru" class="form" id="commentForm" novalidate="novalidate"> <fieldset> <input type="text" name="name" def="Имя" class="required_new" value="Имя" /> <input type="text" name="phone" def="Телефон:" class="required_new" value="Телефон:" /> <textarea name="message" rows="" cols="" class="required_new">Сообщение:</textarea> <input type="submit" name="submit" class="submit" value="Отправить" /> </fieldset> <input type="hidden" name="formid" value="commentForm" /></form>--> <p>Оставьте заявку<br> на ремонт прямо сейчас</p> <div style="font-size:10px; min-height:30px; color: #900"></div> <form id="post" action="pavlik2000@mail.ru" class="form" id="commentForm"> <fieldset> Имя:<input type="text" name="name1" value=""><br style="clear:both"> Телефон:<input type="text" name="phone1" value=""><br style="clear:both"> Сообщение:<textarea name="message" value="" rows="" cols=""></textarea> <input type="submit" name="submit" class="submit" onsubmit="yaCounter23026648.reachGoal('Order'); return true;" value="Отправить"> </fieldset> <input type="hidden" name="formid" value="commentForm"></form></div> </div> </div>
×
×
  • 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. See more about our Guidelines and Privacy Policy