I am trying to build a form, and have encountered some peculiar behavior. I am not sure if I am at fault due to ignorance, or if I am misunderstanding what Apostrophe is trying to do.
-
I have multiple button tags in my form. I only have one button that is of type submit. However, it seems all buttons are trying to submit the form. Is this a bug? it seems rather obtrusive to make all button tags submit the form.
-
Is there any documentation on how to handle file uploads?