Title: Reset button
Last modified: June 8, 2023

---

# Reset button

 *  Resolved [10bradders10](https://wordpress.org/support/users/10bradders10/)
 * (@10bradders10)
 * [3 years ago](https://wordpress.org/support/topic/reset-button-30/)
 * Hi, is there a ‘reset’ button to add to the search form? to clear previous field
   entries.
 * Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [3 years ago](https://wordpress.org/support/topic/reset-button-30/#post-16806216)
 * Hi 10bradders10,
 * You can add a reset button to your form template. If you are using ‘bps-form-
   default’, locate the line:
 *     ```wp-block-code
           <button type="submit"><?php echo $F->strings['search']; ?></button>
       ```
   
 * and add the reset button:
 *     ```wp-block-code
           <button type="submit"><?php echo $F->strings['search']; ?></button>
           <button type="reset">Reset</button>
       ```
   
 * For more information on how to create and use a custom form template, see my 
   page:
 * [https://dontdream.it/bp-profile-search/form-templates/](https://dontdream.it/bp-profile-search/form-templates/)
 *  Thread Starter [10bradders10](https://wordpress.org/support/users/10bradders10/)
 * (@10bradders10)
 * [3 years ago](https://wordpress.org/support/topic/reset-button-30/#post-16806807)
 * Thanks Andrea!
 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/reset-button-30/#post-16808736)
 * You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reset button’ is closed to new replies.

 * ![](https://ps.w.org/bp-profile-search/assets/icon.svg?rev=1568973)
 * [BP Profile Search](https://wordpress.org/plugins/bp-profile-search/)
 * [Support Threads](https://wordpress.org/support/plugin/bp-profile-search/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-profile-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-profile-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-profile-search/reviews/)

## Tags

 * [reset](https://wordpress.org/support/topic-tag/reset/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * Last activity: [2 years, 12 months ago](https://wordpress.org/support/topic/reset-button-30/#post-16808736)
 * Status: resolved