Press Release Distribution Pricing Packages
Call or submit the form below to learn more about PRWeb’s new Web Influence and Web Power subscription packages. We enhanced our Advanced and Premium releases to include bulk pricing, greater access to premium websites like Yahoo!, industry journalists, editorial proofreading, priority distribution and more!
‘).insertBefore($(‘#gdprCheckBox’));
checkShow = true;
$(‘#optin’).parent().css(‘display’,’none’);
$(‘#divTC’).css(‘display’,’none’);
noerrors = “true”;
gdprFlag=true;
}
}
else{
gdprFlag=false;
if(($(“#country option:selected”).val()==”CAN”) && ($(“#country option:selected”).val()!=”CAN”)){
$(‘#gdpr’).css(‘display’,’block’);
//$(‘#gdpr’).remove();
$(‘#optin’).parent().css(‘display’,’none’);
noerrors = “false”;
gdprFlag=false;
}
}
});
return noerrors;
}
function checkGDPRCheckbox(){
var bNoErrors = true;
var chkValue=$(“#gdprPermission”).is(“:checked”);
if (chkValue == false){
$(“#gdpr”).addClass(univform_errorclass);
$(“Checkbox is required
“).insertBefore($(‘#gdpr’));
bNoErrors = false;
}
return bNoErrors;
}
jQuery(“#emailAddress”).focusout(function(){
checkShow = false;
$(‘#gdpr’).remove();
$( “#form_error_box” ).remove();
getDomains();
});
var $ = jQuery.noConflict();
var univform_errorclass = “univform_has_errors”;
var univform_errors = [];
var cside_errors = false;
//IE fix, ‘includes’ function doesn’t exist
if (!String.prototype.includes) {
String.prototype.includes = function() {
‘use strict’;
return String.prototype.indexOf.apply(this, arguments) !== -1;
};
}
function univform_regex_test(regex,val){
return regex.test(val);
}
function univform_reqcheck(){
var emptyFlag = false;
var bNoErrors = true;
//var emptyFlag = false;
univform_clear();
var email = document.getElementById(’emailAddress’);
var phone = document.getElementById(‘busPhone’);
$(‘#smartForm1’).find(‘input[type!=”submit”],select’).not(‘:hidden’).each(function(){
//$(this).removeClass(univform_errorclass);
var val = $(this).val();
if(val.length 0 && returl.length > 0){
var clid = pt.val();
var univform_type = $(‘#univform_type’).val();
if(clid == ‘sis’) clid = ‘si’; //one replacement
clid += “-“+univform_type+”-ty”;
returl.val(univform_updateQSP(returl.val(),’clid’,clid));
}
}
function univform_updateQSP(uri, key, value) {
var re = new RegExp(“([?&])” + key + “=.*?(&|$)”, “i”);
var separator = uri.indexOf(‘?’) !== -1 ? “&” : “?”;
if (uri.match(re)) {
return uri.replace(re, ‘$1’ + key + “=” + value + ‘$2’);
}
else {
return uri + separator + key + “=” + value;
}
}
function univform_showerrors(){
var t_errors = “”;
if(cside_errors)
t_errors = “All fields are required!”;
for(var x = 0; univform_errors[x];x++){
t_errors += “”+univform_errors[x]+”