• Hi,

    I have the latest version of the plugin (0.7) but I seem to have a problem with the validation process when posting.

    My form is set up to allow 1 file to be uploaded. I have limited the file size to 500kb. If I try to upload a file that is larger than the prescribed file size, the screen refreshes, all inputs that I have added are lost, but no error message appears to say that there was a validation error (eg – “The attachment was too big”).

    Is there somewhere where I can define the error messages for the validation rules, and is it possible to have the validation occur without the page refresh so that the inputs are not lost?

    Thanks

    Simon

    http://wordpress.org/extend/plugins/wp-user-frontend/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Simon

    (@simonlg)

    Hi,

    Additional note, I have tested the functionality in the Twenty Eleven template as well as the template that I am wanting to use (Delicate) and it is happening in both (so I am confident that it isn’t a template issue).

    Thanks

    Simon

    Plugin Author Tareq Hasan

    (@tareq1988)

    The errors are made hidden to get rid of the PHP’s header already sent warning and to proper redirecting after creating posts.

    You can turn it on by uncommenting the line //echo wpuf_error_msg( $errors ); in the wpuf-add-post.php at the bottom.

    Thread Starter Simon

    (@simonlg)

    Have you got any idea what is causing the PHP header warning error, and how to resolve it?

    I have tried to narrow down what is causing it, but with no success.

    I don’t want to have to drop using this addon, but if it is not working correctly then I will have to try another solution.

    Thanks

    Simon

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP User Frontend] Validation is not presenting any error message’ is closed to new replies.