frank.geric
Forum Replies Created
-
Forum: Plugins
In reply to: [Autocomplete Location Field for Contact Form 7] Country Restriction@smartstartaus3081 does that look correct?
Forum: Plugins
In reply to: [Autocomplete Location Field for Contact Form 7] Country RestrictionSo, I actually found it. But this doesn’t seem to be working. Am I missing something?
var autocomplete = new google.maps.places.Autocomplete(acInputs[i]); autocomplete.inputId = acInputs[i].id; // Set initial restriction to the greater list of countries. // [START maps_places_autocomplete_countries_multiple] autocomplete.setComponentRestrictions({country: [“us”],}); google.maps.event.addListener(autocomplete, 'place_changed', function () { }); }Forum: Plugins
In reply to: [Autocomplete Location Field for Contact Form 7] Country RestrictionI actually looked and I don’t see that line of code in the file. Weird!
Closed
I fixed this by creating a javascript to replace the default placeholder text. Not ideal, but it worked.
Forum: Plugins
In reply to: [Autocomplete Location Field for Contact Form 7] Country RestrictionThank you very much! Would this work for restricting states too?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Auto Submit form on Field SelectThanks Jules! I am not very skilled with javascript and the folks over at stackoverflow haven’t been particularly helpful. If there is a simpler way to do it with your plugin that’s the direction I’d like to go.
Forum: Plugins
In reply to: [Address autocomplete Contact Form 7] Auto-Submit when Address is clickedAnyone? I can’t be the only one that wants to do this.
Forum: Plugins
In reply to: [Autocomplete Location Field for Contact Form 7] Country RestrictionI, too, would like to know how to do this.
Forum: Themes and Templates
In reply to: [Better Health] Category for Slider Not ShowingAnybody?
Forum: Fixing WordPress
In reply to: Automating MLS ListingsThanks! Yeah, I’ve looked at a bunch of those. Most require a subscription or an expensive setup. I’m doing this for a small real estate office and trying to do it as frugally as possible.