%[if %("%id=help_text%" != "")% ]%%id=help_text%%[endif]%
%%[[if edit]]%%

Important details to note!
File uploads to Sheet Monkey require an 'unlimited account' with uploads capped at a maximum size of 100MB. In the main Formulate stack, enable the 'enctype' checkbox option and ensure the value is set to multipart/form-data in the box.

Some web browsers (on tablet, mobile devices and corporate workstations) don't support file uploads, because they do not have a native file browser built-in or have it blocked by security software. Take this into consideration when designing your forms or designating this as a 'required' mandatory input.

The 'accepted files' setting in this Formulate sub-stack allows you to restrict (softly on the client side) what files a user is permitted to upload. For example, if you only want to accept PNG and JPEG images, your can add image/png, image/jpeg in the 'accepted files' box. Potentially a user could still override the list of accepted files, so it shouldn't be relied upon for security.

%%[[endif]]%%