In Index.html page I have a simple form for only NAME input with a Submit button, and in the next page Details.html how to display that NAME?
I’ve tried with dictionary, but do not know the process of how to get that form data.
In Index.html page I have a simple form for only NAME input with a Submit button, and in the next page Details.html how to display that NAME?
I’ve tried with dictionary, but do not know the process of how to get that form data.
2
Answers
Try using it with PHP
in the index.html file:
create a file called details.php
Make sure you have a properly configured PHP server to run the code. You can use a local server like XAMPP or WampServer to test the code.
You can follow this steps :
in url.py need to create URL
first of all, import your views
from my_app import views
after that create url.
you can also follow this >> git_code
https://github.com/A28V/howtopost