'; if (stristr($str,$word)) $nb++; return $nb; } $form_4_class='form_4_error'; $form_4_error=''; $form_4_spam=0; $form_4_td_22_class='form_4_info'; $form_4_td_22_error=' '; $form_4_td_22_value=''; $form_4_td_23_class='form_4_info'; $form_4_td_23_error=' '; $form_4_td_23_value=''; $form_4_td_24_class='form_4_info'; $form_4_td_24_error=' '; $form_4_td_24_value=''; $form_4_td_25_class='form_4_info'; $form_4_td_25_error=' '; $form_4_td_25_value=''; $form_4_td_26_class='form_4_info'; $form_4_td_26_error=' '; $form_4_td_26_value=''; if ('eimquyCG'==my_get_post('form_4_submit')) { $form_4_error_string='There are errors which need correction.'; $form_4_td_22_error_class='form_4_error'; $form_4_td_22_error_must='Error: This field is required!'; $form_4_td_22_error_spam='Error: http: < > are not allowed!'; $form_4_td_22_value=my_get_post('Name' ,true); $form_4_body.='Name : '.my_get_post('Name')."\r\n"; if (''==trim(my_get_post('Name'))) {$form_4_td_22_class=$form_4_td_22_error_class; $form_4_td_22_error=$form_4_td_22_error_must; $form_4_error=$form_4_error_string;} $form_4_td_22_spam=form_4_count_spam(my_get_post('Name')); if ($form_4_td_22_spam>0) { if ($form_4_td_22_class!=$form_4_td_22_error_class) {$form_4_td_22_class=$form_4_td_22_error_class; $form_4_td_22_error=$form_4_td_22_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_22_spam; } $form_4_td_23_error_class='form_4_error'; $form_4_td_23_error_must='Error: This field is required!'; $form_4_td_23_error_validation='Error: This field must be an email!'; $form_4_td_23_error_spam='Error: http: < > are not allowed!'; $form_4_td_23_value=my_get_post('Email' ,true); $form_4_body.='Email : '.my_get_post('Email')."\r\n"; if (''==trim(my_get_post('Email'))) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_must; $form_4_error=$form_4_error_string;} if ($form_4_td_23_class!=$form_4_td_23_error_class && ''!=trim(my_get_post('Email')) && !isEmail(my_get_post('Email'))) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_validation; $form_4_error=$form_4_error_string;} $form_4_td_23_spam=form_4_count_spam(my_get_post('Email')); if ($form_4_td_23_spam>0) { if ($form_4_td_23_class!=$form_4_td_23_error_class) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_23_spam; } $form_4_td_24_error_class='form_4_error'; $form_4_td_24_error_spam='Error: http: < > are not allowed!'; $form_4_td_24_value=my_get_post('Address' ,true); $form_4_body.='Address : '.my_get_post('Address')."\r\n"; $form_4_td_24_spam=form_4_count_spam(my_get_post('Address')); if ($form_4_td_24_spam>0) { if ($form_4_td_24_class!=$form_4_td_24_error_class) {$form_4_td_24_class=$form_4_td_24_error_class; $form_4_td_24_error=$form_4_td_24_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_24_spam; } $form_4_td_25_error_class='form_4_error'; $form_4_td_25_error_spam='Error: http: < > are not allowed!'; $form_4_td_25_value=my_get_post('Telephone' ,true); $form_4_body.='Telephone : '.my_get_post('Telephone')."\r\n"; $form_4_td_25_spam=form_4_count_spam(my_get_post('Telephone')); if ($form_4_td_25_spam>0) { if ($form_4_td_25_class!=$form_4_td_25_error_class) {$form_4_td_25_class=$form_4_td_25_error_class; $form_4_td_25_error=$form_4_td_25_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_25_spam; } $form_4_td_26_error_class='form_4_error'; $form_4_td_26_error_spam='Error: http: < > are not allowed!'; $form_4_td_26_value=my_get_post('Comments' ,true); $form_4_body.='Comments : '.my_get_post('Comments')."\r\n"; $form_4_td_26_spam=form_4_count_spam(my_get_post('Comments')); if ($form_4_td_26_spam>0) { if ($form_4_td_26_class!=$form_4_td_26_error_class) {$form_4_td_26_class=$form_4_td_26_error_class; $form_4_td_26_error=$form_4_td_26_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_26_spam; } if (''==trim($form_4_error) && 0==$form_4_spam) { $receiver='youremail@email.com'; $subject='Form Result -- Contact'; if (isEmail( $form_4_td_22_value )) $header='From: '.$form_4_td_22_value; $subject= substr($subject, 0, 255); $subject=str_replace("\n", " ", $subject); $subject=str_replace("\r", " ", $subject); $body=str_replace("\n.", "\n..", $form_4_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_4_error)) $form_4_error="$form_4_error"; } if ($form_4_spam >= 3) sleep(20); if ($form_4_spam >= 3) $form_4_td_22_value=''; if ($form_4_spam >= 3) $form_4_td_23_value=''; if ($form_4_spam >= 3) $form_4_td_24_value=''; if ($form_4_spam >= 3) $form_4_td_25_value=''; if ($form_4_spam >= 3) $form_4_td_26_value=''; ?> SDD Signs & Displays Direct- POP displays, signs, banners, retail and commercial signage, trade show displays.

 

Consulting Services Available From SDD, Signs + Displays Direct

SDD can help you create an exciting retail environment designed to increase sales. Whether you need just a few items to freshen things up, or if you want to re-invent the entire look of your operation, we will work with you to turn your store into a 'shopping experience.'

Our resident consultant, Michael Boswell, has been featured in magazines and web sites and conducts seminars on how to increase sales with visual merchandising displays and signage.

Whether you opt for a basic consultation, utilizing digital photographs of your store or an in person visit and consultation, we will work with you to provide the solutions you need to take your business where you want it to go.

  • - Visual Merchandising
  • - Trade Show / Exhibit Design
  • - POP Programs
  • - Retail / Commercial Signage

To arrange an initial discussion of how we can help you increase sales while creating an exciting visual experience for your customers, please contact us today.

Phone 815.939.1382

e-mail: consulting@sdd-us.com

SDD is a full service signage and display company, offering the latest in POP displays signs, banners, trade show displays, stands, letters, post and panel, monument and pylon signs, retail and commercial signage. We provide the latest in high-resolution imaging and create turn-key P.O.P. Programs.

TO REQUEST INFORMATION ON OUR CONSULTING SERVICES:

Name:
Email:
Address:
Telephone:
Comments:
 


. : Downloads

Click here for brochures, handouts and more

Downloads