SimpleDropbox Integration
I need to integrate the simple dropbox plugin into the create ticket theme so that rather than the files being uploaded to wordpress database they would be sent to our dropbox cloud in order to improve performance. I added this <?php echo do_shortcode('[simple-
wp-dropbox]'); ?> to the php file for form-create-ticket but it requires you to press submit to upload the file to dropbox then it refreshes the page removing any text.
Any ideas on how to integrate this so a user can input comments, upload using the dropbox uploader then submit ticket?