Skip to content

Photo Video Order & Payment Form

This form is available for you to order the photo video (slideshow). Please note the following:

  • Acceptable file formats are .jpg, .jpeg, .png, .mov, and .mp4
  • We accept up to 100 files which can be photos or video clips in one of the above file formats
  • Please use a rough calculation of 8 seconds per photo for the amount of music you’ll need
  • There is an additional charge of $1 each for additional files
  • Your video will be sent to you for review. One edit with minor changes is included. Additional revisions will be charged at $100 each
  • Please order and supply files a minimum of 48 hours prior to the service to allow time for production and proof review
Photo Video Order & Payment Form
Once you have completed this form you will be directed to our web site where you can upload the photos you wish to send.
Add any additional text you would like on the video title. (Example - Date of Birth - Date of Death)
Drag & Drop Files, Choose Files to Upload
Upload the photo you would like us to use for the video title. (file types accepted are .jpg or .png
Add any additional text you would like on the video outro. (Example - Rest in Peace)
Drag & Drop Files, Choose Files to Upload
Upload the photo you would like us to use for the video outro (last photo). (file types accepted are .jpg or .png
Please paste in the share link from your selected song from YouTube or if you have an .mp3 file, indicate that you will upload it
Please paste in the share link from your selected song from YouTube or if you have an .mp3 file, indicate that you will upload it
Please paste in the share link from your selected song from YouTube or if you have an .mp3 file, indicate that you will upload it
Drag & Drop Files, Choose Files to Upload You can upload up to 4 files.
If you have .mp3 or .m4a files of the songs you wish to use, please upload them here.
Please use this field to include and special requests
Price: $350.00
This fee includes up to 100 files and one simple edit request after proof. Simple edits include swapping photos or changing order of up to 4 photos. Changes that impact the timeline such as music changes are not included.
Select an option above if you would like to send more than 100 photos.
$0.00
$(document).ready(function(){ console.log("JQuery Loaded!"); //setup comments avatar [sitewide] - START $("#comments .avatar").attr("src","/wp-content/uploads/2021/01/custom-avatar.jpg").attr("srcset","/wp-content/uploads/2021/01/custom-avatar.jpg"); setInterval( function () { $("#comments .avatar").attr("src","/wp-content/uploads/2021/01/custom-avatar.jpg").attr("srcset","/wp-content/uploads/2021/01/custom-avatar.jpg"); },500); //setup comments avatar [sitewide] - END //loads sqsp images properly if($("figure.sqs-block-image-figure img").length > 0){ var img_src = $("img.wp-post-image").attr("src"); /* var raw_src = $("figure.sqs-block-image-figure img").attr("data-src"); var arr_raw_src = raw_src.split("/"); var name = arr_raw_src[arr_raw_src.length-1].replace(/\+/g,""); name = name.split(".")[0] +"."+ name.split(".")[1].toLowerCase(); var url = "/wp-content/uploads/2020/12/"+name; */ $("figure.sqs-block-image-figure img").attr("src",img_src); console.log(img_src); //SQSP RSVP Button : searches for and hides any in blog memorial services $('div[data-animation-role="button"]').filter(function() { return $(this).find('a').toArray().some(function(item) { return $(item).text().toLowerCase().indexOf('rsvp') !== -1; }); }).hide(); //Themify RSVP Button in old posts: searches for and hides any in blog memorial services $('div.module-buttons').filter(function() { return $(this).find('a').toArray().some(function(item) { return $(item).text().toLowerCase().indexOf('rsvp') !== -1; }); }).hide(); $("div[data-anchor='rsvp']").hide(); } //searches for and hides any rsvp buttons in blog memorial services /*if($('div[data-animation-role="button"]').length > 0){ $('div[data-animation-role="button"]').filter(function() { return $(this).find('a').toArray().some(function(item) { return $(item).text().toLowerCase().indexOf('rsvp') !== -1; }); }).hide(); }*/ //sqsp old video page fix if($(".sqs-block-video").length > 0){ $("body").addClass("sqsp-video-page"); //fixes iframe video var iframe = $(".sqs-block-video .sqs-video-wrapper").attr("data-html"); var cta_back = ""; if($(".sqs-block-button-element--medium").length > 0){ var back_to_post_link = "/memorial-services/"+$(".sqs-block-button-element--medium").attr("href").split("/")[$(".sqs-block-button-element--medium").attr("href").split("/").length-1]; var cta_back = "Back to Memorial Page & Guest Book"; } $(".page-content").prepend(iframe+cta_back); $("iframe").attr("width","100%").attr("height","500"); //console.log(iframe); //$("#body .type-page").prepend($(".sqs-block-html h1").text($(".sqs-block-html h1").text()+" Memorial").addClass("dynamic-heading")); var page_title_text = $(".page-title").text().replace(/Video – /gi,""); $("#body .type-page").prepend("

"+page_title_text+"

"); $("#body .type-page").prepend("

Video Recording Page

"); $(".page-content").prepend("

Celebration of Life Video

"); } //blog index page - sets heading if($("body.category-memorial-services").length > 0){ $("#headerwrap #header").append($("body.category-memorial-services h1.page-title")); var urlParams = new URLSearchParams(window.location.search); var search_string = ""; if(urlParams.get("s")){ search_string = urlParams.get("s"); } var search_form = ""; $("#headerwrap #header").append(search_form); } //searchform in blog index page + search results page if( ($("body.search-results").length > 0) ){ var urlParams = new URLSearchParams(window.location.search); var search_string = ""; if(urlParams.get("s")){ search_string = urlParams.get("s"); } var search_form = ""; $("#headerwrap #header").append(search_form); } //single post - sets comment box heading if($("body.single-post").length > 0){ $("body.single-post #headerwrap #header").append($("body.single-post h1.post-title")); } //single post - sets comment box heading if($("body.single-post").length > 0){ $("body.single-post #respond").prepend("

Sign Our Guest Book

To sign the guest book, please post your memories, comments or thoughts in the comment box below. Your entry will be approved by a moderator before it appears on the page. Please note that your comment will not appear when you post. Please allow time for the moderator to approve your post.

") } //slider arrows change setTimeout(function(){ if($(".master-slider.ms-skin-default").length > 0){ $(".master-slider.ms-skin-default .ms-nav-next").append(""); $(".master-slider.ms-skin-default .ms-nav-prev").append(""); } }, 1000); //sets page heading under menu if($("body.page-template-default._masterslider").length > 0){ $("body.page-template-default #headerwrap #header").append($("body.page-template-default h1.page-title")); } $("body").append("
"); var fixmeTop = 10; $(window).scroll(function() { // assign scroll event listener var currentScroll = $(window).scrollTop(); // get current position console.log("Top offset : "+fixmeTop); console.log("scrolling : "+currentScroll); //hide mobile info bar on scroll if (currentScroll >= fixmeTop) { $('.sqs-mobile-info-bar').addClass("sqs-mobile-info-bar-hide"); } //show mobile info bar when top else { $('.sqs-mobile-info-bar').removeClass("sqs-mobile-info-bar-hide"); } }); //blog ressource page - sets heading if($("body.category-resources").length > 0){ $("#headerwrap #header").append($("body.category-resources h1.page-title")); var urlParams = new URLSearchParams(window.location.search); var search_string = ""; if(urlParams.get("s")){ search_string = urlParams.get("s"); } } });