Contribution/Donation

2017

Support 2017 Flood Victims in Nepal (closed)

2015

Nepal Earthquake Disaster Relief 2015 (closed)

2011

Help Japan Earthquake and Tsunami Victims (closed)

2010

PC Distribution (closed)

} function wpf_dev_display_submit_after( $form_data ) { // Only run on my form with ID = 2557 if ( absint( $form_data[ 'id' ] ) !== 2557 ) { return; } // Display a link to a YouTube video after the submit button. _e( '
Click here for a special video announcement!.
', 'plugin-domain' ); } add_action( 'wpforms_display_submit_after', 'wpf_dev_display_submit_after', 10, 1 );