I open a post because I have problems in the review form. Since I created a field to load files and we detected an error. It is a matter of putting it as a mandatory field and filling all the fields, it does not allow you to finish the form. The solution so far has been to leave as a non-obligatory field the upload of files.
Ah, that’s the problem. To add a file upload control, you’ll need to do some PHP and Smarty coding; you can’t just paste an input field into a radio control’s HTML field.
Regards,
Alec Smecher
Public Knowledge Project Team
Sorry, I’m afraid not – this is more than a trivial modification. If I were working on this, I’d start by searching the codebase for where the various types of review form elements are implemented ( REVIEW_FORM_ELEMENT_TYPE_…). You’d need to add another of these for an upload control.
Regards,
Alec Smecher
Public Knowledge Project Team