Enhance your Extra Question field with file management. Add extra field on question:
- textbox.
- textarea.
- checkbox.
- select.
- select-radio.
- file.
Question2Answer v1.6 and later
If you have never installed my Q2A plugins before please consider checking the Installation Guide
- The number of the required extended fields is chosen.
- Maximum sile size which user can upload.
- OFF: The user can upload file except image.
- ON: The user can't upload file except image.
- When image is stored, image is resized to this width.
- When image is stored, image is resized to this height.
- Thumbnail image is displayed on question and editing page with this size.
- OFF: Images are displayed in another window.
- ON: Images are displayed by jQuery lightbox plugin.
- Enable field option
- Asign label on question form. This option is required.
- Asign explanation on question form.
- Select field type.
- Textarea ex: 5 (this is rows)
- Checkbox ex: OFF==0||ON==1 / NO==0||YES==1
- Select/Radio ex: ||label1==value1||label2==value2||label3==value3
- File ex:Combine allowed file extensions by comma(,)
- Program ex: @EVAL return '||label1==value1||label2==value2';
- Textbox ex: maxlength="20"
- Select ex: size="3"
- Input default value first displayed on question form.
- Select position on question form.
- Display fieldX on question page.
- Asign label on question page. If check "Show on question page", this option is required.
- Select position on question page.
- If input value is blank, hide fieldX on question page.
- If input value is blank, form will be error.