Product Review Request Booking Form

If Segilola Salami has accepted to review your product, please enter the details of your product in the booking form below. If you have not already done so, please click here to send Segilola Salami an email to see if she has the capacity to review your product.

The calendar date is the estimated date of delivery of your product. Choose the time you think the product would be delivered by if you know this. If you are not sure, just choose the first available time.

var pathCalendar = "";var cpabc_global_date_format = '0';var cpabc_global_military_time = '1';var cpabc_global_start_weekday = '0';var cpabc_global_mindate = '9/12/2021';var cpabc_global_maxdate = '10/25/2021';var cpabc_global_gmt_enabled = false;var cpabc_global_gmt = 0;var cpabc_global_close_on_select = true;var cpabc_global_cancel_text = 'Cancel';var cpabc_global_pagedate = '9/2021'; var cpabc_current_calendar_item; var abc_last_date = ''; var abc_cost = ''; function apc_clear_date() { document.getElementById("selDaycal" cpabc_current_calendar_item ).value = ""; cpabc_updateItem(); } function cpabc_updateItem() { document.getElementById("calarea_" cpabc_current_calendar_item).style.display = "none"; var i = document.FormEdit.cpabc_item.options.selectedIndex; var selecteditem = document.FormEdit.cpabc_item.options[i].value; cpabc_do_init(selecteditem); } var cpabc_first_load = true; function cpabc_do_init(id) { cpabc_current_calendar_item = id; document.getElementById("calarea_" cpabc_current_calendar_item).style.display = ""; cpabc_global_date_format = document.getElementById("ccpabc_global_date_format" id).value; cpabc_global_military_time = document.getElementById("ccpabc_global_military_time" id).value; cpabc_global_start_weekday = document.getElementById("ccpabc_global_start_weekday" id).value; cpabc_global_mindate = document.getElementById("cmintime" id).value; cpabc_global_maxdate = document.getElementById("cmaxtime" id).value; if (document.getElementById("ccpabc_global_gmt_enabled" id).value == 'true') cpabc_global_gmt_enabled = true; else cpabc_global_gmt_enabled = false; cpabc_global_gmt = document.getElementById("ccpabc_global_gmt" id).value; if (document.getElementById("ccpabc_global_close_on_select" id).value == 'true') cpabc_global_close_on_select = true; else cpabc_global_close_on_select = false; cpabc_global_pagedate = document.getElementById("ccpabc_global_pagedate" id).value; initAppCalendar("cal" cpabc_current_calendar_item,document.getElementById("ccpages" id).value,2,document.getElementById("cclanguage" id).value,{m1:"Please select the appointment time."});if (cpabc_first_load) { cpabc_first_load = false; return; } $dexQuery = jQuery.noConflict(); $dexQuery.ajax({ type: "GET", url: "/?dex_abc=getstructure" String.fromCharCode(38) "inAdmin=1" String.fromCharCode(38) "cpabc_item=" cpabc_current_calendar_item "" String.fromCharCode(38), }).done(function( html ) { document.getElementById("form_structure").value = html; try { $dexQuery("#cpcaptchalayer").html($dexQuery(".captcha").html()); } catch (e) {} var f = $dexQuery("#fbuilder").fbuilder($dexQuery.parseJSON(document.getElementById("form_structure").value)); f.fBuild.loadData("form_structure"); }); $dexQuery = jQuery.noConflict(); $dexQuery.ajax({ type: "GET", url: "/?dex_abc=getservices" String.fromCharCode(38) "inAdmin=1" String.fromCharCode(38) "cpabc_item=" cpabc_current_calendar_item "" String.fromCharCode(38), }).done(function( html ) { document.getElementById("abcservices").innerHTML = html; }); } function force_updatedate() { abc_last_date = ""; updatedate(); } function updatedate() { }

#fbuilder textarea { color: #000000 !important; }
#fbuilder input { color: #000000 !important; }


Calendar

Product Reviews



