https://www.twu557.org/wp-content/uploads/whatsapp-icon.jpg500500Gordyhttps://twu557.org/wp-content/uploads/logo.webpGordy2024-06-22 21:47:172025-08-06 14:44:18New Forum for TWU557 Instructors
/*
* 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 );