I’m using the Tripzzy plugin on my WordPress site and I was wondering if it’s possible to integrate it with Gravity Forms? I’d love to create custom booking forms for each trip, and take advantage of features like conditional logic and multi-page forms for a smoother user experience.
Is this something you can help with, or might it be added in the future?
Thanks so much for your time!
Best,
]]>0 /var/www/html/web/wp/wp-includes/class-wp-hook.php(324): WSAL\WP_Sensors\Gravity_Forms_Sensor::event_settings_updated(‘Logging’, ‘1’, ”) 1 /var/www/html/web/wp/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) 2 /var/www/html/web/wp/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 3 /var/www/html/web/wp/wp-includes/option.php(1022): do_action(‘updated_option’, ‘gform_enable_lo…’, ‘1’, ”) 4 /var/www/html/web/app/plugins/wp-cfm/includes/class-options.php(42): update_option(‘gform_enable_lo…’, ”) 5 /var/www/html/web/app/plugins/wp-cfm/includes/class-readwrite.php(350): WPCFM_Options->update(‘gform_enable_lo…’, ”) 6 /var/www/html/web/app/plugins/wp-cfm/includes/class-readwrite.php(333): WPCFM_Readwrite->callback_wp_options(Array) 7 /var/www/html/web/app/plugins/wp-cfm/includes/class-readwrite.php(57): WPCFM_Readwrite->write_db(‘bundle_all_opti…’, Array) 8 /var/www/html/web/app/plugins/wp-cfm/includes/class-wp-cli.php(64): WPCFM_Readwrite->pull_bundle(‘bundle_all_opti…’) 9 [internal function]: WPCFM_CLI_Command->pull(Array, Array) 10 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func(Array, Array, Array) 11 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher{closure}(Array, Array) 12 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(497): call_user_func(Object(Closure), Array, Array) 13 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(441): WP_CLI\Dispatcher\Subcommand->invoke(Array, Array, Array) 14 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(464): WP_CLI\Runner->run_command(Array, Array) 15 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1296): WP_CLI\Runner->run_command_and_exit() 16 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start() 17 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState)) 18 phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap() 19 phar:///usr/local/bin/wp-cli/php/boot-phar.php(20): include(‘phar:///usr/loc…’) 20 /usr/local/bin/wp-cli(4): include(‘phar:///usr/loc…’) 21 {main}
]]>If we dont have any validation errors, it will work fine, but if we have any field validation errors then the widget will not load again and the submission could not be completed. In browser console we have a “Uncaught ReferenceError: turnstile is not defined” error.
I am using WP 6.7, Gravityforms 2.9.0
Tested with disabling all plugins and themes, have the same result.
]]>I encouter a strange issue:
I have set up a Popup through PopupMaker (free).
The trigger is a click on an element with a specific CSS class.
The content of the popup displays a mix of texts and a form (gravity form, injected through shortcode).
The theme of the website is Divi and the content of the popup use Divi too.
It is applyed to the homepage of the website for quite some times now and works as expected.
Now, since yesterday, we want to make some additions to the popup configuration :
The popup is, in fact displayed, but the gravity form shortcode is not rendered and displayed as a simple text.
In the mean time, on the home page, the popup is still functionnal as usual.
I tried to flush the cache or duplicate the popup to use a different one for the posts, but nothing seems to work.
So I’m a little confuse as why the popup is displayed on each case, but the gravity form shrotcode is not rendered for the articles.
Since this week has seen the update of several parts involed here:
I’m not sure the issue is related to PopupMaker but, just in case, I though it worth to ask every party involved.
Can you think of anything that could explain why the shortcode would not be rendered on the posts?
The button on the post template have been disabled for now since the form is not rendered correctly for now.
Thanks.
P.S. In parallel, I’ve submitted a support ticket on Gravity Forms and Divi sides too.
]]><script id="wp-i18n-js-after"> wp.i18n.setLocaleData({ 'text direction\u0004ltr': ['ltr'] }); </script>
Any other suggestion than excluding the 2 scripts (wp-i18n-js & wp-hooks-js) form defer?
]]>I am getting a GF deprecation warning comming from
/includes/inline_scripts.php Line 83
$logic_event = $field->get_conditional_logic_event( ‘change’ );
* @deprecated 2.4 Conditional Logic is now triggered based on .gfield class name. No need to hardcode calls to gf_apply_rules() to every field.
See example how they fix it in mailchimp
https://github.com/ibericode/mailchimp-for-wordpress/commit/2d55a9c6238e155d5fed2d33861899063f9fb4de
Thanks in advance and thanks for your plugin,
Choni
]]>I want to call gf form entries by specific filters in form fields via rest api. for example i want to get the entries for formID=12 and ip for 1.1.1.1.
To do this, In the postMan, i’ve create new request tab and follow these steps :
{
“form_id”: 12,
“field_filters”: [
{
“key”: “ip”,
“value”: “1.1.1.1”
}
]
}
And click on Send button. But still i’ve received all entries for all forms without any filter!! I think this filter not working!!
Can anybody help me which how to accomplish this task?
Thanks in advance
]]>It appears to be functioning on the front end, but the data collected isn’t captured in entries.
Also, we integrated Hubspot to collect the data, and the country code doesn’t appear in the Hubspot reports either
]]>Please address in your next bug-fix release.
]]>