7
I agree with animas...its refreshing to see a XOOPS mod developer on top of their projects and updating them when necessary. Bravo to philou for all the hard work...
However, I do have a some additional concerns and/or questions about Formulaire that I'd like explained/answered:
1. In the Modify menu, where you can see and edit/add/delete the form elements, I've noticed that re-sorting ("New sort") elements removes any "required" checks you may have for your elements and you have to re-check all the "Required" checkboxes of the elements all over again. Is there a way to fix this?
2. Related to the above issue, when you re-sort any "Join a file" element in a form, any changes you've made (file type, file size, etc) to this element automatically revert back to the default settings when you're done re-sorting. Can this be changed in the php code somewhere?
3. I've also noticed that there is no "Required" checkbox (when editing elements) for the "Select box" and "Join a file" elements (other elements lack this as well but these are the two I'm concerned with). On our application form, there are four select boxes that really should be required. Is there a way to add this to the php code?
4. I have a few test accounts (all with different emails) that I always use when adding new modules to our site. With Formulaire, if I fill out our application form with any test account and submit it to the specific group it should go to, the email of the test account doesn't receive the autoresponder email from the group email address that the form is being sent to. What happens is the autoresponder email is sent to my main (admin) email account---it appears that my own IP is being recognized as the (sender) origin of the form, rather than the email that's been entered into the form itself (which is where the autoresponder should be going to). Is there a way to fix this?
5. Finally, and related to no. 4, is there a way to forward or send the information input into the form to the person who fills out the form and to the group email the information is to be sent to? As it is, the only thing the group email receives is a copy of the uploaded image, and none of the information that's been entered into the form---this information is sent as an attachemnt and doesn't display in the email itself. This would really be useful for our site since our members will be paying yearly dues for our organization.
I'd appreciate some input or suggestions on these issues. Thank you.