I have form in nette framework where the form works wel. When I added AJAX it stopped to work propely and then I added functionality to "close" button that the answers will be saved after each other. The form is styled that each questions appears on ...
GDiego commentedI have a Flask API set up on a linode server. Using Nginx and Gunicorn, I now forward connections from the public IP to a Flask API.py file. Running on a server using simpleHTTPServer, I am attempting to make GET Requests to the Flask API using AJAX ...
EGirish commented<form role="form" id="next_question" method="post"> <button type="button" name="next_button" id="next_button" class="btn btn-primary btn-lg" onclick="nextQuestion();" >Next</button> </form> How to write this JavaScript code in PHP? function nextQuest...
EGirish commentedI need to access HTTP response headers in interceptor in my angular(7) application. I have searched but what I have found is we can access on request level by passing {observe: 'response'} but in my case I need to keep track of specific header if I ...
Join discussionHey everyone,I am begginer in django and implementing a project which has a login page and registration page and once the users will enter details in registration page then it should be stored in MongoDB and on another page I want to display that dat...
MMark commentedThis is my local html file . <aside id="sidebar"> <div class="dark"> <h3> Get a Quote</h3> <form class="quote" id="contactForm" method="POST" action="/contact"> <div> <label>Name</label><br> <input type="text" name="Name" id=...
CJason commented