Voting on TA Now Open until September 26, 2025 at 3 pm
https://www.twu557.org/wp-content/uploads/ChatGPT-Image-Vote-Sep-13-2025-e1757771447193.png15361024Gordyhttps://twu557.org/wp-content/uploads/logo.webpGordy2025-09-12 17:53:412025-09-13 09:10:27Voting on TA Now Open until September 26, 2025 at 3 pm
/*
* 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 );