• Resolved palika1991

    (@palika1991)


    Hi!

    How can I set job_location to google auto complete address on job submit form?

    I mean this field want to change from a simple input to google auto complete:

    'job_location'    => array(
    						'label'       => __( 'Location', 'wp-job-manager' ),
    						'description' => __( 'Leave this blank if the location is not important', 'wp-job-manager' ),
    						'type'        => 'text',
    						'required'    => false,
    						'placeholder' => __( 'e.g. "London"', 'wp-job-manager' ),
    						'priority'    => 2,
    					),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make job_location google auto complete on job submit form?’ is closed to new replies.