• Since a lot of people struggle with this (and I lost a whole hour on this) here is the help.

    I just changed 1 to 0 in custom-contact-forms-admin.php (in root of the plugin folder) since this option doesn’t exist in admin area any more to be set to Yes/No.

    line 244:
    if ($admin_options[‘admin_ajax’] == 1) {

    change to:
    if ($admin_options[‘admin_ajax’] == 0) {

    http://wordpress.org/extend/plugins/custom-contact-forms/

Viewing 1 replies (of 1 total)
  • It seems a common problem for the attach button to not work, but the way I fixed it on my site was just to refresh after making changes, and ensure I pressed the button long enough for it to activate – a simple quick click won’t “depress” the button.

Viewing 1 replies (of 1 total)
  • The topic ‘Save button or attach button doesn't work – FIX by Webitfree’ is closed to new replies.