User sommernyte posted some great info on validating form submissions in this thread:
http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-790
I'm following her ideas too. I'm able to get a JS function to "fire" when a user clicks "submit" but the image still goes along and submits a blank post anyway. It doesn't wait for my JS validator. The validator pops up its messages, but the form goes through.
I guess what I'm asking is: what is it within PhotoSmash (and/or Extend) that controls the form submission? How might I intercept that? I tried applying a random PHP page to the action of the form, but it didn't have any effect.
not resolved