Title: Change
Last modified: November 11, 2024

---

# Change

 *  Resolved [marsawp](https://wordpress.org/support/users/marsawp/)
 * (@marsawp)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/change-21/)
 * Hi, I’d like to change the names of the form fields created for the YITH gift
   card product. I want to make it clearer for the user. For example, for the email
   field, I’d like it to say “Email of the lucky person .” Do you know where these
   forms can be modified? I’ve searched for the file via FTP in YITH and can’t seem
   to find it. Thanks a lot!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-21%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/change-21/#post-18127418)
 * Hello there,
   thanks for contacting us!
 * To change this form label, please add the following code in the **_functions.
   php_** file of your active theme:
 *     ```wp-block-code
       if (!function_exists('ywgc_recipient_email_label_custom')) {    function ywgc_recipient_email_label_custom() {        return 'Your custom email label';    }    add_filter( 'ywgc_recipient_email_label', 'ywgc_recipient_email_label_custom', 99 );}
       ```
   
 * Could you check it, please?
 * Best regards.
 *  Thread Starter [marsawp](https://wordpress.org/support/users/marsawp/)
 * (@marsawp)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/change-21/#post-18128477)
 * Thank you so much, Juan 🙂 It works perfectly. Big hug!

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

The topic ‘Change’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-gift-cards/assets/icon-256x256.gif?rev=
   3227932)
 * [YITH WooCommerce Gift Cards](https://wordpress.org/plugins/yith-woocommerce-gift-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-gift-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [marsawp](https://wordpress.org/support/users/marsawp/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/change-21/#post-18128477)
 * Status: resolved