<form action="send.php" method="post">
<h4>E-mail</h4>
<input type="text" name="email" class="one" value=""><br>
<h4>Сумма </h4>
<input type="text" name="sum" class="one" value="<?php echo ($price / $usd);?>" ><br>
<p><input type="submit" name="ot" class="button" value="Отправить оповещение об оплате"></p>
</form>