Get In Touch

Connect with Rexe the Robot and unlock transformative business staging solutions today!

Send Us a Message

Fill out the form below and we'll get back to you within 24 hours.

Contact Information

You can also reach us directly using the information below.

Phone

0432123454

9:00 AM - 5:00 PM

Email

hello@rexe.com.au

We'll respond within 24 hours

Address

22 Billabong Rd, Goolwa South SA 5214, Australia

Business Hours

Monday - Friday 9:00 AM - 5:00 PM
Saturday 10:00 AM - 2:00 PM
Sunday Closed
const result = await response.json(); if (result.success) { alert(result.message || 'Thank you for contacting us! We will respond within 24 hours.'); e.target.reset(); } else { alert('Error: ' + (result.error || 'Failed to send message. Please try again.')); } } catch (error) { console.error('Contact form error:', error); alert('Error sending message. Please try again or contact us directly.'); } finally { submitBtn.disabled = false; submitBtn.textContent = originalText; } });