# Tell my button to report an error if the fields are not filled out correctly

**URL:** https://community.thunkable.com/t/tell-my-button-to-report-an-error-if-the-fields-are-not-filled-out-correctly/131401
**Category:** Questions about Thunkable X
**Tags:** button
**Created:** [July 4, 2019, 8:28am UTC](https://community.thunkable.com/t/tell-my-button-to-report-an-error-if-the-fields-are-not-filled-out-correctly/131401 "2019-07-04T08:28:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![grecommerce01](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/grecommerce01/32/34345_2.png) [@grecommerce01](https://community.thunkable.com/u/grecommerce01)
#### Post date: [July 4, 2019, 8:28am UTC](https://community.thunkable.com/t/tell-my-button-to-report-an-error-if-the-fields-are-not-filled-out-correctly/131401/1 "2019-07-04T08:28:26Z")

</div>

Good morning,  
I would like to have an email sent to my app if all the fields are well filled out, so the button should only work when they have been completed.  
How can I do?

Thanks in advance

---

<div class="post-metadata">

### Author: ![samclever](https://avatars.discourse-cdn.com/v4/letter/s/ec9cab/32.png) [@samclever](https://community.thunkable.com/u/samclever)
#### Post date: [July 4, 2019, 8:34am UTC](https://community.thunkable.com/t/tell-my-button-to-report-an-error-if-the-fields-are-not-filled-out-correctly/131401/2 "2019-07-04T08:34:27Z")

</div>

use an if block and tell it IF all textboxes are NOT empty enable button. As for the email, I am not sure if that is doable on Thunkable X at this time.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:12pm UTC](https://community.thunkable.com/t/tell-my-button-to-report-an-error-if-the-fields-are-not-filled-out-correctly/131401/3 "2024-11-08T12:12:22Z")

</div>


