Hi,
This project is my first attempt to contribute to an open source
project so please let me know if my etiquette is not appropriate for
this project.
I am looking at this issue:
https://github.com/openphoto/frontend/issues/339
which doesn't post the custom license text input when a user has the
*Custom* option selected in the /photos/upload form.
I'm using a program called Charles (as well as error logging the
$_POST & $REQUEST arrays) and that field is not included in the
request when the form is posted. Playing around, I tried to add some
test inputs in different places within the form to see if they would
get sent - they were not when I submitted the form.
Is there something I am missing? Is there something different about
this form that I am not aware of that would not include certain inputs
fields?
Thanks,
Matt