'; if (stristr($str,$word)) $nb++; return $nb; } $form_5_class='form_5_error'; $form_5_error=''; $form_5_spam=0; $form_5_td_28_class='form_5_info'; $form_5_td_28_error=' '; $form_5_td_28_value=''; $form_5_td_29_class='form_5_info'; $form_5_td_29_error=' '; $form_5_td_29_value=''; $form_5_td_30_class='form_5_info'; $form_5_td_30_error=' '; $form_5_td_30_value=''; $form_5_td_31_class='form_5_info'; $form_5_td_31_error=' '; $form_5_td_31_value=''; $form_5_td_32_class='form_5_info'; $form_5_td_32_error=' '; $form_5_td_32_value=''; if ('fkpuzEJO'==my_get_post('form_5_submit')) { $form_5_error_string='There are errors which need correction.'; $form_5_td_28_error_class='form_5_error'; $form_5_td_28_error_must='Error: This field is required!'; $form_5_td_28_error_spam='Error: http: < > are not allowed!'; $form_5_td_28_value=my_get_post('Name' ,true); $form_5_body.='Name : '.my_get_post('Name')."\r\n"; if (''==trim(my_get_post('Name'))) {$form_5_td_28_class=$form_5_td_28_error_class; $form_5_td_28_error=$form_5_td_28_error_must; $form_5_error=$form_5_error_string;} $form_5_td_28_spam=form_5_count_spam(my_get_post('Name')); if ($form_5_td_28_spam>0) { if ($form_5_td_28_class!=$form_5_td_28_error_class) {$form_5_td_28_class=$form_5_td_28_error_class; $form_5_td_28_error=$form_5_td_28_error_spam; $form_5_error=$form_5_error_string;} $form_5_spam += $form_5_td_28_spam; } $form_5_td_29_error_class='form_5_error'; $form_5_td_29_error_must='Error: This field is required!'; $form_5_td_29_error_validation='Error: This field must be an email!'; $form_5_td_29_error_spam='Error: http: < > are not allowed!'; $form_5_td_29_value=my_get_post('Email' ,true); $form_5_body.='Email : '.my_get_post('Email')."\r\n"; if (''==trim(my_get_post('Email'))) {$form_5_td_29_class=$form_5_td_29_error_class; $form_5_td_29_error=$form_5_td_29_error_must; $form_5_error=$form_5_error_string;} if ($form_5_td_29_class!=$form_5_td_29_error_class && ''!=trim(my_get_post('Email')) && !isEmail(my_get_post('Email'))) {$form_5_td_29_class=$form_5_td_29_error_class; $form_5_td_29_error=$form_5_td_29_error_validation; $form_5_error=$form_5_error_string;} $form_5_td_29_spam=form_5_count_spam(my_get_post('Email')); if ($form_5_td_29_spam>0) { if ($form_5_td_29_class!=$form_5_td_29_error_class) {$form_5_td_29_class=$form_5_td_29_error_class; $form_5_td_29_error=$form_5_td_29_error_spam; $form_5_error=$form_5_error_string;} $form_5_spam += $form_5_td_29_spam; } $form_5_td_30_error_class='form_5_error'; $form_5_td_30_error_spam='Error: http: < > are not allowed!'; $form_5_td_30_value=my_get_post('Address' ,true); $form_5_body.='Address : '.my_get_post('Address')."\r\n"; $form_5_td_30_spam=form_5_count_spam(my_get_post('Address')); if ($form_5_td_30_spam>0) { if ($form_5_td_30_class!=$form_5_td_30_error_class) {$form_5_td_30_class=$form_5_td_30_error_class; $form_5_td_30_error=$form_5_td_30_error_spam; $form_5_error=$form_5_error_string;} $form_5_spam += $form_5_td_30_spam; } $form_5_td_31_error_class='form_5_error'; $form_5_td_31_error_spam='Error: http: < > are not allowed!'; $form_5_td_31_value=my_get_post('Telephone' ,true); $form_5_body.='Telephone : '.my_get_post('Telephone')."\r\n"; $form_5_td_31_spam=form_5_count_spam(my_get_post('Telephone')); if ($form_5_td_31_spam>0) { if ($form_5_td_31_class!=$form_5_td_31_error_class) {$form_5_td_31_class=$form_5_td_31_error_class; $form_5_td_31_error=$form_5_td_31_error_spam; $form_5_error=$form_5_error_string;} $form_5_spam += $form_5_td_31_spam; } $form_5_td_32_error_class='form_5_error'; $form_5_td_32_error_spam='Error: http: < > are not allowed!'; $form_5_td_32_value=my_get_post('Comments' ,true); $form_5_body.='Comments : '.my_get_post('Comments')."\r\n"; $form_5_td_32_spam=form_5_count_spam(my_get_post('Comments')); if ($form_5_td_32_spam>0) { if ($form_5_td_32_class!=$form_5_td_32_error_class) {$form_5_td_32_class=$form_5_td_32_error_class; $form_5_td_32_error=$form_5_td_32_error_spam; $form_5_error=$form_5_error_string;} $form_5_spam += $form_5_td_32_spam; } if (''==trim($form_5_error) && 0==$form_5_spam) { $receiver='youremail@email.com'; $subject='Form Result -- Contact'; if (isEmail( $form_5_td_22_value )) $header='From: '.$form_5_td_22_value; $subject= substr($subject, 0, 255); $subject=str_replace("\n", " ", $subject); $subject=str_replace("\r", " ", $subject); $body=str_replace("\n.", "\n..", $form_5_body); if ($body!="") { $result=mail($receiver,$subject,$body,$header); if (!result) { echo 'ERROR: The PHP mail function mail($receiver,$subject,$body,$header); does not work properly on your server, please contact your web hosting.'; exit; } } if ($result) { $url='http://www.signsanddisplaysdirect.com/products.htm'; if (!headers_sent()){ header('Location: '.$url); exit; }else{ echo ''; echo ''; exit; } exit; } } if (trim($form_5_error)) $form_5_error="$form_5_error"; } if ($form_5_spam >= 3) sleep(20); if ($form_5_spam >= 3) $form_5_td_28_value=''; if ($form_5_spam >= 3) $form_5_td_29_value=''; if ($form_5_spam >= 3) $form_5_td_30_value=''; if ($form_5_spam >= 3) $form_5_td_31_value=''; if ($form_5_spam >= 3) $form_5_td_32_value=''; ?> SDD Signs + Displays Direct- Private Label Branding

 

