How is it possible to detect if the page, in which the form is, is refreshed and to detect if only the form is refreshed?
I tell you the whole thing:
I'm building a module. The form in this module has ajax-ed elemets. When the form is first loaded (or when the page containing the form is refreshed) a database query is executed (filling up the form), that is the thing i want. But when an ajax-ed element is triggered the query is executed again, and i don't want that.
i have been scowering the internet for hours looking to find a simple way to implement multiple registration forms. I cant find one. So i would like to build a module. However since i dont have much experience in that area is anyone interested in helping me? And if there is an easy way and i missed it please let me know.
Btw I wished I could delete my own posts - the solution was found on these forums anyway.
Original:
In Drupal 6 I can always see the results and SQL query at the bottom of the view. But in Views 3 only the results are displayed, but theSQL query is not. Is there a method to see the actual query of the view ?