Select date and time:
var cpabc_click_enabled = true;
var cpabc_max_slots = 1;
var cpabc_max_slots_text = 'Please select a maximum of %1 time-slots. Currently selected: %2 time-slots.';
cpabc_max_slots_text = cpabc_max_slots_text.replace('%1',cpabc_max_slots);
cpabc_max_slots_text = cpabc_max_slots_text.replace('%2',cpabc_max_slots);
cpabc_current_calendar_item = 7;
cpabc_do_init(7);
setInterval('updatedate()',200);
function doValidate(form)
{
if (!cpabc_click_enabled) return false;
var visitortime = new Date();
form.cpabc_appointments_utime.value = "GMT " -visitortime.getTimezoneOffset()/60;
$dexQuery = jQuery.noConflict();
var selst = "" $dexQuery("#selDaycal" cpabc_current_calendar_item).val();
if (selst == '')
{
alert('Please select date and time.');
return false;
}
selst = selst.match(/;/g);selst = selst.length;
if (selst < 1)
{
var almsg = 'Please select at least %1 time-slots. Currently selected: %2 time-slots.';
almsg = almsg.replace('%1','1');
almsg = almsg.replace('%2',selst);
alert(almsg);
return false;
}
if (selst > 1)
{
var almsg = 'Please select a maximum of %1 time-slots. Currently selected: %2 time-slots.';
almsg = almsg.replace('%1','1');
almsg = almsg.replace('%2',selst);
alert(almsg);
return false;
}
if ($dexQuery("#hdcaptcha").val() == '')
{
alert('Please enter a valid captcha code.');
return false;
}
var result = $dexQuery.ajax({
type: "GET",
url: "/?inAdmin=1" String.fromCharCode(38) "abcc=1" String.fromCharCode(38) "hdcaptcha=" $dexQuery("#hdcaptcha").val(),
async: false,
}).responseText;
if (result.indexOf("captchafailed") != -1)
{
$dexQuery("#captchaimg").attr('src', $dexQuery("#captchaimg").attr('src') String.fromCharCode(38) Date());
alert('Please enter a valid captcha code.');
return false;
}
else {
var tobook = 1;
try {
var tobook = document.getElementById("abc_capacity").value;
} catch (e) { }
var result = $dexQuery.ajax({
type: "GET",
url: "?cal=" cpabc_current_calendar_item String.fromCharCode(38) "abc_verifydate=" $dexQuery("#selDaycal" cpabc_current_calendar_item).val() String.fromCharCode(38) "tobook=" tobook,
async: false
}).responseText;
if (result == "failed")
{
alert('Time-slot already reserved. Please select a different time.');
return false;
} {
var cpefb_error = 0;
$dexQuery("#cp_contactformpp_pform").find(".cpefb_error").each(function(index){
if ($dexQuery(this).css("display")!="none")
cpefb_error ;
});
if (cpefb_error==0)
{
cpabc_click_enabled = false;
cpabc_blink(".pbSubmit");
$dexQuery("#cp_contactformpp_pform").find( '.ignore' ).parents( '.fields' ).remove();
document.getElementById("form_structure").value = '';
return true;
}
else
return false;
}
}
}
function cpabc_blink(selector){
try
{
$dexQuery = jQuery.noConflict();
$dexQuery(selector).fadeOut(1000, function(){
$dexQuery(this).fadeIn(1000, function(){
if (!cpabc_click_enabled)
cpabc_blink(this);
});
});
} catch (e) {}
}









Please enter the security code:

security code


Security Code:








Submit



/* */var cp_contactformpp_fbuilder_config = {"obj":"{\"pub\":true,\"messages\": {\n \t \t\"required\": \"This field is required.\",\n \t \t\"email\": \"Please enter a valid email address.\",\n \t \t\"datemmddyyyy\": \"Please enter a valid date with this format(mm\/dd\/yyyy)\",\n \t \t\"dateddmmyyyy\": \"Please enter a valid date with this format(dd\/mm\/yyyy)\",\n \t \t\"number\": \"Please enter a valid number.\",\n \t \t\"digits\": \"Please enter only digits.\",\n \t \t\"max\": \"Please enter a value less than or equal to {0}.\",\n \t \t\"min\": \"Please enter a value greater than or equal to {0}.\",\"previous\": \"Previous\",\"next\": \"Next.\"\n \t }}"};/* ]]> */ If you have found this blog post useful, you can subscribe to Segilola Salami's blog via email by visiting http://www.segilolasalami.co.uk/blog/. You can also follow Segilola Salami on Twitter https://twitter.com/iyayetunde1

The post Product Review Request Booking Form appeared first on Segilola Salami. Segilola Salami teaches a course on grief resolution https://www.segilolasalami.co.uk/memb... RSS feed&utm_medium=Online&utm_campaign=grief course

 •  0 comments  •  flag
Share on Twitter
Published on September 10, 2021 03:10
No comments have been added yet.