Free Tools For Scrap Yards
Enhance your website with our professional tools
Sell Car For Scrap Form Widget
Add our professional form to your website in minutes. Fully customizable and mobile-responsive.
Professional Design
Mobile-responsive form with modern UI and smooth animations
Easy Integration
Simple copy-paste installation with no coding required
Instant Notifications
Receive leads directly to your inbox in real-time
Brand Customization
Match the form's colors to your website's theme
Quick Installation
WordPress Instructions:
- Go to your WordPress page editor
- Switch to the "Text" or "Code" editor mode (not Visual)
- Paste the code below
- Replace YOUR-EMAIL@example.com with your actual email
- Update/Publish the page
<div id="ef-sell-car-form"></div>
<script>
(function(w,d,s,o,f,js,fjs){
// Determine the correct base URL
var baseUrl = 'http://localhost:4321';
try {
// Try to use the current script's URL to determine the base URL
var scripts = d.getElementsByTagName('script');
var currentScript = scripts[scripts.length - 1];
if (currentScript.src) {
baseUrl = new URL(currentScript.src).origin;
}
} catch(e) {
console.warn('Using fallback URL for Engine Finder widget');
}
w['SellCarWidget']=o;w[o]=w[o]||function(){
(w[o].q=w[o].q||[]).push(arguments)};
js=d.createElement(s);
fjs=d.getElementsByTagName(s)[0];
js.id='sell-car-widget';
js.src = baseUrl + '/widget/v1/form.js';
js.async=1;
js.onerror = function() {
console.error('Failed to load Engine Finder widget script from ' + js.src);
var container = d.getElementById('ef-sell-car-form');
if (container) {
container.innerHTML = '<div style="padding: 20px; border: 1px solid #ff4b55; border-radius: 8px; background: rgba(228, 31, 41, 0.1);"><p style="color: #ff4b55; margin: 0;">Unable to load the form widget. Please check your internet connection and try again.</p></div>';
}
};
if (fjs && fjs.parentNode) {
fjs.parentNode.insertBefore(js,fjs);
} else {
d.getElementsByTagName('head')[0].appendChild(js);
}
}(window,document,'script','ef'));
ef('init', {
email: 'YOUR-EMAIL@example.com',
theme: {
primary: '#E41F29',
secondary: '#ff4b55',
background: '#000000'
}
});
</script> Customization Options
primary Main accent color for buttons and highlights
secondary Secondary color for gradients and effects
background Form background color