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?
i dont see fname=as&lname=as data being appeneded ivia url in bootstrap
4 Replies
you'll have to share your code, preferably in codepen or something similar
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
flagI 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
yeah, but that isnt a bootstrap issue: thats a requirement for all forms in html