File Upload

File Upload

Click on Form Elements Toolbar to add file upload field to the form. To achieve its properties just do right click over element and then click Properties. All properties are organized into 5 groups: Basic, Style, Data, Logic and Advanced. To view/edit certain group of properties just click appropriate tab on Element Properties window.

Basic Properties

  • Name. The name will be shown in place of the label throughout the plugin, in the notification email and when viewing submitted form entries.
  • Label. This is the label of the field.
  • Caption. This is the caption of upload button.
  • Description. This description appears below the field.
  • Required. If enabled, the user must fill out the field. You also can specify error message here.

Style Properties

The general view of button is configured through Form Settings. It’s applied to all buttons. Here you can adjust view of the button.

  • Label style. Choose where to display the label relative to the field and its alignment.
  • Button style. Adjust the button style and position.
  • Icons. These icons appear near the button caption.
  • Colors. Adjust the colors of the button. You can do it for different button states.
  • Description style. Choose where to display the description relative to the field and its alignment.
  • Custom CSS class. This class name will be added to the input field.
  • CSS styles. Set custom css for certain element parts and states.

Data Properties

  • Allowed extensions. Enter the comma-separated list of allowed file extensions. Due to security reasons, never allow executable extensions such as .php, .js, .exe, .msi, etc. You also can adjust the text of error message that appears if user tries to upload not allowed files.
  • Maximum allowed size Enter the maximum size of a file in MB. Don’t set it higher than the value of upload_max_filesize in your PHP settings. You also can adjust the text of error message that appears if user tries to upload big file.
  • Maximum number of files. Enter the maximum number of files that can be uploaded by user. You also can adjust the text of error message that appears if user tries to upload more files then maximum number of files.

Conditional Logic

Here you can create rules to show or hide the element depending on the values of other fields.

Advanced Properties

  • ID. The unique ID of the input field.
No Comments

Sorry, the comment form is closed at this time.