Home › Forums › Quform WordPress › Find address automatically by postal code
- This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago by Ally.
- AuthorPosts
- April 26, 2022 at 2:49 am #34182jumpnwowParticipant
Automatically find address by postal code
Hello
I once asked a question on https://codecanyon.net/.
Answered, but I’m new to coding, so it’s difficult.
I would like to get help from you.
Please help me.
Question)
here is a way to automatically enter the zip code in the MW WP form.I love your form and want to apply it.
https://byacco.work/wordpress-auto-address/
Is it possible?answer)
HiIt looks like it should work, but you would need to integrate the script as described here.
Enqueue the yubinbango.js script.
You can add a class to the form using this PHP code snippet (replace the number 1 with the form ID):
add_filter(‘quform_form_attributes_1’, function ($attributes) {
$attributes[‘class’] .= ‘h-adr’;
return $attributes;
});
Then add a Hidden field with the settings Custom CSS Class: p-country-name and Default Value: JapanThen add a Text field with Custom CSS Class: p-postal-code
Then you can add other Text fields with the classes for the data you want, e.g. p-street-address
Regards, Ally
I want to write as a field in the cueform.
I have filled out the form on my site.
If it is okay, please check with the administrator account of my website.
April 26, 2022 at 9:45 am #34186AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 27, 2022 at 1:40 am #34190jumpnwowParticipantApril 27, 2022 at 9:26 am #34197AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 27, 2022 at 9:59 am #34200jumpnwowParticipantThank you for your kindness.
I solved the big problem. Thankfully, I didn’t get fired from the company. Hahaha
How to use Quform was also studied.
Have a nice day.
April 28, 2022 at 1:21 am #34203jumpnwowParticipantHello
I would like to make an additional form mail.
What should I do?
May 9, 2022 at 7:50 am #34210AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.