I have a geopoint question that is fed by an address field (using a custom geocoder) on a public web form. Is there any way to keep a default x,y when I have a pulldata expression in the calculation field?
I could have sworn this was working before just fine, but I'm wondering if there was an update that made it no longer feasible to do both? It's now setting the default to 0,0
Solved! Go to Solution.
You just need to put a formula into the calculation field for the geopoint that returns the default if no address is selected and returns the coordinates for a selected address.
Thanks! I think there must have been something buggy going on, because it's working fine now. It definitely keeps me on my toes keeping up with all of the updates!