• Resolved yudhisthirnahar

    (@yudhisthirnahar)


    I used filter woo_wallet_action_referrals_form_fields provided in init_form_fields function in class-woo-wallet-action-referrals.php file to add new fields in form but it doesn’t work.
    I placed debugger and checked that init_form_fields is called multiple times and in first two times the filter is not called.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yudhisthirnahar

    (@yudhisthirnahar)

    I found the issue, i placed my code from functions.php to custom plugin and worked for me but i need to add email template fields like wordpress editor its not working eith field type wysiwyg field type and also need default text.

    Plugin Author Subrata Mal

    (@subratamal)

    @yudhisthirnahar We are using WooCommerce settings API in that page and WooCommerce setting API doesn’t support wysiwyg field type. You can use textarea instead.

    Thread Starter yudhisthirnahar

    (@yudhisthirnahar)

    I am using login with OTP via DIGITS plugin and via that we are unable to get referral action working, its not working at while user get registered via otp.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Referral Action form add extra fields’ is closed to new replies.