• Resolved Margriet

    (@margrietburorader)


    Hi,

    I am trying to add a table for the contact form (made with WPForms Lite) on above mentioned website. I have already used your plugin on other websites without a problem.

    I have selected the trigger: WPForms – on form submit.
    I cannot select a Form ID.

    And then I am stuck. I have no clue what to do next since I cannot select an Action etc.

    When sending the form, nothing is captured.

    Many thanks in advance.

    Margriet

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Margriet

    (@margrietburorader)

    Resolved!

    Plugin Author Essekia

    (@essekia)

    Great!

    pculek

    (@pculek)

    What was the solution ?

    Regards

    Petr

    Plugin Author Essekia

    (@essekia)

    @pculek Sometimes, the forms list take long to load, can you wait for 20 seconds with some servers & depending on other plugins used.

    But, we will try to fix this soon.

    • This reply was modified 2 years ago by Essekia.
    • This reply was modified 2 years ago by Essekia.
    pculek

    (@pculek)

    Waiting about 20 minutes and nothing..Cannot add trigger.

    regards Petr

    https://www.dropbox.com/s/vtkbyefkqb0guht/WPForms.jpg?dl=0

    Plugin Author Essekia

    (@essekia)

    pculek

    (@pculek)

    load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:5 JQMIGRATE: Migrate is installed, version 3.3.2
    /wordpress/index.php?rest_route=/tablesome/v1/workflow/postsintegration_type=wpforms:1 Failed to load resource: the server responded with a status of 404 (Not Found)
    load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2 XHR finished loading: POST "https://localhost/wordpress/wp-admin/admin-ajax.php".
    send @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2
    ajax @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2
    s.ajax.s.ajax @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:5
    l @ heartbeat.min.js?ver=6.1.1:2
    (anonymous) @ heartbeat.min.js?ver=6.1.1:2
    setTimeout (async)
    m @ heartbeat.min.js?ver=6.1.1:2
    v @ heartbeat.min.js?ver=6.1.1:2
    h @ heartbeat.min.js?ver=6.1.1:2
    (anonymous) @ heartbeat.min.js?ver=6.1.1:2
    dispatch @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2
    y.handle @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2
    load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2 XHR failed loading: POST "https://localhost/wordpress/wp-admin/admin-ajax.php".
    send @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2
    ajax @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2
    s.ajax.s.ajax @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:5
    l @ heartbeat.min.js?ver=6.1.1:2
    (anonymous) @ heartbeat.min.js?ver=6.1.1:2

    Thread Starter Margriet

    (@margrietburorader)

    Hi,

    I have switched form plugin and associated submission storage plugin since asking for help.

    Margriet

    Plugin Author Essekia

    (@essekia)

    @margrietburorader Sorry to hear that. Will do better to fix these issues.

    Plugin Author Essekia

    (@essekia)

    Hello @pculek ,

    Can you check your permalink settings at yourdomain.com/wp-admin/options-permalink.php and what option you have there?

    I think the issue is related to this and mostly will be fixed by Friday.

    pculek

    (@pculek)

    Hi @essekia,

    I’m seding the content of options-permalink.php.

    add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '
    
    ' . __( 'Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.' ) . '' . '
    
    ' . __( 'This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.' ) . '' . '
    
    ' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '', ) ); get_current_screen()->add_help_tab( array( 'id' => 'permalink-settings', 'title' => __( 'Permalink Settings' ), 'content' => '
    
    ' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '' . '
    
    ' . sprintf( /* translators: %s: Percent sign (%). */ __( 'If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %s) will also appear in the custom structure field and your path can be further modified there.' ), '%' ) . '' . '
    
    ' . sprintf( /* translators: 1: %category%, 2: %tag% */ __( 'When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %1$s or %2$s.' ), '%category%', '%tag%' ) . '' . '
    
    ' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '', ) ); get_current_screen()->add_help_tab( array( 'id' => 'custom-structures', 'title' => __( 'Custom Structures' ), 'content' => '
    
    ' . __( 'The Optional fields let you customize the “category” and “tag” base names that will appear in archive URLs. For example, the page listing all posts in the “Uncategorized” category could be /topics/uncategorized instead of /category/uncategorized.' ) . '' . '
    
    ' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '', ) ); $help_sidebar_content = '
    
    ' . __( 'For more information:' ) . '' . '
    
    ' . __( 'Documentation on Permalinks Settings' ) . '' . '
    
    ' . __( 'Documentation on Using Permalinks' ) . ''; if ( $is_nginx ) { $help_sidebar_content .= '
    
    ' . __( 'Documentation on Nginx configuration.' ) . ''; } $help_sidebar_content .= '
    
    ' . __( 'Support' ) . ''; get_current_screen()->set_help_sidebar( $help_sidebar_content ); unset( $help_sidebar_content ); $home_path = get_home_path(); $iis7_permalinks = iis7_supports_permalinks(); $permalink_structure = get_option( 'permalink_structure' ); $index_php_prefix = ''; $blog_prefix = ''; if ( ! got_url_rewrite() ) { $index_php_prefix = '/index.php'; } /* * In a subdirectory configuration of multisite, the /blog prefix is used by * default on the main site to avoid collisions with other sites created on that * network. If the permalink_structure option has been changed to remove this * base prefix, WordPress core can no longer account for the possible collision. */ if ( is_multisite() && ! is_subdomain_install() && is_main_site() && 0 === strpos( $permalink_structure, '/blog/' ) ) { $blog_prefix = '/blog'; } $category_base = get_option( 'category_base' ); $tag_base = get_option( 'tag_base' ); $structure_updated = false; $htaccess_update_required = false; if ( isset( $_POST['permalink_structure'] ) || isset( $_POST['category_base'] ) ) { check_admin_referer( 'update-permalink' ); if ( isset( $_POST['permalink_structure'] ) ) { if ( isset( $_POST['selection'] ) && 'custom' !== $_POST['selection'] ) { $permalink_structure = $_POST['selection']; } else { $permalink_structure = $_POST['permalink_structure']; } if ( ! empty( $permalink_structure ) ) { $permalink_structure = preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $permalink_structure ) ); if ( $index_php_prefix && $blog_prefix ) { $permalink_structure = $index_php_prefix . preg_replace( '#^/?index\.php#', '', $permalink_structure ); } else { $permalink_structure = $blog_prefix . $permalink_structure; } } $permalink_structure = sanitize_option( 'permalink_structure', $permalink_structure ); $wp_rewrite->set_permalink_structure( $permalink_structure ); $structure_updated = true; } if ( isset( $_POST['category_base'] ) ) { $category_base = $_POST['category_base']; if ( ! empty( $category_base ) ) { $category_base = $blog_prefix . preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $category_base ) ); } $wp_rewrite->set_category_base( $category_base ); } if ( isset( $_POST['tag_base'] ) ) { $tag_base = $_POST['tag_base']; if ( ! empty( $tag_base ) ) { $tag_base = $blog_prefix . preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $tag_base ) ); } $wp_rewrite->set_tag_base( $tag_base ); } } if ( $iis7_permalinks ) { if ( ( ! file_exists( $home_path . 'web.config' ) && win_is_writable( $home_path ) ) || win_is_writable( $home_path . 'web.config' ) ) { $writable = true; } else { $writable = false; } } elseif ( $is_nginx ) { $writable = false; } else { if ( ( ! file_exists( $home_path . '.htaccess' ) && is_writable( $home_path ) ) || is_writable( $home_path . '.htaccess' ) ) { $writable = true; } else { $writable = false; $existing_rules = array_filter( extract_from_markers( $home_path . '.htaccess', 'WordPress' ) ); $new_rules = array_filter( explode( "\n", $wp_rewrite->mod_rewrite_rules() ) ); $htaccess_update_required = ( $new_rules !== $existing_rules ); } } $using_index_permalinks = $wp_rewrite->using_index_permalinks(); if ( $structure_updated ) { $message = __( 'Permalink structure updated.' ); if ( ! is_multisite() && $permalink_structure && ! $using_index_permalinks ) { if ( $iis7_permalinks ) { if ( ! $writable ) { $message = sprintf( /* translators: %s: web.config */ __( 'You should update your %s file now.' ), 'web.config' ); } else { $message = sprintf( /* translators: %s: web.config */ __( 'Permalink structure updated. Remove write access on %s file now!' ), 'web.config' ); } } elseif ( ! $is_nginx && $htaccess_update_required && ! $writable ) { $message = sprintf( /* translators: %s: .htaccess */ __( 'You should update your %s file now.' ), '.htaccess' ); } } if ( ! get_settings_errors() ) { add_settings_error( 'general', 'settings_updated', $message, 'success' ); } set_transient( 'settings_errors', get_settings_errors(), 30 ); // 30 seconds. wp_redirect( admin_url( 'options-permalink.php?settings-updated=true' ) ); exit; } flush_rewrite_rules(); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>
    
    number of tags are available, and here are some examples to get you started.' ), __( 'https://www.ads-software.com/support/article/using-permalinks/' ) ); ?> 'plain', 'label' => __( 'Plain' ), 'value' => '', 'example' => home_url( '/?p=123' ), ), array( 'id' => 'day-name', 'label' => __( 'Day and name' ), 'value' => $index_php_prefix . '/%year%/%monthnum%/%day%/%postname%/', 'example' => $url_base . '/' . gmdate( 'Y/m/d' ) . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/', ), array( 'id' => 'month-name', 'label' => __( 'Month and name' ), 'value' => $index_php_prefix . '/%year%/%monthnum%/%postname%/', 'example' => $url_base . '/' . gmdate( 'Y/m' ) . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/', ), array( 'id' => 'numeric', 'label' => __( 'Numeric' ), 'value' => $index_php_prefix . '/' . _x( 'archives', 'sample permalink base' ) . '/%post_id%', 'example' => $url_base . '/' . _x( 'archives', 'sample permalink base' ) . '/123', ), array( 'id' => 'post-name', 'label' => __( 'Post name' ), 'value' => $index_php_prefix . '/%postname%/', 'example' => $url_base . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/', ), ); $default_structure_values = wp_list_pluck( $default_structures, 'value' ); $available_tags = array( /* translators: %s: Permalink structure tag. */ 'year' => __( '%s (The year of the post, four digits, for example 2004.)' ), /* translators: %s: Permalink structure tag. */ 'monthnum' => __( '%s (Month of the year, for example 05.)' ), /* translators: %s: Permalink structure tag. */ 'day' => __( '%s (Day of the month, for example 28.)' ), /* translators: %s: Permalink structure tag. */ 'hour' => __( '%s (Hour of the day, for example 15.)' ), /* translators: %s: Permalink structure tag. */ 'minute' => __( '%s (Minute of the hour, for example 43.)' ), /* translators: %s: Permalink structure tag. */ 'second' => __( '%s (Second of the minute, for example 33.)' ), /* translators: %s: Permalink structure tag. */ 'post_id' => __( '%s (The unique ID of the post, for example 423.)' ), /* translators: %s: Permalink structure tag. */ 'postname' => __( '%s (The sanitized post title (slug).)' ), /* translators: %s: Permalink structure tag. */ 'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URL.)' ), /* translators: %s: Permalink structure tag. */ 'author' => __( '%s (A sanitized version of the author name.)' ), ); /** * Filters the list of available permalink structure tags on the Permalinks settings page. * * @since 4.9.0 * * @param string[] $available_tags An array of key => value pairs of available permalink structure tags. */ $available_tags = apply_filters( 'available_permalink_structure_tags', $available_tags ); /* translators: %s: Permalink structure tag. */ $tag_added = __( '%s added to permalink structure' ); /* translators: %s: Permalink structure tag. */ $tag_removed = __( '%s removed from permalink structure' ); /* translators: %s: Permalink structure tag. */ $tag_already_used = __( '%s (already used in permalink structure)' ); ?>
    
    
    
    %postname%' ); ?>
    
    />  />  $explanation ) : ?>
    
    
    
    topics as your category base would make your category links like %s/topics/uncategorized/. If you leave these blank the defaults will be used.' ), $url_base ); ?>
    
    
    
    Error: Your %1$s file is not writable, so updating it automatically was not possible. This is the URL rewrite rule you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all. Then insert this rule inside of the %5$s element in %1$s file.' ), 'web.config', __( 'https://www.ads-software.com/support/article/changing-file-permissions/' ), 'Ctrl + A', '? + A', '/<configuration>/<system.webServer>/<rewrite>/<rules>' ); ?>
    
    
    <?php echo esc_textarea( $wp_rewrite->iis7_url_rewrite_rules() ); ?> web.config' ); ?> Error: The root directory of your site is not writable, so creating a file automatically was not possible. This is the URL rewrite rule you should have in your %2$s file. Create a new file called %2$s in the root directory of your site. Click in the field and press %3$s (or %4$s on Mac) to select all. Then insert this code into the %2$s file.' ), __( 'https://www.ads-software.com/support/article/changing-file-permissions/' ), 'web.config', 'Ctrl + A', '? + A' ); ?>
    <?php echo esc_textarea( $wp_rewrite->iis7_url_rewrite_rules( true ) ); ?> web.config' ); ?> Error: Your %1$s file is not writable, so updating it automatically was not possible. These are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all.' ), '.htaccess', __( 'https://www.ads-software.com/support/article/changing-file-permissions/' ), 'Ctrl + A', '? + A' ); ?>
    <?php echo esc_textarea( $wp_rewrite->mod_rewrite_rules() ); ?>
    Plugin Author Essekia

    (@essekia)

    @pculek Sorry for the confusion, I meant the permalink settings in the dashboard.

    You can take a screenshot of the permalink settings page found at:

    WP Dashboard -> Settings -> Permalink (would look like this – https://www.wpbeginner.com/wp-content/uploads/2019/11/select-permalinks.png )

    Regards.

    Plugin Author Essekia

    (@essekia)

    @pculek Can you check if the latest update v1.0.1 fixes this issue? Also, for any more updates please create a separate support issue.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Cannot add trigger’ is closed to new replies.