https://www.twu557.org/wp-content/uploads/TWU557NewLogo2-e739e23d6f7692f5800a1236f07da62e.png425889Gordyhttps://twu557.org/wp-content/uploads/logo.webpGordy2025-11-25 23:23:112025-11-26 00:23:35Viewing of PDF files on the TWU557 Website
/*
* Make standard form fields to make read-only
* To apply, add CSS class 'wpf-disable-field' (no quotes) to field in form builder
*
* @link https://wpforms.com/developers/disable-a-form-field-to-prevent-user-input/
*/
function wpf_dev_disable_field() {
}
add_action( 'wpforms_wp_footer_end', 'wpf_dev_disable_field', 30 );