diff --git a/public_html/wp-content/plugins/camptix/addons/field-url.php b/public_html/wp-content/plugins/camptix/addons/field-url.php
index 20138c7b5..50871834c 100644
--- a/public_html/wp-content/plugins/camptix/addons/field-url.php
+++ b/public_html/wp-content/plugins/camptix/addons/field-url.php
@@ -75,7 +75,7 @@ function attendees_shortcode_item( $attendee_id ) {
$label = substr( $label, 4 );
}
- printf( '%s', esc_url( $url ), esc_html( $label ) );
+ printf( '%s', esc_attr( $question->post_name ), esc_url( $url ), esc_html( $label ) );
}
}
}