custom registration form
-
how to use the xprofile location in a custom registration form
<div class="form-group"> <label for="user">Usuario:</label> <input type="text" id="user" name="user" class="form-control" value="<?php echo isset($_POST['user']) ? $_POST['user'] : null;?>" placeholder="Usuario" required aria-required="true" /> </div>
in this way I use a normal field, but how to do it with xprofile location and that the google API search the cities?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘custom registration form’ is closed to new replies.