Amritansh Trivedi
Forum Replies Created
-
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatibleForum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatibleHi,
I am not be able to replicate this issue on my end.
Could you provide us little more detail about the issue & provide a form export.Thanks.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatibleHi @phj123,
We are testing real-time validation over php 7.2 and soon release a version with official compatibility.
Also, till now we have not found any such bugs on the latest php version, if you find any then please report here.Thanks.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] conflict with Yoast SEO PluginHi @mihaiirodiu,
Thank you for your kind words and details explanation.
We were working on this issue and we have released a new version today, that will solve this issue.
Thank You,
Amritansh Trivedi- This reply was modified 6 years, 8 months ago by Amritansh Trivedi.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] DIVI builder conflictHi @kristoff-henry,
Yes, It was a known issue to u & I am glad to inform you that we have released a new version today, that will fix this issue.
Please update the plugin and try once more.
Thank you for using Real Time Validation.
Thank You,
Amritansh TrivediForum: Plugins
In reply to: [Real Time Validation for Gravity Forms] Regex not workingClosing this thread as there is no reply from the user’s side since last week.
Hi @sybillehofer,
Glad that everything worked out well.
If you like our plugin, please rate/review us here.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] offset on the confirmation anchorHi @phj123,
Glad that it worked!
We use jQuery animate to scroll smoothly, we only pass an integer/float value to the function and it does the rest of the work.
I am quite sure it only supports px value, although you always extend if you found something over the web.
Also, If you like the plugin, kindly rate/review us here.
Thanks!
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] offset on the confirmation anchorHi @phj123,
We just pushed a new version of the plugin.
We introduced a way to modify the current offset by the js callback.
Here is the snippet you need to enqueue over your page to customize the offset.
jQuery(window).load(function(){ window.lv_offset = function( currentOffset) { return currentOffset - (x); // replace x with the height of the sticky header }; });
Try this snippet & let us know if that works.
Thanks!
Hi @sybillehofer,
We just finished pushing the new version of the plugin.
We fixed the issue you have mentioned in this update.
Kindly Update.Thanks!
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] Regex not workingHi @brianwhitney,
We tried the same RegEx on our end and its working fine as expected.
Invalides everything which is not in a range between 5 – 500.
Could you set up a form on your public URL and provide us a URL so that we could debug the issue.
Thanks.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] offset on the confirmation anchorHi @phj123,
I understand your issue, but could you give us an URL of your site, where we can see the issue live?
Although It’s not in the current version, we will try and provide you some way to handle this in the upcoming version.
Thanks!
Hi @noche70,
Yes its the known issue for us, right now the plugin does not support two same forms on one page.
We will take care of this issue in future and will push an update for the same.
Thanks.
Hi @yma981,
There is a syntax error in your RegEx pattern. You can always validate your regex on regex101.com.
Here is a correct RegEx ^(0[0-3]|1[0-9])\/?(0[1-9]|1[0-2])$
Thanks!
Hi @yma981,
Could you please confirm what GF version you are using and also is there any customization there on your setup?
I am asking this because Real Time Validation For Gravity Forms supports GF native number field.
Thanks!