axelcod.draft.webcart.us
Open in
urlscan Pro
162.254.141.19
Public Scan
URL:
https://axelcod.draft.webcart.us/
Submission: On February 17 via api from US — Scanned from US
Submission: On February 17 via api from US — Scanned from US
Form analysis
5 forms found in the DOMName: contact_form — POST index.php
<form action="index.php" method="post" name="contact_form" class=" contact_form" data-json="1">
<div class="modal-body">
<div class="text-center alert alert-danger ajax_errors" style="display:none"></div>
<div class="form_err_message text-center alert alert-danger">
<span class="form_email_error">Value entered for e-mail is invalid</span>
<span class="form_password_error">Passwords don't match</span>
<span class="form_mandatory_error">Please fill up missing fields below</span>
</div>
<div class="form-group row">
<label class="col-sm-4 col-form-label"> First Name <span class="madatorystar">*</span>
</label>
<div class="col-sm-8">
<input type="text" value="" name="DATA[FNAME]" size="45" maxlength="255" dir="ltr" id="CONTACT6_FNAME" class=" form-control mandatory">
</div>
</div>
<div class="form-group row">
<label class="col-sm-4 col-form-label"> Last Name <span class="madatorystar">*</span>
</label>
<div class="col-sm-8">
<input type="text" value="" name="DATA[LNAME]" size="45" maxlength="255" dir="ltr" id="CONTACT6_LNAME" class=" form-control mandatory">
</div>
</div>
<div class="form-group row">
<label class="col-sm-4 col-form-label"> E-mail <span class="madatorystar">*</span>
</label>
<div class="col-sm-8">
<input type="text" value="" name="DATA[EMAIL]" size="45" maxlength="255" dir="ltr" id="CONTACT6_EMAIL" class=" form-control mandatory mail">
</div>
</div>
<div class="form-group row">
<label class="col-sm-4 col-form-label"> Phone Number </label>
<div class="col-sm-8">
<input type="text" value="" name="DATA[PHONE]" size="45" maxlength="255" dir="ltr" id="CONTACT6_PHONE" class=" form-control">
</div>
</div>
<div class="form-group row">
<label class="col-sm-4 col-form-label"> Question </label>
<div class="col-sm-8">
<textarea cols="30" rows="5" id="CONTACT6_COMMENTS" name="DATA[COMMENTS]" dir="ltr" class=" form-control"></textarea>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary">Send</button>
</div>
<input type="hidden" name="BUFFER" value="CONTACT_US">
<input type="hidden" name="section" value="contact_form">
<input type="hidden" name="TAG" value="CONTACT6">
<input type="hidden" name="ac" value="insert">
<input type="hidden" name="next_action" value="default">
<input type="hidden" name="next_section" value="expert_thanks">
<input type="hidden" name="onerror_section" value="index">
</form>
Name: login_form — POST https://axelcod.draft.webcart.us/index.php
<form action="https://axelcod.draft.webcart.us/index.php" method="post" name="login_form" id="main_login_form" class="">
<span class="hidden ajax_next_url"><!--replace this comment with URL--></span>
<div class="text-center form_err_message error_mess">
<br>
<span class="form_email_error error_mess">Value entered for e-mail is invalid<br></span>
<span class="form_password_error error_mess">Passwords don't match<br></span>
<span class="form_mandatory_error error_mess">Please fill up missing fields below</span>
<span class="hidden error_mess err_wrong_login">You've entered wrong login (e-mail) or password. Please try again</span>
<span class="hidden error_mess acc_disabled">Your account is not yet activated or disabled.</span>
<span class="hidden error_mess err_can_not_be_empty">Login or password can not be empty</span>
<div class="hidden error_mess text-center password_reset">A reset password e-mail has been sent to the provided address</div>
</div>
<div class="login_form">
<div class="form-group row email">
<label class="col-3 col-form-label text-right"><strong>E-mail:</strong><b class="text-danger">*</b></label>
<div class="col-9">
<input type="text" value="" name="DATA[EMAIL]" size="35" maxlength="255" dir="ltr" id="LOGIN_EMAIL" placeholder="Enter your e-mail used as login" autocomplete="username email" class=" mandatory email form-control form-control-sm">
</div>
</div>
<div class="form-group row pass">
<label class="col-3 col-form-label text-right"><strong>Password:</strong><b class="text-danger">*</b></label>
<div class="col-9">
<input type="password" value="" name="DATA[PASSWORD1]" size="35" maxlength="255" dir="ltr" id="LOGIN_PASSWORD1" placeholder="Enter your account password" autocomplete="password" class=" mandatory form-control form-control-sm">
</div>
</div>
<div class="form-group row log_automatic">
<div class="offset-md-3 col-9">
<div class="custom-control custom-checkbox">
<input type="checkbox" name="DATA[REMEMBER_ME]" value="1" id="remember" class="custom-control-input" checked="">
<label for="remember" class="custom-control-label">Log me in automatically next time</label>
</div>
<div class="reset">
<a href="#" data-toggle="tooltip" data-placement="top" title="Request a password reset" class="login_forgot_pass" rel="nofollow">Forgot your password?</a>
</div>
</div>
</div>
</div>
<input type="hidden" name="section" value="login">
<input type="hidden" name="ac" value="login">
<input type="hidden" name="ACC_TPY" value="CUSTOMERS">
<input type="hidden" name="userid" value="" class="js_userid">
<!--Use .ajax_next_url to control redirect after login-->
</form>
Name: forgot_form — POST index.php
<form action="index.php" method="post" name="forgot_form" id="forgot_form" class="">
<span class="hidden ajax_next_url">
<!--replace this comment with URL--></span>
<div class="text-center form_err_message error_mess">
<br>
<span class="form_email_error">Value entered for e-mail is invalid<br></span>
<span class="form_mandatory_error">Email can not be blank<br></span>
<span class="hidden error_mess err_acc_not_found_subportal">Account with that email address does not exist at this portal. Please try again.<br></span>
<span class="hidden error_mess err_acc_not_found">Account with that email address does not exist.<br></span>
<span class="hidden error_mess err_service_unavailable">Service temporary unavailable.<br></span>
</div>
<div class="form_block login_form">
<div class="form-group row email">
<label class="col-3 col-form-label">E-mail:<b class="text-danger">*</b></label>
<div class="col-9">
<input type="text" value="" name="DATA[EMAIL]" size="35" maxlength="255" dir="ltr" id="EMAIL_FORGOT" placeholder="Enter E-mail address you used during registration" autocomplete="email" class=" mandatory email form-control form-control-sm">
</div>
</div>
<div class="form-group log_automatic">
<div class="offset-md-3 col-9">
<div class="reset">
<a href="#" data-toggle="tooltip" data-placement="top" title="Open login form" class="login_login">Login into your account</a>
</div>
</div>
</div>
</div>
<input type="hidden" name="section" value="forgot_pass">
<input type="hidden" name="ac" value="update">
<input type="hidden" name="ACC_TPY" value="CUSTOMERS">
<input type="hidden" name="DATA[ACC_TPY]" value="CUSTOMERS">
<input type="hidden" name="userid" value="">
<!--Use .ajax_next_url to control redirect after login-->
</form>
Name: contact_form — POST index.php
<form action="index.php" method="post" name="contact_form" class="contact_form" data-json="1">
<div class="modal-body">
<div class="text-center alert alert-danger ajax_errors" style="display:none"></div>
<div class="form_err_message text-center alert alert-danger">
<span class="form_email_error">Value entered for e-mail is invalid<br></span>
<span class="form_password_error">Passwords don't match<br></span>
<span class="form_mandatory_error">Please fill up missing fields below</span>
</div>
<div class="form-group row">
<label class="col-4 col-form-label">Full Name: <b class="madatorystar">*</b></label>
<div class="col-8">
<input type="text" value="" name="DATA[LNAME]" size="45" maxlength="255" dir="ltr" id="CONTACT10_LNAME" class=" form-control mandatory">
</div>
</div>
<div class="form-group row">
<label class="col-4 col-form-label">Company:</label>
<div class="col-8">
<input type="text" value="" name="DATA[COMPANY]" size="45" maxlength="255" dir="ltr" id="CONTACT10_COMPANY" class=" form-control mandatory">
</div>
</div>
<div class="form-group row">
<label class="col-4 col-form-label">E-mail: <b class="madatorystar">*</b></label>
<div class="col-8">
<input type="text" value="" name="DATA[EMAIL]" size="45" maxlength="255" dir="ltr" id="CONTACT10_EMAIL" class=" form-control mandatory mail">
</div>
</div>
<div class="form-group row">
<label class="col-4 col-form-label">Phone Number:</label>
<div class="col-8">
<input type="text" value="" name="DATA[PHONE]" size="45" maxlength="255" dir="ltr" id="CONTACT10_PHONE" class=" form-control">
</div>
</div>
<div class="form-group row">
<label class="col-4 col-form-label">Comments or Questions:</label>
<div class="col-8">
<textarea cols="30" rows="5" id="CONTACT10_COMMENTS" name="DATA[COMMENTS]" dir="ltr" class=" form-control"></textarea>
</div>
</div>
</div>
<div class="modal-footer text-center">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<input type="submit" name="submit" value=" Send " class="btn btn-primary">
<input type="hidden" name="BUFFER" value="CONTACT_US">
<input type="hidden" name="section" value="contact_form">
<input type="hidden" name="TAG" value="CONTACT10">
<input type="hidden" name="ac" value="insert">
<input type="hidden" name="next_action" value="default">
<input type="hidden" name="next_section" value="contact_us_thanks">
<input type="hidden" name="onerror_section" value="index">
</div>
</form>
Name: contact_form — POST index.php
<form action="index.php" method="post" name="contact_form" class="contact_form form-horizontal" role="form" enctype="multipart/form-data" data-json="1" data-ga-event-category="category" data-ga-event-action="action">
<div class="error_mess ajax_errors" style="display:none"></div>
<div class="form_err_message error_mess">
<span class="form_mandatory_error">Please fill up missing fields below<br></span>
<span class="form_email_error">Value entered for e-mail is invalid<br></span>
<span class="form_password_error">Passwords don't match<br></span>
<span class="validate_terms_error">Please confirm you agree with the terms and conditions<br></span>
</div>
<div class="row">
<div class="col-12">
<div class="form-group row">
<div class="col">
<input type="text" value="" name="DATA[LNAME]" size="45" maxlength="255" dir="ltr" id="CONTACT16_LNAME" placeholder="Your Name*" class=" form-control mandatory">
</div>
</div>
<div class="form-group row">
<div class="col">
<input type="text" value="" name="DATA[EMAIL]" size="45" maxlength="255" dir="ltr" id="CONTACT16_EMAIL" placeholder="E-Mail*" class=" form-control mandatory">
</div>
</div>
<div class="form-group row">
<div class="col">
<input type="text" value="" name="DATA[PHONE]" size="45" maxlength="255" dir="ltr" id="CONTACT16_PHONE" placeholder="Phone" class=" form-control">
</div>
</div>
<div class="form-group row">
<div class="col">
<input type="text" value="" name="DATA[COMPANY]" size="45" maxlength="255" dir="ltr" id="CONTACT16_COMPANY" placeholder="Company Name" class=" form-control">
</div>
</div>
<div class="form-group row">
<div class="col">
<input type="text" value="" name="DATA[JOBTITLE]" size="45" maxlength="255" dir="ltr" id="CONTACT16_JOBTITLE" placeholder="Your job title" class=" form-control">
</div>
</div>
</div>
<div class="col-12">
<div class="form-group row">
<div class="col">
<select size="1" id="CONTACT16_REVENUE" name="DATA[REVENUE]" dir="ltr" class=" form-control">
<option value="Your online annual revenue" class=" ">Your online annual revenue</option>
<option value="&lt; $ 1M" class=" ">< $ 1M</option>
<option value=" $ 1M - $ 10M" class=" "> $ 1M - $ 10M</option>
<option value=" &gt; $ 10 " class=" "> > $ 10 </option>
</select>
</div>
</div>
<div class="form-group row">
<div class="col">
<input type="text" value="" name="DATA[PLATFORM]" size="45" maxlength="255" dir="ltr" id="CONTACT16_PLATFORM" placeholder="Enter your current website platform" class=" form-control">
</div>
</div>
<div class="form-group row">
<div class="col">
<select size="1" id="CONTACT16_BUDGET" name="DATA[BUDGET]" dir="ltr" class=" form-control">
<option value="Enter your current monthly website tech budget" class=" ">Enter your current monthly website tech budget</option>
<option value="$ 0 - $ 2k per month" class=" ">$ 0 - $ 2k per month</option>
<option value="$ 2k - $ 5k per month" class=" ">$ 2k - $ 5k per month</option>
<option value="$ 5k - $ 10k per month" class=" ">$ 5k - $ 10k per month</option>
<option value=" &gt; $ 10k per month" class=" "> > $ 10k per month</option>
</select>
</div>
</div>
<div class="form-group row">
<div class="col">
<select size="1" id="CONTACT16_TIME" name="DATA[TIME]" dir="ltr" class=" form-control">
<option value="Project timeline" class=" ">Project timeline</option>
<option value="0 - 3 months" class=" ">0 - 3 months</option>
<option value="3 - 6 months" class=" ">3 - 6 months</option>
<option value="6 - 9 months" class=" ">6 - 9 months</option>
<option value="9 - 12 months" class=" ">9 - 12 months</option>
<option value="&gt; 1 year" class=" ">> 1 year</option>
</select>
</div>
</div>
</div>
<div class="col-12">
<div class="form-group row">
<div class="col-sm-12">
<textarea cols="30" rows="3" id="CONTACT16_COMMENTS" name="DATA[COMMENTS]" dir="ltr" placeholder="Notes" class=" form-control"></textarea>
</div>
</div>
</div>
</div>
<div class="text-center">
<input type="submit" name="submit" value="Submit" class="btn btn-danger ">
</div>
<input type="hidden" name="BUFFER" value="CONTACT_US">
<input type="hidden" name="section" value="contact_form">
<input type="hidden" name="userid" value="">
<input type="hidden" name="TAG" value="CONTACT16">
<input type="hidden" name="ac" value="insert">
<input type="hidden" name="next_action" value="default">
<input type="hidden" name="next_section" value="contact_us_thanks">
<input type="hidden" name="onerror_section" value="index">
<input type="hidden" name="DATA[THE_TIME]" value="NOW()">
</form>
Text Content
https://axelcod.draft.webcart.us/ Integrated E-commerce Solutions Since 2003 * Support * Sales: 310-212-7920 * Request a demo * Product * Solutions * E-commerce Suite * Content Hub * Web Presence Management * Services * Company * About Adrecom * News & Press Releases * Partners * Customers * Contact Us * Blog * Request a demo INTEGRATED E-COMMERCE AS A SCALABLE SERVICE EMPOWERING ENTERPRISE AND SMB BUSINESSES * Content and e-commerce management under one roof * Retail, wholesale, and distributor support * Rapid prototype design and deployment * B2B and B2C environments * Front-end customization tools * Integrations to CRM, Accounting and ERP * Customer self-service portal & FAQ library DRIVE YOUR B2B AND B2C BUSINESS GROWTH WITH ADRECOM ENTERPRISE CLASS INTEGRATED E-COMMERCE SOLUTION OMNI CHANNEL E-COMMERCE SELL WHERE YOUR CUSTOMERS ARE ON YOUR WEBSITE, SOCIAL, AMAZON, EBAY AND MORE. CONTENT HUB MANAGE AND ORGANIZE CONTENT ACROSS MULTIPLE WEB CHANNELS. DIGITAL PRESENCE AS SERVICE TRANSFORM AN UNDERPERFORMING WEBSITE INTO A REVENUE GENERATION VEHICLE. PLUGIN MANAGEMENT IS COMPLICATED AND EXPENSIVE OUR PLATFORM FEATURES SEAMLESS APP INTEGRATION WITH LEADING 3RD-PARTY BUSINESS MANAGEMENT APPLICATIONS. * ERP and CRM platforms * | * Payment gateway platforms ADRECOM CORE BACK END ALL IN ONE E-COMMERCE, CONTENT, AND CUSTOMER ENGAGEMENT MANAGEMENT. More about back end ADRECOM CORE FRONT END ADAPTIVE SOLUTION FOR MULTIPLE TOUCH POINTS. More about front end 1. 2. 3. Previous Next E-COMMERCE GROWTH ENGAGEMENT AND MARKETING RAPID PROTOTYPE DESIGN IN E-COMMERCE: THE GAME CHANGER IN TODAY'S FAST-PACED WORLD 5 ESSENTIAL SEO PRACTICES FOR ENHANCING E-COMMERCE PRODUCT PAGES HARNESSING THE POWER OF ONLINE PORTALS FOR EFFECTIVE SALES MANAGEMENT * Home * Product * E-commerce Suite * Content Hub * Web Presence Management * Services * Company * Blog * Contact Us Site Map © 2005-2024 Adrecom All Rights Reserved. Privacy Policy GET STARTED TODAY * 216-220-2399 * info@adrecom.com * Request a Meeting * ASK EXPERT × Value entered for e-mail is invalid Passwords don't match Please fill up missing fields below First Name * Last Name * E-mail * Phone Number Question Close Send LOGIN INTO YOUR ACCOUNT × Value entered for e-mail is invalid Passwords don't match Please fill up missing fields below You've entered wrong login (e-mail) or password. Please try again Your account is not yet activated or disabled. Login or password can not be empty A reset password e-mail has been sent to the provided address E-mail:* Password:* Log me in automatically next time Forgot your password? Value entered for e-mail is invalid Email can not be blank Account with that email address does not exist at this portal. Please try again. Account with that email address does not exist. Service temporary unavailable. E-mail:* Login into your account Login to Account Recover password Close NEED A CUSTOM QUOTE? × Value entered for e-mail is invalid Passwords don't match Please fill up missing fields below Full Name: * Company: E-mail: * Phone Number: Comments or Questions: Close SCHEDULE A ONE-TO-ONE CONSULTATION WITH YOUR PRODUCT SPECIALIST × Please fill up missing fields below Value entered for e-mail is invalid Passwords don't match Please confirm you agree with the terms and conditions Your online annual revenue< $ 1M $ 1M - $ 10M > $ 10 Enter your current monthly website tech budget$ 0 - $ 2k per month$ 2k - $ 5k per month$ 5k - $ 10k per month > $ 10k per month Project timeline0 - 3 months3 - 6 months6 - 9 months9 - 12 months> 1 year