Kaisar Ahmmed
Forum Replies Created
-
The address is generated by the Google Places API. There is no option to modified or customized at this time.
Thanks
I hope you’re doing well, and thank you for reaching out to us.
The link of your screenshots isn’t working for me at the moment. Could you please check it and resend it?
Thank you!
Thanks for using this plugin. You can use the range slider field with conditional logic, but you need to remove the “$” symbol from tooltips. You can still add the “$” symbol using CSS. This is a limitation, but I’ll work on a fix and include it in a future update.
Thanks for your patience.
Hi @sandroherek,
There is a way to use address auto complete data into different text field.
Example : You are using address auto complete in field ID 22 and you want to insert data of city in text field ID 24. Then In Field ID 24, use this css class ‘pcafe_78_22 pcafe_city’ here 78 is form id and 22 is parent address auto complete id.
pcafe_78_22 pcafe_city — for city
pcafe_78_22 pcafe_region_name — for state
pcafe_78_22 pcafe_postal_code — for zip/postal code
pcafe_78_22 pcafe_country_name — for country
Please check and let me know.
Thanks
Hi @sandroherek
GSheetConnector is not sending address data separately because the free version limits it. You can either try using a different Google Sheets plugin or wait for an update to this plugin.
Thanks
Hi @sandroherek
Which Google Sheets plugin are you using? Could you please share the URL to your form page so I can check it out?
Thanks
Hi @sandroherek ,
You can use the address field and send data to Google Sheets using the address subfields.
But as your expectation, I will add that feature soon.
Thanks.
Forum: Plugins
In reply to: [Real Time Validation For Gravity Forms] Custom error message on e-mailfieldHi @franklincmn
I’ve just fixed that issue and released an update. Please check it out and let me know if you encounter any bugs.
Thanks
This plugin works only with the date picker field, not with dropdown date field.
For restrictions on the dropdown date field, please go to the Gravity Forms documentation Or you can contact me.
Thanks.
Hi @tungnt0094
I checked your form. May be it is cache issue. It’s really hard to check without admin access.
If you want, I can check your issue. But I need your site admin access. Please contact here.
Thanks
Forum: Plugins
In reply to: [Real Time Validation For Gravity Forms] Regex validationHi @zsoltmolnar
Thanks for your support threads. We are working in this issue. In the meantime, you can still use the calculation feature by manually entering the merge tag.
Example: if field ID – 5, then use it {range:5}
Thanks for your patience.
Forum: Reviews
In reply to: [Real Time Validation For Gravity Forms] Working well in 2024Hi @zubsero
You can use this pattern for validate your phone number.
^(\+?\d{1,4}[\s-]?)?(\(?\d{3,4}\)?[\s-]?)?\d{3}[\s-]?\d{3,4}$
Don’t use ‘/’ before and after of regular expression.
Go to the “Advanced” tab in the text field settings and enable “Real-Time Validation.” You’ll find a regular expression box and a validation message box.
I hope this helps!
Thanks a lot.
Forum: Plugins
In reply to: [Range Slider AddOn for Gravity Forms] Floating point valuesHi, @trumor
Currently, floating values are not supported on the range slider. I’ll be updating the plugin soon to include this feature.
Thanks