Title: follaky's Replies | WordPress.org

---

# follaky

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Select field not saved with numbers as label](https://wordpress.org/support/topic/select-field-not-saved-with-numbers-as-label/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/select-field-not-saved-with-numbers-as-label/#post-17074660)
 * Thanks, I opened a ticket.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Post Data Title: generate from other field](https://wordpress.org/support/topic/post-data-title-generate-from-other-field/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/post-data-title-generate-from-other-field/#post-16706478)
 * Hi!
 * Sorry for delayed reply.
 * The problem was caused from a conflict with my page builder (Nicepage in my specific
   case). I had to modify the code like this and hope it isn’t unsafe to do it that
   way:
 *     ```wp-block-code
       add_action( 'wp_footer', 'wpmudev_radio_field_auto_selection', 9999 );
       function wpmudev_radio_field_auto_selection() {
           global $post;
           if ( is_a( $post, 'WP_Post' ) && !has_shortcode( $post->post_content, 'forminator_form' ) ) {
               return;
           }
           ?>
           <script type="text/javascript">
           (function($) {
               $.noConflict();
               $(document).ready(function() {
                   setTimeout(function() {
                       $('.forminator-custom-form').trigger('after.load.forminator');
                   }, 1000);
   
                   $(document).on('after.load.forminator', function(event, form_id) {
                       if ( event.target.id == 'forminator-module-XXX' ) {
                           let _title = $('input[name="postdata-1-post-title"]');
                           _title.prop("readonly", true);
   
                           let _text = $('input[name="text-1"]');
   
                           $(_text).on("input", function() {
                               _title.val( $(this).val() );
                           });
                       }
                   });
               });
           })(jQuery);
           </script>
           <?php
       }
       ```
   
 * Maybe this can help other people facing a similar issue.
 * Cheers
 * Olivier
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Matomo - Analytics Dashboard for WordPress] WP-Matomo 1.0.27 was not able to connect to Matomo using your configuration.](https://wordpress.org/support/topic/wp-matomo-1-0-27-was-not-able-to-connect-to-matomo-using-your-configuration-2/)
 *  [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/wp-matomo-1-0-27-was-not-able-to-connect-to-matomo-using-your-configuration-2/#post-16660493)
 * Same issue here!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Post Data Title: generate from other field](https://wordpress.org/support/topic/post-data-title-generate-from-other-field/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/post-data-title-generate-from-other-field/#post-16487908)
 * Hi [@wpmudevsupport12](https://wordpress.org/support/users/wpmudevsupport12/)
 * Thanks for the code! What’s shown in your example is exactly what I’d need. I
   tried to add a snippet with the code provided (changing the ID to match my form),
   but it doesn’t seem to work:
 * > [Forminator Post Title from Text Field](https://imgur.com/a/OvUIFoH)
 * As you can see, the text from {text-1} isn’t copied over to the post title. However,
   the new post is created as expected, I’m getting mail notifications and so on.
 * Am I missing an important point?
 * Thanks again!
 * Olivier
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Undefined Variable On WordPress Login Page](https://wordpress.org/support/topic/undefined-variable-on-wordpress-login-page/)
 *  [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-on-wordpress-login-page/#post-16288128)
 * I’m having exactly the same issue on my site, line per line.
 * Did you find a solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy!Appointments] The AJAX request could not be completed due to an unexpected error: undefined](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/#post-15028734)
 * Marked as solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy!Appointments] The AJAX request could not be completed due to an unexpected error: undefined](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/#post-15028730)
 * Hello Alex,
 * Sorry for late reply.
 * I tried with HTTPS enabled on both sides and it worked!
 * Thanks for helping!
 * Cheers
    Olivier
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy!Appointments] The AJAX request could not be completed due to an unexpected error: undefined](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/#post-15003927)
 * Hello Alex,
 * Thanks for your reply!
 * I changed the line as instructed but am still getting the same error message.
 * Does the fact that my installation is using https and the localhost WordPress
   not have an influence?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy!Appointments] The AJAX request could not be completed due to an unexpected error: undefined](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/)
 *  Thread Starter [follaky](https://wordpress.org/support/users/follaky/)
 * (@follaky)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-ajax-request-could-not-be-completed-due-to-an-unexpected-error-undefined/#post-14999377)
 * UPDATE: tried with a production WordPress that will get reinstalled and had the
   same problem. Forgot to specify that the standalone install is v. 1.4.2.

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