Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author dholloran

    (@dholloran)

    Not totally sure what you are asking…it shows the uploaded file once you have pressed the submit button.

    Thread Starter RuLim

    (@rulim)

    Hi
    Thanks for the quick reply
    I press the upload’s, choose the file, and then click the button submit.
    After clicking the Submit button I see the main page. I would like to see a message such as “files successfully sent”.
    sorry for my english.

    Plugin Author dholloran

    (@dholloran)

    I can try to find a solution for you but at the moment this is not possible without editing the plugin. If you want to try and figure something out on your own you should look through the assets/js/fineuploader-execute.js then if you do not have a Mac and CodeKit let me know and I can send you an uncompressed version of all the js files concatenated basically the fineuploader-execute file will show you what you need to find to accomplish what you need

    Hi,

    I’m not sure if this is what you mean or if you still need it but I put this into my form on my page, right before I input the plugin shortcode:
    <input type="hidden" name="redirect" value="/photos-thanks" />

    the /photos-thanks refers to http://www.mypage.com/photos-thanks, the page that says thanks for uploading your pictures.

    The whole code looks like this:

    <form action="/gdform.php" method="post"><input type="hidden" name="redirect" value="/photos-thanks" />
    [wp-multi-file-uploader]
    <input type="submit" name="submit" value="Let's See!" /></form>
    Plugin Author dholloran

    (@dholloran)

    Not really, you would have to edit the plugin because you need to know when the upload is succeeded then print out a message in the form or if the form has more fields you could make you submit page have your message on it which would be beyond the scope of the plugin. I would help by doing some of the editing for you but it already has an upload succeeded by turning the upload bar green.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the output of the page after you press submit?’ is closed to new replies.