Using geoip-detect with WPUF forms
-
I have been trying for hours to parse the property information into the default values on my standard WPUF Forms.
When trying to use the shortcode as “Default Value” property for the input of the form, all it stores in the form fields is the actual shortcode wording.
For example, if I wanted to auto populate one of their existing fields with shortcode property=”city” value, then it doesn’t output the value of the city name into the field.
If I add the shortcode “[geoip_detect2_text_input name=”city” property=”city” id=”id” class=”class”]” as a standard HTML field then it shows on the form page with the value field that displays the current city name. But when I save the form it doesn’t store this information.
So I would like to know if there is a way to be able to copy the value of the “city” property value that does output from the shortcode onto the form in a textbox with the correct city value already filled out, into one of their standard text field “Default Value” field?
- The topic ‘Using geoip-detect with WPUF forms’ is closed to new replies.