This tool makes it easy to create custom aluminum foil containers in your own brand, size, and shape.
Size: ${containerSize} inches
Type: ${containerType}
${logoUrl ? `` : ''}
Custom Text: ${customText || 'No text provided'}
`; document.getElementById('result').innerHTML = resultHtml; // Pass values to hidden fields in the second form document.getElementById('hidden-container-size').value = containerSize; document.getElementById('hidden-container-type').value = containerType; document.getElementById('hidden-custom-text').value = customText; // Show the client info form after previewing the design document.getElementById('client-info').style.display = 'block'; });
How it works
Enter Container Size: You provide the size in inches (e.g., 18, 24 inches).
Select Container Type: Choose from types like Rectangular, Round, Oval, etc.
Upload a Logo: Upload an image file for the logo (optional).
Add Custom Text: Add a custom message or text.
Preview Design: Click “Preview Design” to generate a preview showing all details.