Deprecated: Return type of GeoIp2\Model\AbstractModel::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/u126274411/domains/rmweblab.com/public_html/wp-content/plugins/iq-block-country/vendor/geoip2/geoip2/src/Model/AbstractModel.php on line 63

Deprecated: Return type of GeoIp2\Record\AbstractRecord::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/u126274411/domains/rmweblab.com/public_html/wp-content/plugins/iq-block-country/vendor/geoip2/geoip2/src/Record/AbstractRecord.php on line 57
Gravity Form | RM Web Lab

Tag: Gravity Form

  • How to customize gravity from Date format

    We can customize gravity form date formate easily by following thing. It is only output of date. In advance settings, we can make gravity form date field dropdown, icon picker etc. In my case, we need only show month and year in date picker field. You need wrap script tag open and close.

  • Load gravity form using AJAX

    We can load gravity form using simple AJAX loading dynamically. PHP Ajax hook for wordpress Javascript code for calling AJAX

  • How To Fix Gravity Form Tabindex Conflicts

    Avoid the annoying issue where tabbing from a field in one form tabs you to a field in another form. This is caused by conflicting tab indexes. This is most common when loading a Gravity Form on a page which is loading a non-GF form (like the WordPress comment form). You’re typing away on your…