post("btn_send")!=''){ $cat=$request->post('cat'); $name=$request->post('name'); $email=$request->post('email'); $subject=$request->post('subject'); $details=$request->post('details'); $order=$request->post('order'); if($request->post('name')!='' && $request->post('email')!='' && $request->post('subject')!='' && $request->post('details')!='' ) { $headers = "From: $name <$email>" . "\r\n"; wp_mail( 'support@clogica.com', $cat . ': ' . $order .': ' . $subject , $details , $headers ); $app->echo_message("You message is received and queued, we will reply you at your email."); $cat="Plugin Usage"; $name=""; $email=""; $subject=""; $details=""; $order=""; }else { $app->echo_message("Please fill all the following fields before sending!","danger"); } } ?>

Help Center


" method="post" class="form-horizontal" role="form" data-toggle="validator">

We recommend before contacting us and wait for reply, to explore the product page in our knowledge base, it contains many articles about how to use the plugin
To go to the knowledge base click here



Open a new ticket?

Please provide as much details as possible so we can best assist you. To update a previously submitted ticket, Please login.



hide_alerts(); $SR_jforms->run();