Welcome to the jKit community. This is the place to discuss everything on and around jKit. Be friendly and I’m sure other members will be friendly with you, too.
Possible?
  • Hi Fredi.

    Can you suggest how to achieve this?

    My client wants a short form to be filled in prior to downloading a file. Is it possible to apply something to href=”file.php” that pops up a form window prior to the viewer accessing the file?

  • You could do this with events. The form event fires “complete” when a form is successfully submitted. So you could make your div (hidden) where you show the download have the show command on it that listens to that complete event.

    Creator of jKit – www.fredibach.ch
  • OK – thanks. Will give it a shot!