Support

Account

Home Forums Backend Issues (wp-admin) Change fields in WordPress profile page when selecting option Reply To: Change fields in WordPress profile page when selecting option

  • Hi,

    From the option to export the plugin I get it :
    ‘key’ => ‘ field_5661c0962f955 ‘

    So I used this field as ID , that way , but not resolved:
    $("#field_5661c0962f955").change(function () {

    And later this, without #
    $("field_5661c0962f955").change(function () {

    We need to change anything else?

    Tks!