D
D
DevTeam2015-11-12 15:15:48
PHP
DevTeam, 2015-11-12 15:15:48

There is a form with a choice of several points, how to make the form not send data to the mail?

There is a form with a choice of several points, how to make the form not send data to the mail? and to be recorded in some format so that later I can print it on a terma printer as a check)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevTeam, 2015-11-12
@DevelopersTeam Автор вопроса

<form name="checkoutForm" method="post" action="order.php">
<div id="item-list">	
</div>
<div class="clear"></div>	
<div id="total"></div>
<div class="clear"></div>	
<a href="" onclick="document.forms.checkoutForm.submit(); return false;" class="button">
Оформить
</a>	
</div>
</div>
<div class="bottom-container-border">
</div>
</div>

Вот когда нажимаю на кнопку заказать. Отображается общая стоимость и клиент подтверждает заказ. и Моя конечная цель надо чтобы на другом файле записывался то что заказал клиент. чтобы в дальнейшем я смог распечатать как "чек"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question