How can we Implement Multiple Surveys/Feedbacks on Our Result page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • carnico
    New Member
    • May 2024
    • 1

    How can we Implement Multiple Surveys/Feedbacks on Our Result page?

    Hi, We are an educational institute. We are looking to implement something unique, we want to add multiple forms/surveys on the same page, we want each feedback form/survey under student name and rank so they can easily provide the feedback and then that feedback should be displayed on the same page with that student name with other details of the student.

    We have discussed this with multiple developers but they are not able to provide exactly what we are looking for and also that option seems to be costly, so if there any tool that can help us make this happen with minimum cost?

    Page we want help with is https://www.rauias.com/about-raus-ias/our-results/

    Need a solution as soon as possible. We are open to talking with developers provided they can help us.
  • developercat
    New Member
    • May 2024
    • 24

    #2
    Use an off the shelf form builder tool like Google Forms or Typeform to create the surveys. Embed the the forms and surveys using the embedding tool. You can use javascript to fetch the data from the forms, usually stored in a csv or google sheets. Regularly fetch the results and display them.

    The other option is to develop a custom solution to meet your needs using an open framework like laravell or react depending on the programming language you have the most competence in.

    Comment

    • dev7060
      Recognized Expert Contributor
      • Mar 2017
      • 655

      #3
      Hi, We are an educational institute. We are looking to implement something unique, we want to add multiple forms/surveys on the same page, we want each feedback form/survey under student name and rank so they can easily provide the feedback and then that feedback should be displayed on the same page with that student name with other details of the student.

      We have discussed this with multiple developers but they are not able to provide exactly what we are looking for and also that option seems to be costly, so if there any tool that can help us make this happen with minimum cost?

      Page we want help with is xxxxxxxxxx

      Need a solution as soon as possible. We are open to talking with developers provided they can help us.
      Generic description. Sounds like bait to get clicks.

      What have you researched? What have you tried? Which options seem costly? What have you already discussed with the developers? What is the stack of the site?

      Comment

      Working...