Contact Information

📞

Phone

(256) 808-4476

Call or text - we're here to help

✉️

Email

joe@vaughanff.com

Email anytime - we typically respond within 24 hours

📍

Location

Serving clients nationally and in Huntsville, AL

Virtual meetings available nationwide

By Appointment Only

We operate by appointment to ensure each client receives focused, uninterrupted attention. Contact us to schedule a time that works for you.

Send Us a Message

Fill out the form below and we'll get back to you shortly.

BrokerCheck - FINRA
document.getElementById('contactForm').addEventListener('submit', function(e) { e.preventDefault(); const formData = new FormData(this); const data = {}; formData.forEach((value, key) => data[key] = value); // Prepare email body const emailBody = ` New Contact Form Submission from VFF Website Name: ${data.name} Email: ${data.email} Phone: ${data.phone || 'Not provided'} Client Type: ${data.clientType} Message: ${data.message} `.trim(); // Create mailto link const mailtoLink = `mailto:[email protected]?subject=New Website Inquiry from ${data.name}&body=${encodeURIComponent(emailBody)}`; // Open mailto window.locati