Title: derstand's Replies | WordPress.org

---

# derstand

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forms: 3rd-Party Integration] Forms randomly not being sent to SF/Pardot](https://wordpress.org/support/topic/forms-randomly-not-being-sent-to-sf-pardot/)
 *  Thread Starter [derstand](https://wordpress.org/support/users/derstand/)
 * (@derstand)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/forms-randomly-not-being-sent-to-sf-pardot/#post-10473119)
 * Hi,
 * I wasn’t getting any error emails before but after adding a debug text on the
   Success condition saying “Sent to Pardot”, I now get the failure email when that
   entry is not sent to Pardot.
 * The response I get in this failure email is the following:
 *     ```
        [reason] =3D> Could not locate success clause within response
           [safe_message] =3D> Success Clause not found
           [clause] =3D> Sent to Pardot
           [response] =3D> <followed by the page html code> 
       ```
   
 * Am I doing this wrong? Should the success condition be some kind of specific 
   text string? It’s happening randomly, 2 out of 8 doesn’t get sent to Pardot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forms: 3rd-Party Integration] Forms randomly not being sent to SF/Pardot](https://wordpress.org/support/topic/forms-randomly-not-being-sent-to-sf-pardot/)
 *  Thread Starter [derstand](https://wordpress.org/support/users/derstand/)
 * (@derstand)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/forms-randomly-not-being-sent-to-sf-pardot/#post-10413285)
 * Ok, so I turned on debug mode and now I actually have one email that fits in 
   the criteria, what can kind of info show I be looking for in the email to understand
   why wasn’t it passed to Pardot?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Medium Posts] Posts display above container div or above last div](https://wordpress.org/support/topic/posts-display-above-container-div-or-above-last-div/)
 *  [derstand](https://wordpress.org/support/users/derstand/)
 * (@derstand)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/posts-display-above-container-div-or-above-last-div/#post-9165130)
 * display-medium-posts.php in the base of the plugin folder
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Medium Posts] Posts display above container div or above last div](https://wordpress.org/support/topic/posts-display-above-container-div-or-above-last-div/)
 *  [derstand](https://wordpress.org/support/users/derstand/)
 * (@derstand)
 * [9 years ago](https://wordpress.org/support/topic/posts-display-above-container-div-or-above-last-div/#post-9142797)
 * Hey,
 * You need to add
 * `ob_start();` in the first line after the function posts_display being declared
 * and
 * `return ob_get_clean();` right before the function is closed.
 * based on [this](http://stackoverflow.com/questions/10406673/shortcode-coming-out-at-the-top-of-content-rather-than-in-place-where-i-require)
    -  This reply was modified 9 years ago by [derstand](https://wordpress.org/support/users/derstand/).

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