Private Label / Branding Programs FROM SDD, Signs + Displays Direct

 Whether you are launching a new business or looking for an alternative to franchising, SDD can help you develop a concept, create branding program and implement a visual merchandising plan that makes your business look like a national chain- at a fraction of the cost.

SDD’s designers are experienced in creating branding programs that are cohesive through all aspects of your business.  From stationary to logo placement on products to in-store displays to your exterior signage, we will work with you to create the image you are wanting your business to project.

From concept to installation, SDD allows you to work with one contact to guide your project, not just from start to finish, but we will continue to work with you as your business grows.

 ________________________________________________

 

Case Study: Anderson University

   Anderson University had a revenue issue in its’ dinig hall.  Sales weren’t covering the cost of their pizza franchise, so SDD was brought in to create the branding and visual merchandising program for a new approach.
  
   The solution was the creation of the Nona’s brand.  New food suppliers were brought in and he dining hall was transformed to resemble a ‘fast-casual’ restaurant.

   The result was an increase in sales for the dining hall, lower prices for the students and a much improved atmosphere for all.

       www.signsanddisplaysdirect.com Private Label Branding                  

 

To learn more about our Private Label / Branding Programs, please complete the information request form below or call us today at 815.939.1382.

Name:
Email:
Address:
Telephone:
Comments:
 


. : Downloads

Click here for brochures, handouts and more

Downloads