logo
NMedia File Uploader Wordpress Plugin Pro V6

NMedia File Uploader Wordpress Plugin Pro V6

[vc_row][vc_column width=”1/1″][vc_column_text]NMedia always busy to bring more features in our Plugins, in a result we break into NEW version of File Upload Plugin V6. This new version gives more control over Upload Form. Now you can add as many field as you need by placing simple shortcodes above the main shortcode. Below is simple guide how to use these new features.

You can attach following four types of form input with your File as meta:

  1. Text box
  2. Textarea
  3. Select box
  4. Checkbox

Following shortcode will do the magic:
<bracket> nm-input-field </bracket>
Now each input is described below with parameters.

Parameters:

type: text
label: String e.g: File Label
Example: Showing how to insert input shortcode for text box above the main file uploader shortcode.
Code:
nm-input-field type="text" label="File Title"

Parameters:

type: textarea
label: String e.g: instructions

Example: Showing how to insert input shortcode for Text area above the main file uploader shortcode.
Code:
nm-input-field type="textarea" label="File Detail"

Parameters:

type: select
label: String e.g: Select Colors
options: String separated with comma for each option e.g: Red, Green, Blue
Example: Showing how to insert input shortcode for Select box above the main file uploader shortcode.
Code:
nm-input-field type="select" label="Select Color" options="Red,Green,Blue"

Parameters:

type: checkbox
label: String e.g: Select size
options: String separated with comma for each option e.g: Small, Medium, Large
Example: Showing how to insert input shortcode for Check box above the main file uploader shortcode.
Code:
nm-input-field type="checkbox" label="Select Size" options="Small, Large, Medium"

[/vc_column_text][vc_button2 title=”For all features Click here” style=”square” color=”turquoise” size=”md” link=”url:https%3A%2F%2Fnajeebmedia.com%2Fnmedia-file-uploader-pro%2F||”][/vc_column][/vc_row]