Viewing 3 replies - 1 through 3 (of 3 total)
  • Please describe your problem in more detail. See http://codex.ww.wp.xz.cn/Forum_Welcome for some guidance.

    If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.

    I have a validation error when attempting to use the form to upload an mp3.

    <p>Your Name<br />
        [text* your-name] </p>
    
    <p>Your Email<br />
        [email* your-email] </p>
    
    <p>Song Title<br />
        [text* your-subject] </p>
    
    <p>Choose Audio File (MP3 or M4A)<br />
        [file* file-321 limit:20mb filetypes:mp3|m4a]</p>
    
    <p>Musician Photo (JPG or PNG)<br />
        [file* file-616 limit:5mb filetypes:jpg|png]</p>
    
    <p>Prove You Are Human<br />
        [captchac captcha-876 fg:#6af15f bg:#000000 size:l]<br />
        [captchar captcha-876]</p>
    
    <p>[submit "Send"]</p>

    Failed to upload file. Error occurred. Immediately below the mp3/m4a file upload field

    and

    Validation errors occurred. Please confirm the fields and submit it again. at the bottom of the form where the “Success” message usually appears on other forms.

    Solution: edited my .htaccess file at the root of the WordPress installation…

    php_value upload_max_filesize 100M
    php_value post_max_size 100M
    php_value max_execution_time 200
    php_value max_input_time 20
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Why im having two validation error messages?’ is closed to new replies.