css - Django: Hiding necessary forms on template page -


I have a DJ ango application that takes the latitude / lawn from the user's coordinates through HTML 5 geographical location and these are jQuery Keeps in the form field. . Then these markers are placed on a map using these coordinates. It works all too well.

Problem: I want to hide these forms so they are invisible to the user, but they still need to be "on the page" so they can get the information. Therefore, these Django forms will not be acceptable except by leaving the file out.

I tried a method that hidden the form field but left the form label. I would like to hide the whole line from the user and remove the location where the form field exists, while still in the background to get this information.

Is this possible?

Any help or insight appreciated.

For your ID, enter your form in an ID and CSS set Display: None < / Code> Alternatively, use a normal class instead of a different ID.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -