PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Bad Captcha require user to redundantly input all file upload locations again

  1. thehighend
    Member

    Gravity Forms is looking really superb, but I just stumbled upon an inconsistency/glitch. I have a user form ( http://www.tirides.com/create-post/ ) where the user can provide input to several input fields, including picture-upload fields.

    I just noticed that if the Captcha validation fails, then when the form page refreshes all the fields retain their data *except for* the picture-upload fields. This is an unfortunate inconsistency. Is there a fix?

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  2. It's not a Gravity Forms issue but a normal browser security measure. The file upload field doesn't keep its value if the page is reloaded. This is because the files are are still in the user's local file directory (which you can't access for security).

    I do believe it is possible to store the name of the file, hide it and then redisplay it on reload using some custom javascript but you'd have to write that yourself.

    Posted 13 years ago on Monday December 20, 2010 | Permalink