B
B
byshyi462016-02-24 16:58:40
PHP
byshyi46, 2016-02-24 16:58:40

How to make sure that when you click the "pay" button, a login is sent to the mail?

This is a form with payment through robokassa:

<form action="https://partner.robokassa.ru/OfflineInvoice/Invoice/e773e29d-875b-4da9-9b47-ad3d9db459e1" method="get">
      <input type="text" name="name" placeholder="Ваш логин" autocomplete="off" required>
      <button type="submit" valut="Оплатить">Оплатить</button>
    </form>

How to make it so that when you click on the "pay" button, the login is sent to the mail at the same time and transferred to the user's payment page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
Wheelie, 2016-02-24
@byshyi46

do ajax sending a letter to the mail, upon successful completion of ajax, throw it at the robocash.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question