Title: Dan Paramo's Replies | WordPress.org

---

# Dan Paramo

  [  ](https://wordpress.org/support/users/danielpgi/)

 *   [Profile](https://wordpress.org/support/users/danielpgi/)
 *   [Topics Started](https://wordpress.org/support/users/danielpgi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danielpgi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danielpgi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danielpgi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danielpgi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danielpgi/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] BASE HREF Ajax not fuctional](https://wordpress.org/support/topic/base-href-ajax-not-fuctional/)
 *  Thread Starter [Dan Paramo](https://wordpress.org/support/users/danielpgi/)
 * (@danielpgi)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/base-href-ajax-not-fuctional/#post-5191702)
 * I found how to fix this.
 * Version 3.9.1
    file: contact-form.php line 322
 * changed from:
    ‘action’ => esc_url( $url ),
 * changed to:
    ‘action’ => ‘[http://&#8217](http://&#8217);.$_SERVER[‘SERVER_NAME’].
   esc_url( $url ),
 * Now it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] akismet removing the field problem](https://wordpress.org/support/topic/akismet-removing-the-field-problem/)
 *  Thread Starter [Dan Paramo](https://wordpress.org/support/users/danielpgi/)
 * (@danielpgi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/akismet-removing-the-field-problem/#post-4334281)
 * At least I know that these fields would show up in previous versions, whether
   or not the akismet was functioning properly, I did not test it. I love Contact
   Form 7 is by far my favorite WP form plugin, thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] akismet removing the field problem](https://wordpress.org/support/topic/akismet-removing-the-field-problem/)
 *  Thread Starter [Dan Paramo](https://wordpress.org/support/users/danielpgi/)
 * (@danielpgi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/akismet-removing-the-field-problem/#post-4334231)
 * Something was changed since the last update.
 * In the last version it was fine to end with akismet:author after the placeholder.
   I had to move akisment in front of the placeholder, that fixed it. I believe 
   this could potentially become a problem with several websites.
 * DOES NOT WORK ANYMORE (worked in last version):
    [text* text-415 class:register
   placeholder “Full Name” akismet:author] [email email-897 class:register placeholder“
   Email Address” akismet:author_email]
 * WORKS:
    [text* text-415 class:register akismet:author placeholder “Full Name”][
   email email-897 class:register akismet:author_email placeholder “Email Address”]

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