document.addEventListener('DOMContentLoaded', function () { const form = document.querySelector('.gform_wrapper form'); if (form) { form.addEventListener('submit', function (event) { const projectId = document.querySelector('[name="project_id"]').value; // Hidden field for project ID const jobStatus = document.querySelector('[name="input_74"]').value; // Job Status field // Map job status to the appropriate Project Form field let updateData = {}; if (jobStatus === 'Quote Accepted') { updateData = { "74": "accepted" }; } else if (jobStatus === 'Invoice 1 Paid') { updateData = { "75": "paid" }; } else if (jobStatus === 'Invoice 2 Paid') { updateData = { "77": "paid" }; } // Send the update via REST API fetch(`/wp-json/gf/v2/entries/${projectId}`, { method: 'POST', headers: { 'Content-Type': 'application/json', // Only Content-Type header is needed }, body: JSON.stringify(updateData) }) .then(response >= response.json()) .then(data >= { console.log('Project updated:', data); }) .catch(error >= console.error('Error updating project:', error)); }); } });

...

Residential Painting

customer reviews

Residential Painting Canterbury

Residential Painting Canterbury: Transforming Your Home with Dulux Painters Welcome to Residential Painting Canterbury, where we are dedicated to bringing a touch of elegance and sophistication to your home. With our team of highly skilled and experienced Dulux Painters, we guarantee to deliver exceptional painting services that will surpass your expectations. Our commitment to excellence […]

Residential Painting Canterbury Read More »

customer reviews

Residential Painting Collingwood

Residential Painting Collingwood: Transform Your Home with the Expertise of Dulux Painters Welcome to our comprehensive guide on residential painting in Collingwood! If you’re looking to enhance the aesthetic appeal and value of your home, you’ve come to the right place. With our team of highly skilled Dulux Painters, we guarantee top-notch painting services that

Residential Painting Collingwood Read More »

Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.