Bootstrap forms not appending data in the url via get method

If i submit basic form via get method , data is appended to the URL , but when i used Bootstrap form, the dont see any data being appended. How to fix this?
html -> http://127.0.0.1:5500/day7.html when form is submitted http://127.0.0.1:5500/values.html?fname=as&lname=as

bootstrap form -> http://127.0.0.1:5500/day7.html when form is submitted http://127.0.0.1:5500/values.html?
html -> http://127.0.0.1:5500/day7.html when form is submitted http://127.0.0.1:5500/values.html?fname=as&lname=as

bootstrap form -> http://127.0.0.1:5500/day7.html when form is submitted http://127.0.0.1:5500/values.html?
i dont see fname=as&lname=as data being appeneded ivia url in bootstrap
4 Replies
Jochem
Jochem13mo ago
you'll have to share your code, preferably in codepen or something similar
ἔρως
ἔρως13mo ago
without any code to look at, i will assume that you arent setting the action attribute or, if you are using apache, your rewrite rule doesnt have the QSA flag
Avinash
AvinashOP13mo ago
I found the issue. If we don't give the name attribute you will have this issue So I added the name attribute for input fields
ἔρως
ἔρως13mo ago
yeah, but that isnt a bootstrap issue: thats a requirement for all forms in html
Want results from more Discord servers?
Add your server