Motorhome Rheinland Water Inlet Filler Cap Quick Hose Connector For Caravan Camper Accessories Water Inlet Filler Hose Connector

$15.99 & Free Shipping

58 in stock

Description


Caravan Motorhome Rheinland Water Inlet Filler Cap Quick Hose Connector

Description
RHEINLAND Water Filler Inlet with Quick Connection

Water cap diameter: 7.9cm
Suitable for 55mm inlets
More hygienic way to refill motorhome freshwater tanks.
More cost effective than branded versions, like Heos and Fiamma
No leaks whilst refilling water tanks

Not suitable for smaller or European motorhomes

Suitable for ABL water inlet with 55mm diameter

**This cap will not fit Fiamma inlets**

The Rhineland water filling cap fits in place of your locking water cap during filling.

Connect your hose to the standard hose connector and easily refill your freshwater tanks without someone else holding the hose in place.

Packing list

1

Additional information

Weight 0.100 lbs
Dimensions 18 × 14 × 8 in
Brand Name

NONE

High-concerned chemical

None

Origin

Mainland China

Material

pc

Item Length

Special Features

Item Width

Model Name

Item Height

Item Weight

Item Diameter

Choice

yes

semi_Choice

yes

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });