Title: robert_pal's Replies | WordPress.org

---

# robert_pal

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Form Fields/Actions missing ACF Extended 0.9 Free](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/)
 *  Thread Starter [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/#post-17817114)
 * Hi Konrad, sorry for reopening this old post, but I am still having issues with
   updating from  0.8.9.5 to 0.9.0.5
 * The actions on form submission are still gogin missing after update, adding you
   fix to functions, brings some of them back but not all. I have a site where I
   have an email action on one form, and a user action on another, they both go 
   missing on upgrade, but the fix only brings the user action back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Form Fields/Actions missing ACF Extended 0.9 Free](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/)
 *  Thread Starter [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/#post-17712336)
 * Great stuff, thanks for fixing it so fast.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Form Fields/Actions missing ACF Extended 0.9 Free](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/)
 *  Thread Starter [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/#post-17710334)
 * rolled back to previous version, everything works [https://drive.google.com/file/d/1vaM2l7K88GZHQ0OL7sd6iFbGzrzfj2Mk/view?usp=sharing](https://drive.google.com/file/d/1vaM2l7K88GZHQ0OL7sd6iFbGzrzfj2Mk/view?usp=sharing)
 * all the settings are gone after manual update to 0.9
 * [https://drive.google.com/file/d/1RYOX0z-59V3Zz3xkb3BpcH779ec3gEgb/view?usp=sharing](https://drive.google.com/file/d/1RYOX0z-59V3Zz3xkb3BpcH779ec3gEgb/view?usp=sharing)
    -  This reply was modified 2 years, 1 month ago by [robert_pal](https://wordpress.org/support/users/robert_pal/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Form Fields/Actions missing ACF Extended 0.9 Free](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/)
 *  Thread Starter [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/#post-17710322)
 * Everything is latest version, ACF Extemded was set to update automatically from
   the wordpress admin plugin list. It happenend with about 30 websites, on 3 different
   servers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Form Fields/Actions missing ACF Extended 0.9 Free](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/)
 *  Thread Starter [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/form-fields-actions-missing-acf-extended-0-9-free/#post-17710295)
 * I had a simple contact form set on a number of websites, after update all the
   form settings are gone, the Fields groups is empty, any action set if empty as
   well. Most of them are pretty basic sites nothing special.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backup and Staging by WP Time Capsule] Updating to v1.9.0 turns “Discourage search engines from indexing this site” ON](https://wordpress.org/support/topic/updating-to-v1-9-0-turns-discourage-search-engines-from-indexing-this-site-on/)
 *  Thread Starter [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/updating-to-v1-9-0-turns-discourage-search-engines-from-indexing-this-site-on/#post-9078289)
 * Is happening to all my live sites
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Conditional Fields](https://wordpress.org/support/topic/conditional-fields/)
 *  [robert_pal](https://wordpress.org/support/users/robert_pal/)
 * (@robert_pal)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/conditional-fields/#post-3918763)
 * Maybe you should try something like:
 *     ```
       <?php if ( get_field('linkedin')){ ?>
       <li><a href="<?php the_field('linkedin'); ?>" target="_blank">Connect with me on LinkedIn</a></li>
       <?php } ?>
       ```
   
 * … etc …

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