I just purchased a license for this from you and i love the form handling but I am having an issue with the photo upload in the form.
I have set up my form exactly as outlined in this faq: http://www.chronoengine.com/component/option,com_easyfaq/task,view/id,28/Itemid,38/ However it is not working. the form does not ask for the image to upload which i am assuming the form is supposed to do. Here is the link to my form in question: http://www.v3ug.com/index.php?option=com_chronocontact&chronoformname=Register&Itemid=28
I created a field in the form that is a checkbox as i wasnt sure of any other way to do this. Additionally is there some global site component that needs to be turned on for this to function?
Please advise! Thanks!
Michael L Klocke
CoolWebMultiMedia.Biz
I have set up my form exactly as outlined in this faq: http://www.chronoengine.com/component/option,com_easyfaq/task,view/id,28/Itemid,38/ However it is not working. the form does not ask for the image to upload which i am assuming the form is supposed to do. Here is the link to my form in question: http://www.v3ug.com/index.php?option=com_chronocontact&chronoformname=Register&Itemid=28
I created a field in the form that is a checkbox as i wasnt sure of any other way to do this. Additionally is there some global site component that needs to be turned on for this to function?
Please advise! Thanks!
Michael L Klocke
CoolWebMultiMedia.Biz
Hi Michael,
Thank you very much for your support to ChronoForms!!🙂
In order to have an "upload some file" field, the field type must be "field" itself, so there must be a field like this :
After you have this field in your code, please follow the instructions posted here :
http://www.chronoengine.com/component/option,com_easyfaq/task,view/id,28/Itemid,38/
Then all should be fine!!!😉
Cheers
Max
Thank you very much for your support to ChronoForms!!🙂
In order to have an "upload some file" field, the field type must be "field" itself, so there must be a field like this :
<input type="file" size="20" name="photo"/>
After you have this field in your code, please follow the instructions posted here :
http://www.chronoengine.com/component/option,com_easyfaq/task,view/id,28/Itemid,38/
Then all should be fine!!!😉
Cheers
Max
This topic is locked and no more replies can be posted.