• Resolved clvrtrvr

    (@clvrtrvr)


    If the required fields are not filled in correctly, nothing happens. I could have sworn i seen it before where text would come up in red notifying the user that they are missing a required field.

    here is my shortcode:

    [wordpress_file_upload uploadpath=”uploads/%userdata2%” fitmode=”responsive” maxsize=”99999″ createpath=”true” forcefilename=”true” dublicatespolicy=”reject” placements=”message/userdata/userdata/userdata/progressbar/title/filename/selectbutton/uploadbutton” uploadtitle=”File to be uploaded” notify=”true” notifyrecipients=”[email protected]” notifymessage=” This is an automatic delivery message to notify you that a new file has been uploaded.%n%%n%Best Regards” waitmessagecolors=”#ffffff,#1e73be,#333333″ widths=”filename:600px, selectbutton:250px, uploadbutton:250px, progressbar:600px, userdata:1000px” userdata=”true” userdatalabel=”Name|t:text|s:top|r:1|a:0|p:none|d:” userdatalabel2=”Email|t:email|s:top|r:1|a:0|v:1|p:none|d:|g:0″ userdatalabel3=”Confirm Email|t:confirmemail|s:top|r:1|a:0|p:none|g:0″]

    https://ww.wp.xz.cn/plugins/wp-file-upload/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nickboss

    (@nickboss)

    You have set Hint Position to “none”, so no hint will show up prompting the user to fill in the fields.

    Nickolas

    Thread Starter clvrtrvr

    (@clvrtrvr)

    Perfect, thanks!

    Also, what are the size limits on the non pro version?

    Thanks

    Plugin Author nickboss

    (@nickboss)

    It depends on the limits of some php variables, such as

    upload_max_filesize
    post_max_size
    max_execution_time
    max_input_time

    you can check these values in your php.ini, or using a plugin to read these parameters

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Required Fields’ is closed to new replies.