Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter boris2020

    (@boris2020)

    hi @hanthuy,
    Thank for your response.
    My extension version is 0.6.1.

    this is my own custom form :

    <html>
    <body>
    <form action=”” method=”POST”>
    <table>
    <tr><td color=”red”>Code d’inscription:</td><td><input type=”text” name=”code”></td></tr>
    <tr><td>Nom:</td> <td><input type=”text” name=”nom”></td></tr>
    <tr><td>Prenom:</td><td><input type=”text” name=”prenom”></td></tr>
    <tr><td>Tel :</td><td><input type=”text” name=”tel”></td></tr>
    <tr><td>E-mail:</td><td> <input type=”text” name=”email”></td></tr>
    <tr><td colspan=”2″ align=”center” color=”black”><input type=”submit” value=”Validez votre inscription”></td></tr>
    </table>
    </form>
    </body>
    </html>

    i have create the “users” collection to my firebase project !
    I want to know how to send data without using any “form” generator plugin.
    I am working on localhost.
    Thank you very musch.

    • This reply was modified 4 years, 8 months ago by boris2020.
Viewing 1 replies (of 1 total)