Formulaire notations

  • JessieJay
    Asked on June 28, 2017 at 4:14 AM

    Bonjour,

    Mon formulaire est bien intégré dans mon site, mais je souhaiterais que les commentaires soient publiés dans la page et vus par mes visiteurs, sauf le téléphone et le mail de la personne qui a posté.

    Par avance un grand merci.

    Jessie

  • WilliamR
    Replied on June 28, 2017 at 4:29 AM

    Hi Jessie,

    What you wanted is possible, but it would take some complicated steps to achieve it. Let me lay it down for you the steps that you should be doing.

    1. You need to store your submission data into your mySQL database. Here's a guide on how to do it.
    https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    2. Once the data is stored in your Database, you can now retrieve the data and display it on your site, using PHP code. Here are some tutorials that might help you.
    https://www.w3schools.com/php/php_mysql_select.asp
    http://thecoders.vn/php-mysql-tutorial-displaying-database-content-in-webpage/

    If you are not sure how to create one, I would suggest you hire a freelancer to create the PHP code for you. The important thing there, is to make sure the data on your form is sent to your database, so that it will be easier to retrieve it and post the result directly on your site.

    Hope that helps. Let us know if you have any other concerns.