The other day I ran into paying problems. I.E a customer couldn’t come to the a bank portal anymore.
I went for help to the module builder and the find out that I was because of 2 things:
1 The pay module was embedded (GF-forms) and the option AJAX was set to active.
Setting this to inactive everything worked out well.
2 I get also back:
Refused to load https://www.heilooenergie.nl/over-ons/contactformulier/betaling-contributie/#gf_9 because it does not appear in the frame-ancestors directive of the Content Security Policy.
But how can that be?
The SSL dashboard doesn’t state that something is incomplete.
What is the remedy for setting (again??) the Content Security Policy
Ron
]]>?? ????? ??? ????? ????? ?? ??? ???? ???? ?????? ???:
?? ??? ?? ??? E_ERROR ?? ?? 941 ?? ?????? /home/siteurl/domains/yourSite.com/public_html/wp-content/plugins/GravityForms-master/zarinpal.php ?? ???. ???? ???: Uncaught Error: Call to undefined function GF_jalali_to_gregorian() in /home/siteurl/domains/yourSite.com/public_html/wp-content/plugins/GravityForms-master/zarinpal.php:941
Stack trace:
#0 /home/siteurl/domains/yourSite.com/public_html/wp-includes/class-wp-hook.php(312): GFPersian_Gateway_ZarinPal::update_payment_entry(Array, ‘714’)
#1 /home/siteurl/domains/yourSite.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(”, Array)
#2 /home/siteurl/domains/yourSite.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#3 /home/siteurl/domains/yourSite.com/public_html/wp-content/plugins/gravityforms/gravityforms.php(7056): do_action(‘gform_after_upd…’, Array, ‘714’, Array, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
#4 /home/siteurl/domains/yourSite.com/public_html/wp-content/plugins/gravityforms/entry_detail.php(301): gf_do_action(‘gform_after_upd…’, Array, ‘714’, Array)
#5 /home/siteurl/domains/yourSite.com/public_html/wp-content/plugins/grav
]]>[03-Nov-2022 03:11:01 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to GFPDF\Statics\Kses::output() must be of the type string, null given, called in /home/balfo/pub
#0 /home/balfo/public_html/malfo/wp-content/plugins/gravity-forms-pdf-extended/src/Helper/Helper_Field_Container_Gf25.php(126): GFPDF\Statics\Kses::output(NULL)
#1 /home/balfo/public_html/malfo/wp-content/plugins/gravity-forms-pdf-extended/src/Helper/Helper_Field_Container_Gf25.php(156): GFPDF\Helper\Helper_Field_Container_Gf25->close()
#2 /home/balfo/public_html/malfo/wp-content/plugins/gravity-forms-pdf-extended/src/Helper/Helper_Field_Container.php(170): GFPDF\Helper\Helper_Field_Container_Gf25->handle_open_container(Object(GF_Field_Text))
any help is appreciated.
]]>please solve it
]]>If I deactivate MailPoet then the notification work again. On MailPoet I tried the MailPoet sending option as well as the default WordPress sending option neither allowed my Gravity Form email notifications to be sent out.
Any help would be greatly appreciated.
]]>UPDATE 2022: We have just subscribe to Unlimited Lifetime Licence. GEEK ON THE ROAD helped us customise some of our needs. One of the new future is ability to Change the field label that is shown in the summary. You can now define a custom label for each field and this label will be used in the summary instead of the field label.
GEEK ON THE ROAD is very quick and full of good ideas. Just ask him. He is brilliant with javascripts. Excellent programmer overall.
Well done GEEK ON THE ROAD.
]]>I noticed on my site the GF DateTime picker would render in the style of jQuery UI’s Datepicker.
I fixed my issue by adding the following filters to make sure Advanced Custom Field’s datetimepicker JS and CSS are not enqueued on the frontend (I’m not using their frontend forms):
if ( ! is_admin() ) {
add_filter( 'acf/settings/enqueue_datetimepicker', '__return_false' );
add_filter( 'acf/settings/enqueue_datepicker', '__return_false' );
}
Wanted to share this fix in case anyone else is having this issue.
I can’t work out what causes ACF’s datetimepicker CSS/JS to be enqueued in frontend pages however.
I installed a fresh WordPress site with the Twenty Twenty-One Theme, Gravity Forms, Date Time Field Add-On for Gravity Form and Advanced Custom Fields Pro. Latest versions of each. I wanted to provide you with an easy to reproduce environment for seeing this issue.
Your DateTime GF field renders fine however – because ACF is not enqueuing their datetimepicker CSS/JS on my test page.
Thank you,
Nathan
the products inside form have only price and no credit… therfore total price missing update credits value..
any solution?
]]>