Stephens Bonds Cleaning Gold Coast logo image png transparent
Bond Cleaning Quote
1 Bed | 1 Bath
2 Bed | 1 Bath
3 Bed | 1 Bath
2 Bed | 2 Bath
3 Bed | 2 Bath
4 Bed | 2 Bath
4 Bed | 3 Bath
5 Bed | 2 Bath
5 Bed | 3 Bath
5 Bed | 4 Bath
House | Townhouse
Apartment Block | High Rise
Double Story House
None
One
Two
Three
Four
Five
Six

Total: $0

Scroll to Top
add_filter('nex_forms_email', 'customize_checkbox_values_in_email', 10, 3); function customize_checkbox_values_in_email($email_body, $data, $settings) { // Replace the checkbox field IDs with their corresponding values in the email body $checkbox_values = array( '00' => 'Townhouse', '0' => 'House', '55' => 'Apartment Block/High Rise', '150' => 'Double Story House', ); foreach ($checkbox_values as $id => $value) { $email_body = str_replace("$id==", "$value==", $email_body); } return $email_body; }